Gossamer Forum
Home : Products : Links 2.0 : Discussions :

not added in category section!

Quote Reply
not added in category section!
i have succesfully installed the Links 2.0 and everything works fine except that when i go to the category, it does not display the links although it shows in the What's New sections as under the category.

also, does anybody know how to change the date 1969 in the what's new section to 2000? it seems to be not Y2k compliant

test it out at http://www.tamansea.com/links/

Quote Reply
Re: not added in category section! In reply to
1) Make sure that you have tags on separate lines in your template files like the following:

Code:

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


OR download the Enhanced Template.pm codes in the Modifications section of Links in the Resource Center. This will allow you to have tags on the same line, like the following:

Code:

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


....This is a recording...... Wink

2) The problem is not with Links 2.0, but with your Local.pm Perl module that is probably outdated. You should request that your hosting company install the current Perl package from ActiveState, which includes functional Time and Date modules.

Regards,

Eliot Lee