Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Related category - Version 3.0.3.

Quote Reply
Related category - Version 3.0.3.
Hi all!

After install the latest Links 3.0.3. version, when I try to add a new cat relation the "Relation Name" doesn't work... Frown

-----------------------
Nomada

Last edited by:

Nomada: Jun 28, 2005, 8:22 AM
Quote Reply
Re: [Nomada] Related category - Version 3.0.3. In reply to
Yeah is this a bug? http://www.gossamer-threads.com/...orum.cgi?post=283252
Quote Reply
Re: [garrynz] Related category - Version 3.0.3. In reply to
It's a small template bug. I'll post an update to fix it. All you need to do is change subcategory.html to use
Code:
...<%if RelationName%><%RelationName%><%else%><%Name%><%endif%>...
instead of
Code:
...<%Name%>...

Adrian