vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   i want product to make the admin or some one online every time (https://vborg.vbsupport.ru/showthread.php?t=243475)

GeNeRaL NT 05-28-2010 02:28 PM

i want product to make the admin or some one online every time
 
<div align="center">pleas guys

i want product to make the admin or some one online every time
</div>

Speysider 05-28-2010 04:31 PM

I have no idea what you are asking for.

pant 05-28-2010 04:33 PM

He's saying that he wants it to appear as if an Admin or a Mod is online all the time, I assume it's so that his/her users behave themselves lol

GeNeRaL NT 05-28-2010 05:31 PM

Quote:

Originally Posted by pant (Post 2044707)
He's saying that he wants it to appear as if an Admin or a Mod is online all the time, I assume it's so that his/her users behave themselves lol

that's correct :)

borbole 05-28-2010 05:34 PM

Quote:

Originally Posted by GeNeRaL NT (Post 2044645)
pleas guys

i want product to make the admin or some one online every time

Try to ask it at the support forums. You might have more takers if you posted it at the right place.

Gio~Logist 05-28-2010 05:35 PM

Just manually edit the forumhome template to include his username and a comma before the whosonline variable, and then add a conditional to the profile to show the user_online.gif always for him.

pant 05-28-2010 05:54 PM

I dont understand what you mean :D

BirdOPrey5 05-28-2010 11:59 PM

Quote:

Originally Posted by Gio~Logist (Post 2044738)
Just manually edit the forumhome template to include his username and a comma before the whosonline variable, and then add a conditional to the profile to show the user_online.gif always for him.

Wouldn't the username display twice if they really were signed on? Might make it easily noticeable that it's a fake.

GeNeRaL NT 05-29-2010 09:25 AM

Quote:

Wouldn't the username display twice if they really were signed on? Might make it easily noticeable that it's a fake.
no problem about this ...
but how i can do it ?

BirdOPrey5 05-29-2010 12:29 PM

OK, the page you're talking about is called FORUM HOME, so go to Styles & Templates -> Style Manager -> Edit Templates for your style(s)... Now go to the Forum Home template... On this page find:
Code:

<div>$activeusers</div>
That is the code that displays the online users, so replace it with the following:
Code:

<div><a href="http://www.YOURDOMAIN.COM/forums/member.php?u=USERID">Phantom User</a>, $activeusers</div>
Replace YOURDOMAIN.COM obviously with your domain name.
Replace USERID with the user id number of whatever username you are using.
Replace Phantom User with the username

This is for 3.8, may be similar for other versions.


All times are GMT. The time now is 11:54 PM.

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.01088 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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