The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Questions about mods should be asked in the mod thread, and you shouldn't post the entire code for a mod. Also you should also use code tags.
That said, the problem is that the mod changes $lastpostinfo['lastposter'] which is not just used to display the name. You would probably need to change the code to something like: Code:
$lastpostinfo['lastpostercolor'] = $select['opentag'].$lastpostinfo['lastposter'].$select['closetag']; then find the place in the template where lastposter is used to display the name, and change it to lastpostercolor. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|