Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: long description

Quote Reply
Re: long description In reply to
You'd need to alter the $Long_Description field such as:

$cat_r->{'Description_50_char'} = substr ($Long_Description, 0, 50);

You'd want to put this before calling subcategory.html in

sub site_html_print_cat

And you'd be able to use the <Þscription_50_char%> tag to have the short description.


Subject Author Views Date
Thread long description manureva 1699 May 24, 2000, 10:44 AM
Thread Re: long description
pugdog 1653 May 24, 2000, 1:28 PM
Post Re: long description
pugdog 1646 May 24, 2000, 1:29 PM
Post Re: long description
manureva 1637 May 24, 2000, 2:09 PM