Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: [roman365] Category display problem

Quote Reply
Re: [roman365] Category display problem In reply to
So, you edited the category.html offline?

The problem is that by default, you have to have tags on separate lines...

example:

Code:
<%if field%>
<%field%>
<%endif%>

Watcha need to do is install the Enhanced Template parser codes, which is posted in the "Resources" section of the GT website:

Support -> Resources -> Links 2.0

This code modification will allow you to have tags on the same line:

Example:

Code:
<%if field%><%field%><%endif%>

BTW: Trash using WordPad as your text editor...use something more professional like EditPlus or TextPad....
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread Category display problem roman365 2440 Oct 31, 2003, 8:02 AM
Thread Re: [roman365] Category display problem
Stealth 2422 Oct 31, 2003, 7:50 PM
Post Re: [Stealth] Category display problem
roman365 2402 Nov 5, 2003, 2:18 AM