The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how could i get the userid in gloal_start hook?
hi,
how could i get the userid in gloal_start hook? |
#2
|
||||
|
||||
$vbulletin->userinfo['userid']
|
#3
|
|||
|
|||
thank you KirbyDE
but i tired that before ... it just worked on global_complete ... but on global start nothing happened i used this command to test the value. echo $vbulletin->userinfo['userid']; do you have any comment? |
#4
|
||||
|
||||
$vbulletin->userinfo['userid'] is correct for global_start
Make sure you don't have other plugins that might interfere. global_start output is buffered in $phpinclude_output, eg. it won't be displayed on screen. |
#5
|
|||
|
|||
thank you man
i havent know that. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|