Gossamer Forum
Home : Products : Links 2.0 : Customization :

One more idea...

Quote Reply
One more idea...
Ok,

One more for you CGI guru's...
When building the Top Rated and top Votes, how could each link under their respective heading, either "Top Rated" or "Top Votes", be created based on the link.html template?

Thanks.
Quote Reply
Re: One more idea... In reply to
This has been discussed before.

Change the following codes in the sub build_rate_page in the nph-build.cgi file:

Code:
$top_votes .= qq~HTML~;

to the following:

Code:
&site_html_link (%top_votes);

AND

Code:
$top_rated .= qq~HTML CODES~;

to the following:

Code:
&site_html_link (%top_rate);

Hope this works.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: One more idea... In reply to
Hmmm,

Eliot it does not work. I get a "blank" when viewing the html source ?

Also, nothing shows up at all...
Quote Reply
Re: One more idea... In reply to
Well...Someone else was able to get it to work using similar codes that I just posted. Why don't you search the forum?

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------