
Andy
Enthusiast
Karma: -1 / +7

Apr 5, 2004, 12:30 AM
Post #2 of 5
(2976 views)
Shortcut
Send Andy a wink
|
It is kind of possible. I pass in $name instead of $query, which more times than not, gives you some results. See the side bar of http://www.cool-clipart.com, as that uses a modified version of the plugin to show on category and search pages (the modification just allows me to use a different template for the side sponsor boxes). Here is what I use on my site;
<%if category_short%> <%Plugins::SearchFeed_Results::check_results($category_short . " clipart")%> <%endif%> <center> <%if searchfeed_results%> <%Plugins::SearchFeed_Results::results($category_short . " clipart",'4')%> <%else%> <%Plugins::SearchFeed_Results::results('clipart','4')%> <%endif%> </center> Cheers Andy Programmer/Designer/LinksSQL Freak http://www.ultranerds.com http://www.imagesql.com
|