Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Problem with New, Cool, Ratings

Quote Reply
Re: Problem with New, Cool, Ratings In reply to
Try this for the heck of it...

Define the following tags in your global variables:

Code:
build_cool_url => $build_cool_url,
build_new_url => $build_new_url,
build_ratings_url => $build_ratings_url,

in your site_html_templates.pl file.

Then replace the following codes:

Code:
<a class="menulink" href="<%build_root_url%>/New">What's New</a> |
<a class="menulink" href="<%build_root_url%>/Cool">What's Cool</a> |
<a class="menulink" href="<%build_root_url%>/Ratings">Top Rated</a> |

with the following:

Code:
<a class="menulink" href="<%build_new_url%>">What's New</a> |
<a class="menulink" href="<%build_cool_url%>">What's Cool</a> |
<a class="menulink" href="<%build_ratings_url%>">Top Rated</a> |

I don't know if this will do anything or not.

It may also be a problem with your sub-domain configurations. Check with your hosting company or ISP.

BTW: You wouldn't happen to be hosting your pages with Web2010, would you?? They have screwed up my sub-domains so many times, I am about to switch companies.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
----------------------







[This message has been edited by Eliot (edited January 20, 2000).]
Subject Author Views Date
Thread Problem with New, Cool, Ratings WallpaperGuy 3328 Jan 20, 2000, 6:29 AM
Post Re: Problem with New, Cool, Ratings
Eliot 3263 Jan 20, 2000, 7:16 AM
Post Re: Problem with New, Cool, Ratings
WallpaperGuy 3252 Jan 20, 2000, 1:20 PM
Post Re: Problem with New, Cool, Ratings
Eliot 3254 Jan 20, 2000, 2:20 PM
Post Re: Problem with New, Cool, Ratings
WallpaperGuy 3277 Jan 20, 2000, 3:18 PM
Post Re: Problem with New, Cool, Ratings
Eliot 3260 Jan 20, 2000, 5:33 PM
Post Re: Problem with New, Cool, Ratings
WallpaperGuy 3249 Jan 21, 2000, 6:10 AM
Post Re: Problem with New, Cool, Ratings
Eliot 3260 Jan 21, 2000, 8:45 AM
Post Re: Problem with New, Cool, Ratings
Eliot 3256 Jan 29, 2000, 9:41 PM
Post Re: Problem with New, Cool, Ratings
WallpaperGuy 3251 Jan 30, 2000, 5:20 AM
Post Re: Problem with New, Cool, Ratings
WallpaperGuy 3272 Jan 31, 2000, 5:34 AM
Post Re: Problem with New, Cool, Ratings
Eliot 3257 Jan 31, 2000, 10:40 AM