Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [shimmy1] Search Feed

Quote Reply
Re: [shimmy1] Search Feed In reply to
Mmm...in that case, try replacing in SearchFeed_Results.pm (/admin/Plugins/);

Code:
# now show the results page!
print Links::SiteHTML::display('search_results', { link_results => $html_links, cat_hits => 0, link_hits => $link_count });

with

Code:
# now show the results page!
print Links::SiteHTML::display('search', { link_results => $html_links, cat_hits => 0, link_hits => $link_count });

Then in your search.html template, add something like;

<%if link_results%>
No results found in our database, so using SearchFeed.com<BR><BR>
<%link_results%>
<%endif%>

Or something similar Tongue

I'm off to my other job now...so you probably won't hear from me again regarding this until tomorrow morning (unless I get a reply within 10 minutes, which is before I leave...lol).

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread; hot thread Search Feed shimmy1 5927 Nov 22, 2002, 7:56 AM
Post; hot thread Re: [shimmy1] Search Feed
Andy 5766 Nov 22, 2002, 8:02 AM
Thread; hot thread Re: [shimmy1] Search Feed
shimmy1 5792 Nov 22, 2002, 8:09 AM
Thread; hot thread Re: [shimmy1] Search Feed
Andy 5770 Nov 22, 2002, 8:12 AM
Thread; hot thread Re: [Andy] Search Feed
shimmy1 5761 Nov 22, 2002, 8:18 AM
Thread; hot thread Re: [shimmy1] Search Feed
Andy 5776 Nov 22, 2002, 8:23 AM
Thread; hot thread Re: [Andy] Search Feed
Paul 5750 Nov 22, 2002, 8:26 AM
Thread; hot thread Re: [Paul] Search Feed
shimmy1 5767 Nov 22, 2002, 8:29 AM
Thread; hot thread Re: [shimmy1] Search Feed
Andy 5770 Nov 22, 2002, 8:37 AM
Post; hot thread Re: [Andy] Search Feed
shimmy1 5727 Nov 22, 2002, 8:39 AM
Thread; hot thread Re: [Andy] Search Feed
shimmy1 5745 Nov 22, 2002, 8:53 AM
Post; hot thread Re: [shimmy1] Search Feed
Andy 5704 Nov 22, 2002, 11:41 PM
Post; hot thread Re: [Andy] Search Feed
shimmy1 5754 Nov 22, 2002, 8:28 AM