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

Products: Gossamer Forum: Development, Plugins and Globals: Re: [carminejg3] Adding a new title to category forums: Edit Log

Here is the list of edits for this post
Re: [carminejg3] Adding a new title to category forums
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

Edit Log: