Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Ratings Page with templates

Quote Reply
Ratings Page with templates
The Ratings (vote) page does not show up as a link on my home page (or other pages). How do I add the information to the home page (and other pages) so it shows up as a linked page?

Thanks,
Larry
Quote Reply
Re: Ratings Page with templates In reply to
Add the following link in your home.html template file (and any other template file for that matter):

Code:
<a href="<%build_root_url%>/ratings/">Top Rated Site</a>

Change ratings to name of your Ratings directory.

If you have a header/footer file and want to add a link, then use these codes:

Code:
<a href="http://www.yourdomain.com/links/ratings/">Top Rated Sites</a>

Change links/ratings/ to the directory there your Ratings page is located.

Regards,

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






[This message has been edited by Eliot (edited January 12, 2000).]