sweety_vbulletin3_import9520
New Member
This will rewrite your Tags and Groups to search engine friendly URL's if you are using vBSEO. These features came out on 3.7.0 after the current version of vBSEO was written, so vBSEO doesn't support these new URL's out of the box so this mod will.
In your vBSEO Admin panel, add the lines below to your "Custom Rewrite Rules" section.
Old Tag URL: Domain.com/tags.php?tag=vbteam+rules
New Tag URL: Domain.com/tags/vbteam+rules/
Old Group URL: Domain.com/groups.php?groupid=vbteam+rules
New Group URL: Domain.com/group/vbteam+rules/
In your vBSEO Admin panel, add the lines below to your "Custom Rewrite Rules" section.
'^group\.php\?groupid=(.+)$&do=manage' => 'group/$1&do=manage'
'^tags\.php\?tag=(.+)$' => 'tags/$1/'
'^tags\.php$' => 'tags/'
'^group\.php\?groupid=(.+)$' => 'group/$1/'
'^group\.php$' => 'group/'
Old Tag URL: Domain.com/tags.php?tag=vbteam+rules
New Tag URL: Domain.com/tags/vbteam+rules/
Old Group URL: Domain.com/groups.php?groupid=vbteam+rules
New Group URL: Domain.com/group/vbteam+rules/