Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: [soft2k] how Do i Edit the way Category description look?

Quote Reply
Re: [soft2k] how Do i Edit the way Category description look? In reply to
Trust me soft, you need to edit site_html_templates.pl, by;

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">$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>|;
}

I've done it before, so i know it works Wink

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread how Do i Edit the way Category description look? MadCool 4100 Nov 26, 2002, 8:51 PM
Post Re: [MadCool] how Do i Edit the way Category description look?
Andy 4004 Nov 27, 2002, 12:55 AM
Thread Re: [MadCool] how Do i Edit the way Category description look?
soft2k 3955 Dec 8, 2002, 1:06 PM
Post Re: [soft2k] how Do i Edit the way Category description look?
PerlFlunkie 3926 Dec 8, 2002, 6:06 PM
Post Re: [soft2k] how Do i Edit the way Category description look?
Andy 3928 Dec 9, 2002, 3:23 AM
Post Re: [MadCool] how Do i Edit the way Category description look?
wysardry 3802 Jan 16, 2003, 4:17 PM