
Gypsypup
User
Karma: -0 / +0

Jun 25, 2004, 11:27 PM
Post #1 of 3
(1435 views)
Shortcut
Send Gypsypup a wink
|
Get the linkssql from Ultranerds - they are authorised resellers. Install the searchfeed_results plugin - its free anyway. Create whatever categories and subcategories you want in admin. register yourself with searchfeed. Place the following code in the category.html template: <%if category_short%> <%Plugins::SearchFeed_Results::check_results($category_short .)%> <%endif%> <%if searchfeed_results%><%Plugins::SearchFeed_Results::results($category_short.,'4')%><%else%><%Plugins::SearchFeed_Results::results('$category_short','4')%><%endif%> Change "short','4')" - the figure '4' to show how many results you want per page. Presto - instant money spinner. All you have to do is some template work to get the site to look the way you want. Nothing simpler.
|