The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Username Changed based on forum
When a user posts in a specific forum, all posts made by them are under a different username. The username must not already be in use by another member.
Eg. On my forums, i have a section for a guild. My username i use in the game is different than the one i have on my forums. I do not want to confuse the people in the guild, but also do not want to register a new account just to post in that forum. I need this for VB 3.0.x Is something like this possible? |
#2
|
|||
|
|||
Just add a new custom profile field for the guild nickname. Then open the postbit template and do the following change:
FIND HTML Code:
$post[musername] HTML Code:
<if condition="$thread[forumid] == 9">$post[field6]<else />$post[musername]</if> |
#3
|
||||
|
||||
Sweet.
You're The Best. How would this be modified to include the username's and currently active user's of the specific forum? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|