Gossamer Forum
Home : Products : Gossamer Links : Discussions :

URL in Top Rated Pages

Quote Reply
URL in Top Rated Pages
On our website at http://www.needscripts.com/Ratings/ you will notice that the outgoing url for the Top Rated sites is actually the direct URL and is not passing the value via jump.cgi and hence not counting the outgoing clicks for those links.

Is there any way to update this?

Thanks for the help.

Vishal

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] URL in Top Rated Pages In reply to
in rate_top.thml

replace
<%URL%>

with
<%db_cgi_url%>/jump.cgi?ID=<%ID%>

HyTC
Quote Reply
Re: [HyperTherm] URL in Top Rated Pages In reply to
Hum.. the layout that I am using, all what I am inserting is <%top_votes%> & <%top_rated%>

I guess, I might need to look into other available options :)

Thanks a lot for the help and pointer. Your suggestion made me look into the tags in mint template and seems like I will be able to do what I was looking with very little modification.

Thank you again.

Vishal

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] URL in Top Rated Pages In reply to
<%loop top_rated_loop%>

<%loop top_votes_loop%>

Then you could comment out whatever is not needed within the loop remebering to replace <%URL%> with the details as noted earlier.

HyTC
Quote Reply
Re: [HyperTherm] URL in Top Rated Pages In reply to
Thank you for the help.

I was wondering if by any chance you know how to setup New Links and Hot Links Pages like http://www.nicecoder.com/indexu/demo/new.php & http://www.nicecoder.com/...u/demo/top_rated.php

Again, thank you for the help, it is very much apprecaited.

P.S.. I am going to implement this change in the upcoming update of Need Scripts :)

Vishal

Vishal
-------------------------------------------------------