Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Related Categories

Quote Reply
Related Categories
Maybe I'm missing something, but it seems like the @related categories tag is not working right:
<%if related%>
<h2>Related Categories:</h2>
<%related%>
<%endif%>

The related categories show up, but they are listed as Sub-Categories. I would like them to be listed under Related Categories.

Quote Reply
Re: Related Categories In reply to
Hi,

You need to go to Setup->Build and set build_category_yahoo = No. You may need to edit Links/ConfigData.pm manually, as there is a bug in the template parser that is preventing this from working. We should have a fix shortly.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Related Categories In reply to
You were right about having to set the Config.pm manually, but it still does not work right. The related category is listed with a sub-heading of 'Sub-Categories' rather than "Related Categories".

It seems strange since the if statement for <%related%> has 'Related Categories' and not 'Sub-Categories' like the <%categories% > if statement.

I set both the Config.pm and ConfigData.pm to build_category_yahoo' => '0'

Bryan