Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Rating Question!

Quote Reply
Rating Question!
I have searched, but I cannot find Wink

Okay....Can I increase the amount of sites in the Ratings section? It's currently a top 10 list - but can that become a Top 20 list instead?

Also....These are "direct" links to the sites - can I target="_blank" them? And finally....is there any way I can use the jump.cgi on them so the "hits" get counted?

Phew!

Thanks!

Tim.
Quote Reply
Re: Rating Question! In reply to
You are probably searching in the wrong forum or using the wrong keywords, because this has been discussed MORE THAN ONCE in the Modification Forum, which is the forum where questions like these should be posted...

Anyway...

1)

Code:
$db_popular_cutoff = 10;

to the following

Code:
$db_popular_cutoff = 20;

in the links.cfg file.

2)

Code:
<a href="$link{'URL'}">

to the following codes:

Code:
<a href="$db_cgi_url/jump.cgi?ID=$link{'ID'}">

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Rating Question! In reply to
Ooooohhhh I did look! I did!! Promise!

Thanks again...you are fantastic x 2000

:B
Quote Reply
Re: Rating Question! In reply to
You're welcome.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.