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

Re: [carminejg3] Adding a new title to category forums

Quote Reply
Re: [carminejg3] Adding a new title to category forums In reply to
The code we are playing with controls the individual categories... Since we are trying to get them all inded but they have dup content since the code uses the same descriptions on all categories... http://autoforums.carjunky.com/Automotive_Repair_C1/


Andy I was trying to display the 'forum_seo_title' => 'Repair' from in here... <%everything.forum_seo_title%> gave me the unknown tag error for everything.forum_seo_title


Code:

everything$VAR = [
{
'build_name' => '',
'cat_depth' => '0',
'cat_desc' => '',
'cat_full_name' => 'Repair',
'cat_id' => '1',
'cat_id_fk' => '0',
'cat_name' => 'Repair',
'cat_root' => '0',
'cat_show_forums' => '1',
'cat_sort_rank' => '100',
'forum_seo_title' => 'Repair',
'num_forums' => '9',
'num_subcats' => '0'
},
{
'build_name' => '',
'cat_depth' => '0',
'cat_desc' => '',
'cat_full_name' => 'Repair',
'cat_id' => '1',
'cat_id_fk' => '1',
'cat_name' => 'Repair',
'cat_root' => '0',
'cat_show_forums' => '1',
'cat_sort_rank' => '100',
'forum_allow_attachments' => '1',
'forum_allow_guest_attachments' => '0',
'forum_allow_user_edit' => '1',
'forum_attachment_inline' => '1',
'forum_attachment_max_size' => '307200',
'forum_attachments' => '0',
'forum_desc' => \'Get general forum.',
'forum_edit_timeout' => '0',
'forum_hard_delete' => '2',
'forum_id' => '5',
'forum_last' => '1242867102',
'forum_last_date' => \'May 20, 2009, 7:51 PM',
'forum_last_id' => '48411',
'forum_last_poster' => ' Sr',
'forum_meta_description' => 'repair',
'forum_meta_keyword' => repair',
'forum_move_pointer' => '1',
'forum_name' => 'General Discussions',
'forum_new_timeout' => '90',
'forum_permission' => '5',
'forum_seo_name' => 'Car,
'forum_seo_title' => 'Car',
'forum_sort_rank' => '0',
'forum_style' => '1',
'forum_time_passed' => '103.966666666667',
'forum_total' => '18055',
'forum_total_threads' => '5366',
'previous_was_cat' => '1'
},
{
'build_name' => '',
'cat_depth' => '0',
'cat_desc' => '',
'cat_full_name' => 'Repair',
'cat_id' => '1',
'cat_id_fk' => '1',
'cat_name' => 'Repair',
'cat_root' => '0',
'cat_show_forums' => '1',

Last edited by:

carminejg3: May 20, 2009, 9:13 PM
Subject Author Views Date
Thread Adding a new title to category forums carminejg3 9280 May 20, 2009, 1:20 AM
Thread Re: [carminejg3] Adding a new title to category forums
Andy 9078 May 20, 2009, 1:48 AM
Thread Re: [Andy] Adding a new title to category forums
carminejg3 9068 May 20, 2009, 12:26 PM
Thread Re: [carminejg3] Adding a new title to category forums
carminejg3 9059 May 20, 2009, 9:03 PM
Post Re: [carminejg3] Adding a new title to category forums
Andy 9063 May 21, 2009, 12:48 AM