PDA

View Full Version : vbgallery search module


appsfinder
10-28-2008, 01:41 PM
Hi is there a module for searching vbgallery can anyone help?:confused:

KW802
10-28-2008, 11:17 PM
If there is one, I have not seen anything like that released publicly yet.

Our Sponsors
 

appsfinder
01-02-2009, 07:47 AM
If there is one, I have not seen anything like that released publicly yet.


do you have any tips how i could make a search mod for vbgallery

appsfinder
01-02-2009, 09:44 AM
make template in template manager

call it adv_portal_coversearch

code:
<tr>
<td class="$bgclass">
<form method="post" action="http://www.your-site.com/gallery/search.php"> <input type="hidden" value="" name="s"/> <input type="hidden" value="searchresults" name="do"/> <input type="hidden" value="1" name="quicksearch"/> <input type="hidden" value="1" name="subcats"/> <input type="hidden" value="0" name="catids[]"/> <input type="text" size="13" name="string" class="bginput"/><input type="submit" value="Go" class="button"/></form>
</td>
</tr>


add new template module
name = Covers Search
adv_portal_coversearch
put left or right
remember to change post" action="http://www.your-site.com/gallery/search.php"> to you sites url.
all the best covers-r.com

Our Sponsors
 

appsfinder
02-10-2010, 07:03 AM
<tr>
<td class="$bgclass">
<form method="post" action="http://www.covers-r.com/covers/search.php"> <input type="hidden" value="" name="s"/> <input type="hidden" value="searchresults" name="do"/><input type="hidden" value="1" name="quicksearch"/><input type="hidden" value="1" name="subcats"/> <input type="hidden" value="0" name="catids[]"/><input type="text" size="13" name="string" class="bginput"/> <input type="submit" value="Go" class="button"/><div class="smallfont">» <a href="http://www.covers-r.com/covers/search.php">Advanced Search</a></div>
</form>
</td>
</tr>