Title Rotater - vBulletin.org Forum
Version: 3.7.3
Title Rotater
--------------------------------------
Created By: Null Parameter
This mod is tested with 3.7.3, but may work with earlier versions.
Description
This mod takes a list of admin defined possible titles and chooses one randomly to be displayed as the page title for FORUMHOME. Both a prefix and postfix can be defined to encapsulate the random title.
You may also use the keyword {username} to specify the current user's name.
See the attached image for the ACP options panel.
Demo
You can see my site use this on FORUMHOME, here:
XForgery - You need to post more maps.
Refresh it a few times to see different titles.
Although, it doesn't use the postfix option.
Known Issues
Version: 3.7.3
Title Rotater
--------------------------------------
Created By: Null Parameter
This mod is tested with 3.7.3, but may work with earlier versions.
Description
This mod takes a list of admin defined possible titles and chooses one randomly to be displayed as the page title for FORUMHOME. Both a prefix and postfix can be defined to encapsulate the random title.
You may also use the keyword {username} to specify the current user's name.
See the attached image for the ACP options panel.
Demo
You can see my site use this on FORUMHOME, here:
XForgery - You need to post more maps.
Refresh it a few times to see different titles.
Although, it doesn't use the postfix option.
Known Issues
- This mod will not work if you have altered the default title in the FORUMHOME template, or if a style doesn't use the same format.
Code:
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
- If an unregistered user views your FORUMHOME and {username} was used, then "Unregistered" will be visible instead of a username. If anyone can think of a good solution to this, then I can implement it.