Gossamer Forum
Home : Products : Gossamer Links : Discussions :

load_link_info not working

Quote Reply
load_link_info not working
In the category.html template, to display links, it uses the old method:

Code:
<%links%>

I want to change it to the newer method:

Code:
<%Links::Utils::load_link_info%><%include link.html%>

but now where the link is supposed to be displayed, it says:

Code:
Unknown Tag: 'Title'
(Added: Hits: Unknown Tag: 'Hits' Rating: Unknown Tag: 'Rating' Votes: Unknown Tag: 'Votes') Rate

How can I fix this?
Quote Reply
Re: [yo Huge] load_link_info not working In reply to
Hi,

If you put it in a loop, that should be working. You don't have to load the link info because all are loaded already.

Code:
<%loop links_loop~%>
<%include link.html%>
<%~endloop%>

Cheers,

Dat

Programming and creating plugins and templates
Blog