vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Any way to get the attention of someone on the board ? (https://vborg.vbsupport.ru/showthread.php?t=166324)

74corvette 12-28-2007 03:28 PM

Any way to get the attention of someone on the board ?
 
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):
Code:

<if condition="$vbulletin->userinfo['userid'] == USERID">MESSAGE CODE</if>


All times are GMT. The time now is 09:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01619 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete