PDA

View Full Version : Any way to get the attention of someone on the board ?


74corvette
12-28-2007, 03:28 PM
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.

Lynne
12-28-2007, 03:38 PM
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).

74corvette
12-28-2007, 09:19 PM
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.

Dismounted
12-29-2007, 12:38 PM
Use this and place it where you want it in one of your templates (replace USERID):
<if condition="$vbulletin->userinfo['userid'] == USERID">MESSAGE CODE</if>