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

How..........??

Quote Reply
How..........??
HI,
I actually have two questions!!
Q1: I have links 2 installed on the f2s.com servers!! It works fine, but one thing isn't!! When I click one of my categories on my main page, eg. hosting, then the server says I don't have permission to acces /Hosting/ on this server!! I asked f2s.com how to fix this with chmod etc. but they simply don't reply!! Now my question is: how can I let the script link to /Hosting/index.shtml instead of /Hosting/??? (when I link to /hosting/index.shtml it works fine!!).
This was q1.......
Q2 is discussed before : )
Regards,
SLS

Quote Reply
Re: How..........?? In reply to
Edit site_html_print_cat in site_html_templates.pl

Installs:http://www.wiredon.net/gt/
MODS:http://wiredon.net/gt/download.shtml

Quote Reply
Re: How..........?? In reply to
What do I exactly have to modify then!! Can you give a description cos I really haven't got a clue........!! I asked this once before with modifying fonts for descriptions etc. but that didn't worked for me!! How do I edit such a thing anyway, I mean where do I have to put something in between??
Thanks,
SLS

Quote Reply
Re: How..........?? In reply to
Code:
# Then we print out the name linked, new if it's new, and popular if its popular.
$output .= qq|<dl><dt><strong><a class="link" href="$url$build_extension">$category_name</a></strong> <small class="numlinks">($numlinks)</small> |;
$output .= qq|<small><sup class="new">new</sup></small>| if (&days_old($mod) < $db_new_cutoff);
$output .= qq|</dt>|;
$output .= qq|<dd><span class="descript">$description </span></dd>| if (!($description =~ /^[\s\n]*$/));
$output .= qq|</dl>|;
}
Installs:http://www.wiredon.net/gt/
MODS:http://wiredon.net/gt/download.shtml