Forum Slugs
With vBSEO's forum slugs you can specify how you want the name of any sub-forum to appear in your URLs.
Why would I need a feature like this?
You could use this feature for a few reasons.
- Want a shorter URL even though you have a longer forum name.
- Avoid duplicate forum titles (PS3 Games->Releases and XBOX Games->Releases would both link to yourdomain.com/releases/topic-name-thread_id.html, which would cause an issue)
To fix this, you can set a new name for your forum without changing the actual forum name.
vBSEO 3.3.2 and lower
The format is 'forum_id' => 'new-name-for-forum'
To set this setting, you will need to manually open your configuration file from ./includes/config_vbseo.php
Find:
Change to:PHP Code:$vbseo_forum_slugs = array(
);
-------------PHP Code:$vbseo_forum_slugs = array(
'1' => 'forum-title',
'2' => 'another-forum-title'
);
vBSEO 3.5+
On vb4/vbseo 3.5, slugs have moved to within the Control Panel it self instead of a code edit.
You can simply use
in the CP box (note, no quotes around the forumID side anymore)Code:1 => 'forum-title'


1Likes
LinkBack URL
About LinkBacks





Reply With Quote
