Home : Products : DBMan SQL : Development, Plugins and Globals :

Products: DBMan SQL: Development, Plugins and Globals: Re: [YoYoYoYo] LetterSearch Plugin Query: Edit Log

Here is the list of edits for this post
Re: [YoYoYoYo] LetterSearch Plugin Query
Hi,

WHAT is the answer??

db.cgi?do=search_results&db=Produkte&let=black%20white&col=Produktname&mul=1

still always gives me 287 results but no result is dispayed!


EDIT:

Puhh, I've found the solution:

In my search-Results-template I have : <%if hits%>..<%endif%> but the Plugin doesn't return the hits!!!!

So insert the red marked into LetterSearch.pm and it works:

Quote:
return ('search_results.html', {
header => $home->_language('HEA_SRC_RESULT'),
results => \@output,
speedbar=> $speedbar,
hits => $hits,
msg => $home->_language('SRC_RESULT',$hits)});
}

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.

Last edited by:

ManuGermany: Feb 10, 2003, 2:26 AM

Edit Log: