The Arcive of vBulletin Modifications Site. |
|
Title Rotater Details »»
|
|||||||||||||||||||||||||
Title Rotater
-------------------------------------- Created By: Null Parameter This mod is tested with 3.7.3, but may work with earlier versions. Please leave any comments, suggestions or bugs. 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: http://www.xforgery.com/forum/index.php Refresh it a few times to see different titles. Although, it doesn't use the postfix option. Limitations
Fixes * Version 1.2
This is the first mod that I decided to make into a releasable form, so I hope you like it. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice idea, might use it
|
|
#3
|
|||
|
|||
|
is this suppose to be what i requested here: https://vborg.vbsupport.ru/showthread.php?t=190365
this is not what i wanted, its close, but no good for what i would like to do. |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Here's a solution to display nothing instead of the "unregistered" username for guests. Just put the if-conditional around the {username}, it must look like this then:
<if condition="$show['member']"> {username} </if> |
|
#7
|
||||
|
||||
|
Quote:
I thought about adding an option to disable the mod for Guests. Think this would be a good idea? |
|
#8
|
||||
|
||||
|
thank you
|
|
#9
|
||||
|
||||
|
Doesn't this work?:
Code:
<if condition="$show['member']"> {username}
<else />
$vbphrase[guest]
</if>
|
|
#10
|
|||
|
|||
|
hahaha COOL mod.
+install. |
![]() |
|
|