Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Links aren't displayed in the user pages!!! Help!!

Quote Reply
Links aren't displayed in the user pages!!! Help!!
I have installed links 2 successful months ago. But now Isaac (the name of my links program) doesen't want to display link. In the admin area, Isaac visualize the links but they are not displayed in the users pages....
Please help thank you!
http://www.applenewton.it/isaac
Italian

Quote Reply
Re: Links aren't displayed in the user pages!!! Help!! In reply to
Make sure you have the <%links%> tag in the category.html template....Cool

Andy

http://www.ace-installer.com
webmaster@Ace-installer.com
Quote Reply
Re: Links aren't displayed in the user pages!!! He In reply to
Yes, i have this tag!!! This is the problem

Quote Reply
Re: Links aren't displayed in the user pages!!! He In reply to
What is the URL that you are calling to see these pages? Something tells me that you are calling the pages in your templates directory. Once your pages are built, the <%links%> tag should be replaced by the links. Your templates should not be viewed in your browser, instead call the pages in the directory you specified in $build_root_url.

Good Luck!

Quote Reply
Re: Links aren't displayed in the user pages!!! He In reply to
No! I push to the build all button and AFTER i see the pages in the url http://www.applenewton.it/isaac

Quote Reply
Re: Links aren't displayed in the user pages!!! He In reply to
Make sure that you have the tags on separate lines, like the following:

Code:

<%if links%>
<%links%>
<%endif%>


OR install the Enhanced Template.pm code hack located in the Resources section that will allow you to have tags on the same line, like the following:

Code:

<%if links%><%links%><%endif%>


If you are using a WYSIWYG editor, like Front Page, Dreamweaver, or Adobe PageMill, then the problem is that these editors put tags on the same line, which won't work out-of-box with Links, but installing the Enhanced Template.pm code hack will alleviate this problem.

Good luck!

Regards,

Eliot Lee
Quote Reply
Re: Links aren't displayed in the user pages!!! He In reply to
Yes I have these tag and I don't use WYSIWYG editors.
Help!

Quote Reply
Re: Links aren't displayed in the user pages!!! Help!! In reply to
Start with the default templates and see if it works. If it does, it's something in your templates. Check for unmatching if/endif tags, that's usually the problem.

Cheers,

Alex

--
Gossamer Threads Inc.