The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I get someones attention who is logged in, anyone seen anything like this ?
I've looked though most of the Mod's and cant seen to find anything. Maybe a VB IM of some kind. Thanks in advance. |
#2
|
||||
|
||||
![]()
In 3.7 you can make a notice to be posted at the top of the forums that is specific to a user, but I'm not sure that there is a mod to do it in 3.6. You can though, just go to the FORUMDISPLAY or FORUMHOME or SHOWTHREAD (three examples) and put something on the top with a conditional for that user (if userid=thatuser then "html notice for user" end if).
|
#3
|
|||
|
|||
![]()
Thanks Lynne. I know what your say but I dont think I have enough PHP skills to craft something like that.
Surely somebody has ran into this before. |
#4
|
||||
|
||||
![]()
Use this and place it where you want it in one of your templates (replace USERID):
Code:
<if condition="$vbulletin->userinfo['userid'] == USERID">MESSAGE CODE</if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|