aprietoartwork
Forum Replies Created
-
When I use that code this displays after the search, before the table.
?>" check="!=" var="" else=""][wctable id="4"]
and this displays with nothing searched:
?>" check="!=" var="" else=""][wctable id="4"]?>" check="!=" var="" else=""][wctable id="4"]
Here are my variables/ My table setup is the following:
Search for Neighborhoods in your area! [wctsearch felder="zip"]
<< I only want to search the “zip” field in the DB.
In the next box your code
[if field="<?=$_GET['s']?>" check="!=" var="" else=""][wctable id="4"][/if]
Actually once logged out from admin, the rows are not viewable. ??
ok, although the above script hides the table(text) at first, when searching it doesn’t show the results(text) but it is finding them. When I search for something outside my “zip” field it displays the normal “no entries found”
below is what I am using.
[if field="zip" check="==" var="" else=""][wctable id="4"][/if]
should there be another IF Shorttag to display the table based on the search?
thanks
[if field="<?=$_GET['s']?>" check="==" var=""][wctable id="4"][/if]
this is what I’m using… it seems to hide only the text, the table is still there and when clicking on a row the data still reveals itself.
More importantly,
field=”<?=$_GET[‘s’]?>” this string grabs the query/search/keyword
check=”==” What is this string doing?
var=”” Not sure here either.
Where does this go? This is for your plugin right?