Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Formatting Output

Quote Reply
Formatting Output
I'm a Links Newbie as well I am new to Perl. However, I need to know what is the easiest/fastest way to format the catagory listings.

I want the results to show and link the descriptions of the catagories rather than the NAME and the description after it. How do i do this?
Quote Reply
Re: Formatting Output In reply to
The easiest and fastest way to format the Category listings is to edit sub site_html_print_cat which is located in either the site_html.pl (if you do not use templates) or site_html_templates.pl (if you do use templates) scripts.

All the html code that is used to format the listings is in that subroutine.

I hope this helps.
Quote Reply
Re: Formatting Output In reply to
Thanks, that helps out a lot! Smile I kept editing the wrong damn file haha! oh well...live an learn