The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
|
#12
|
|||
|
|||
I see - I figured you had a good reason.
So I notice that there's a hook at the end of fetch_musername so you don't have to edit that file if you don't want to, you could probably just use hook location fetch_musername with something like Code:
$username = str_replace(' ', ' ', $username); $user['musername'] = $vbulletin->usergroupcache["$displaygroupid"]['opentag'] . $username . $vbulletin->usergroupcache["$displaygroupid"]['closetag']; |
#13
|
|||
|
|||
Does anyone know exactly how to do it yet?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|