Gossamer Forum
Home : Products : Links 2.0 : Discussions :

CANT VIEW CATEGORIES

Quote Reply
CANT VIEW CATEGORIES
Im having a problem with my Links 2.0. When I added a new category, I add some sub categories which do not show when I click on the main categorie. e.g.

Stuff
Stuff/more_stuff
Stuff/more_stuff/even_more_stuff

The last two categories do no show... all I get is a page with no other categories on.

Quote Reply
Re: CANT VIEW CATEGORIES In reply to
As discussed in quite a few Threads...the problem is most likely related to improperly formatted tags in your category.html file....

You should have the following:

Code:

<%if category%>
<%category%>
<%endif%>


ON separate lines -OR- download the Enhanced Template.pm Modification in the Resource Center that will allow you to have tags on the same line like the following:

Code:

<%if category%><%category%><%endif%>


Very useful if you are using an older version of WYSIWYG editors, like Front Page 97/98 or Dreamweaver to edit your template files. Of course, newer versions like Dreamweaver UltraDev and Front Page 2000 do a better job of not screwing up tags and codes.

Regards,

Eliot Lee
Quote Reply
Re: CANT VIEW CATEGORIES In reply to
i'll try it

thanx

Quote Reply
Re: CANT VIEW CATEGORIES In reply to
You're welcome.

Regards,

Eliot Lee