We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8960
    • 150 Posts
    Thank you for the quick reply! I’m diving into this right now.

    Here’s the translated link to the French tutorial: http://translate.google.com/translate?u=http%3A%2F%2Fmodxcms.com%2Fforums%2Findex.php%2Ftopic%2C15272.msg99155.html%23msg99155&langpair=fr%7Cen&hl=en&ie=UTF-8

    NOTE: Be careful with the translated version. Google capitalized the CODE: examples thinking they were sentences, whereas you really will want the original, non-translated versions of the CODE: examples (the snippets, &tpl, plugins, chunks, etc.).
      • 8960
      • 150 Posts
      Somehow I get how to use tvExplorer now! This thing is sweet!

      Is tvExplorer known to have a bug when using Ditto’s extenders in the call?
      Using this call, makes every item show up and filters nothing:
      [[tvExplorer? &dittoSnippetParameters=`parents:2|tpl:ditto-quick-listing|depth:1|dateSource:pub_date|dateFormat:%B %e, %Y|sortBy:pub_date|extenders:summary,dateFilter` &dittoName=`Ditto` &formTPL=`listingSearchFull`]]

      I have other Ditto parameters in there, but if I take out the extenders parameter, the search displays the correctly filtered results.

      Fortunately, I don’t need the extenders, but someone else here might.

      Thanks!
        • 8960
        • 150 Posts
        I’m using a standard call to the tve keywords, which searches great in Firefox, but won’t return anything in IE6/7.
        [+tve.keywordsSearch:includeTVs->tvaptName:label->Property Name+]

        Here’s the website: http://www.apartmenthunterhouston.com/
        Goto to the search box, and type in something that will get results, lie ’the’, ’hill’, or ’alexa’. Like I said, I get results listed with Firefox, but not IE. IE doesn’t seem to have a problem with any of the other search options I have there... just the keywords (Property Name).

        Any ideas?
          • 11975
          • 2,542 Posts
          Hi,

          that’s really weird.
          Unfortunately, as a mac user I cannot test with IE.
          I will have access to a pc in the week to be, I will let you know if I have any idea where the issue comes from.

          On a side note, I’m very happy that you use my snippet for this kind of website (real estate).
          That’s what it’s designed for.
          I’m currently working on a new version and have rewritten a large part of the code.
          I’m thinking about adding autocomplete features.
          the module part is now based on jGrid and offers inline editing.

          :-)
            Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
            • 8960
            • 150 Posts
            Quote from: heliotrope at Apr 26, 2008, 12:47 PM
            Unfortunately, as a mac user I cannot test with IE.

            Me, too.

            I thought it was really weird, especially since IE wasn’t giving any errors related to it... it just doesn’t retrun results.

            Fantastic product you have here, BTW. I wouldn’t have been able to build this site without it! In fact, it’s the star of the site. Thanks again for the continued development.
              • 7455
              • 2,204 Posts
              Quote from: heliotrope at Apr 26, 2008, 12:47 PM


              I’m currently working on a new version and have rewritten a large part of the code.
              I’m thinking about adding autocomplete features.
              the module part is now based on jGrid and offers inline editing.

              :-)

              nice work looking forward to test that version
                follow me on twitter: @dimmy01
                • 11975
                • 2,542 Posts
                I meant jqGrid

                => http://www.trirand.com/blog/

                I’m 50% done and hope to be able to post a stable release in may.

                :-)
                  Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
                  • 4749
                  • 623 Posts
                  Wow! This is amazing stuff. I’m implementing it now. I’ll let you know how it turns out.

                  Any ideas on your final release?
                    The MODx has you...
                    Utah Web Design
                    • 11975
                    • 2,542 Posts
                    Hi,

                    frankly I have no idea about the release date.
                    My daily job doesn’t let me time to work on it.

                    I will do my best

                    :-)
                      Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
                      • 824
                      • 44 Posts
                      Dudes, i have started using TvExplorer but seem to be having some problems.

                      I have a page, which contains a call to TVE and contains the ditto results and search form. My Form displays but when i search it does not display results.

                      This is the contents of the search page: (the call has been stolen out of the french thread)

                      [[tvExplorer? &dittoSnippetParameters=`parents:2|tpl:dittoResults|depth:1|dateSource:pub_date|dateFormat:%B %e, %Y|sortBy:pub_date|extenders:summary,dateFilter` &dittoName=`Ditto` &formTPL=`tveForm`]]
                      
                      
                      [+tve.searchForm+]
                      [+tve.dittoList+] 


                      Code in the form Snippet "tveForm"

                       <form action="[~[*id*]~]" method="get"> 
                      boo
                      [+tve.jobCats:label->Select A Job Area+]
                      [+tve.jobLocations:label->Select Locations+]
                      [+tve.jobSalary:label->Select A Salary+]
                      [+tve.jobType:label->Select Hours+]
                      <input type="submit" name="tve_search" value="Search" />
                      </form>


                      Code in dittoResults

                      <div class="ditto_item" id="ditto_item_[+id+]">  <h3 class="ditto_pageTitle"><a href="[~[+id+]~]">[+pagetitle+]</a></h3>  <div class="ditto_documentInfo">by <strong>[+author+]</strong> on [+date+]</div>  <div class="ditto_introText">[+introtext+]</div>  </div>


                      Any Ideas?