Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Popular Cutoff: 2 hits

Quote Reply
Popular Cutoff: 2 hits
Hello!

What have I to do, to change that to every 10 hit???
I want, that my links get the pop-sign after 10 visits.

Hope someone could help!
Quote Reply
Re: Popular Cutoff: 2 hits In reply to
Change the $db_popular_cutoff to 10 in the links.cfg file.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: Popular Cutoff: 2 hits In reply to
Tks, but the next problem is, that it shows pop in all subcategories, but in only one must be pop!
What´s that?

[This message has been edited by akdlu (edited February 26, 2000).]
Quote Reply
Re: Popular Cutoff: 2 hits In reply to
You need to have the following codes in your sub site_html_link routine in the site_html_templates.pl file:

Code:
($rec{'isPopular'} eq 'Yes') ? ($rec{'isPopular'} = 1) : (delete $rec{'isPop
ular'});

BTW: Please do not create duplicate Topics. Just add a reply to your original message like you did with this Topic...And wait more than a day before adding another reply to bring your Topic to the top of the FORUM!

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: Popular Cutoff: 2 hits In reply to
Well...just remember that if the reply you receive from other LINKS users does not satisfy you, then add a REPLY to your ORIGINAL THREAD.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: Popular Cutoff: 2 hits In reply to
Tks, that works. Sorry for posting two times, but I thought, nobody (except you) would read it.

Regards

Karsten