The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin Hook
Hi I need to have a plugin trigger only when a valid user has logged on. I want to display an SMS page on the left cloumn when a valid user has logged on. If it is a guess user that is viewing the page i don't want them to be able to see this SMS page.
thanks |
#2
|
||||
|
||||
if ($vbulletin->userinfo['userid']) { code you want to execute here }
|
#3
|
|||
|
|||
Quote:
when user logs out the SMS page is still there until you click refresh...but this is ok... thanks again... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|