The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I used to be able to access username in the phpinclude_start template like this:
$bbuserinfo[username] Now, I'm trying to replicate that functionality in 3.5 in a hook and $bbuserinfo[username] just seems to come back blank. How do I access a user's name from with a hook? Shannon |
|
#2
|
||||
|
||||
|
Depends on the Hook
![]() If $vbulletin is within the scope (like it is in global_start): PHP Code:
|
|
#3
|
|||
|
|||
|
Thanks.
|
![]() |
|
|