I am just starting with tvExplorer using Evo 1.0 and I do not get any results...
This is my call in the content area of page 9:
[[tvExplorer? &formTPL=`formPlayers` &dittoName=`Ditto` &dittoSnippetParameters=`tpl:tplDittoPlayers|depth:1|parents:9|display:10|paginate:1|debug:1`]]
[+tve.searchForm+]
<h3>nb documents: [+total+] </h3>
<div id="ditto_list" > [+tve.dittoList+] </div>
<p class="ditto_pagination">Page <strong> [+currentPage+] </strong> of <strong> [+totalPages+] </strong></p>
<p class="ditto_pagination"> <span id="ditto_pages"> [+previous+] [+pages+] [+next+] </span></p>
This is my formPlayers template chunk:
<form action= " [~[*9*]~] “method= "get” >
<fieldset>
[+tve.keywordsSearch:excludeTVs->all:label->Custom+]
<br />
[+tve.prLastName:filter->9+]
<br />
[+tve.prClass:filter->9+]
<br />
[+tve.prPosition:filter->9+]
</fieldset>
<fieldset class= "sendForm" >
<input type= "submit" name= "search" value= "Search"/>
</fieldset>
</form>
Just a basic one to test, it show perfect on the #9 document.
This is my tplDittoPlayers template chunk:
<span>Surname: [+prLastName+]</ br>
Name: [+prFirstName+]</br>
Height: [+prHeight+]</span>
Also a basic one for testing, it will look like a spreadsheet when everything is done.
I can go to the form and select the filter parameters that come from the Tvs,
but when I click search it does not work it goes to my home page.
The development site is in a subdirectory of my hosting account where my main
website is in. I have friendly-URLs turned on both in my site and in the development
site. My site uses MODx 0.9.6.3 and the new site Evo 1.0.
When I hover over the Search button I can read the following...
Destination: www.mydomain.com/NEWSITE/%5B~~%5E%20%E2%80%9Cmethod=
What am I doing wrong?
Where is my error?
Help appreciated!