Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

new,cool,ratings links prob

Quote Reply
new,cool,ratings links prob
okay now that i got everything set up properly, every thing works except the fact that on all the pages the "What's New, What's Cool, and Top Rated" links are incorrect. The 'new','cool',and 'rated' directories are capitalized in the link on all the pages, for example:

http://animestart.com/directory/New
which should be
http://animestart.com/directory/new
of coarse.

I'm stumped... i made sure the links.cfg is correct and whenever i re-install from scratch it still does that...

Quote Reply
Re: new,cool,ratings links prob In reply to
Make sure in links.cfg you have

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/new";
$build_new_url = "$build_root_url/new";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/cool";
$build_cool_url = "$build_root_url/cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/ratings";
$build_ratings_url = "$build_root_url/ratings";



-------------
Jeremy
Quote Reply
Re: new,cool,ratings links prob In reply to
not working still

my links.cfg
---------------------------------------------

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/data1/virtualave.net/animestart/public_html/cgi-bin/links/admin";
$db_dir_url = "http://animestart.com/cgi-bin/links/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://animestart.com/cgi-bin/links";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/data1/virtualave.net/animestart/public_html/directory";
$build_root_url = "http://animestart.com/directory";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/new";
$build_new_url = "$build_root_url/new";

# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/cool";
$build_cool_url = "$build_root_url/cool";

# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/ratings";
$build_ratings_url = "$build_root_url/ratings";

Quote Reply
Re: new,cool,ratings links prob In reply to
Have you re-built your directory and edited all the links to the new, cool, and ratings pages in your template files?

Because...if you go to the lower case folders...they work.

Regards,

Eliot Lee