vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - status online postbit text (https://vborg.vbsupport.ru/showthread.php?t=231163)

katim110 12-14-2011 08:20 PM

doesnt work for vb 4.1.8 ? please updated :(

Fready 01-11-2012 07:15 AM

Working fine on 4.1.9

DaninMS 01-13-2012 07:38 PM

Working fine on 4.1.7

gsmlover4u 02-09-2012 07:46 AM

it will work on 4.1.10 ?
any one test it ?

LordVader 02-10-2012 08:51 AM

Confirmed working on my 4.1.10 :)

Its laughably simple.

I ignored step 1 & 2

Simply remove all "postbit_onlinestatus"

And replace with the code below.
Code:

<vb:if condition="$onlinestatus==0"><font color="#FDD017"><b><i>Offline</i></b></font></vb:if>
<vb:if condition="$onlinestatus==1"><font color="#00FF00"><b><i>Online</i></b></font></vb:if>
<vb:if condition="$onlinestatus==2"><font color="#87AFC7"><b><i>Invisible</i></b></font></vb:if>

All credit & thanks go to the original creator.

gsmlover4u 02-11-2012 12:38 PM

how can make blink it
any one can post blinking code

LordVader 02-11-2012 09:33 PM

Quote:

Originally Posted by gsmlover4u (Post 2298544)
how can make blink it
any one can post blinking code

Here you go.

Code:

<vb:if condition="$onlinestatus==0"><font color="#FDD017"><b><i><blink>Offline</blink></i></b></font></vb:if>
<vb:if condition="$onlinestatus==1"><font color="#00FF00"><b><i><blink>Online</blink></i></b></font></vb:if>
<vb:if condition="$onlinestatus==2"><font color="#87AFC7"><b><i><blink>Invisible</blink></i></b></font></vb:if>

If you look you can see where I added the blink codes, you can easily remove it if you only want it to blink when you're online or only blink for offline etc.

marccap 05-10-2012 07:48 PM

installed on 4.1.12 but I took out <dt>User ID</dt> <dd>{vb:raw post.userid}</dd>
as I dont see the point of user id number in postbit

btedition 01-15-2014 11:03 AM

Working great on 4.2.0!! Thanks!


All times are GMT. The time now is 02:39 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.01098 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete