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

Adding a new title to category forums

Quote Reply
Adding a new title to category forums
Hi I created a tag to customize my forum names in my forums... This works for the individual forums such as this one "Development, Plugins and Globals" But it doesn't work in the category_list.html template for the categories.

I created a title and custom description tags then inserted them via <%if description%> <%description%><%endif%> on my forum pages.... and modify the individual forums via the gforums admin panel. after creating the table entries.

I'm now trying to do this on the main category sections such as "Gossmar Forum" and "links Sql"
But when I insert the same tags <%if description%> <%description%><%endif%> nothing happens... I also created the table in the database, and called the correct name. on the category_list.html page.

When I tried just <%description%> it gave me "unknown tag error" so i even tried adding the sub
Code:

sub {
$IN->param('description')
}


but it didn't work...

After I ran the dump via <%GT::Template::dump%> on the category_list.html page

I noticed within the everything field it showed the field "description" with the text I was trying to display, how could I access that on the main category_list page? If this didn't work on that page <%if description%> <%description%><%endif%>

Last edited by:

carminejg3: May 20, 2009, 1:21 AM
Subject Author Views Date
Thread Adding a new title to category forums carminejg3 9420 May 20, 2009, 1:20 AM
Thread Re: [carminejg3] Adding a new title to category forums
Andy 9212 May 20, 2009, 1:48 AM
Thread Re: [Andy] Adding a new title to category forums
carminejg3 9203 May 20, 2009, 12:26 PM
Thread Re: [carminejg3] Adding a new title to category forums
carminejg3 9193 May 20, 2009, 9:03 PM
Post Re: [carminejg3] Adding a new title to category forums
Andy 9197 May 21, 2009, 12:48 AM