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)

iyama 01-22-2010 08:56 AM

Working on vb4.1.
Only with the "A nice Postbit_legacy - vb4" i'm getting al the fields white.

Is there a option to make ofline and online status with a icoon instead of that txt?

murekhalir 01-27-2010 08:00 AM

aweomness.

pretke 01-27-2010 11:57 AM

Installed
Thx

iyama 02-09-2010 06:35 AM

Quote:

Originally Posted by iyama (Post 1963207)
Is there a option to make ofline and online status with a icoon instead of that txt?

Anyone?

Chickenpotpie 02-26-2010 06:52 AM

Worked very well for me. thanks.

-CPP

DaninMS 03-06-2010 12:11 PM

Installed. Thx.

CFodder 03-07-2010 03:18 AM

Quote:

Originally Posted by iyama (Post 1978095)
Anyone?

I suspect all you'd have to do is replace

Quote:

<font color="#FDD017"><b><i>Offline</i></b></font>
<font color="#00FF00"><b><i>Online</i></b></font>
with something like:

Quote:

<img src="pathtoyourimage/offlineimage">
<img src="pathtoyourimage/onlineimage">
Respectively. Where onlineimage and offlineimage will be the names of the actual images you are going to use.

For example would use: <img src="./images/offline.png">

ti07shadow 04-04-2010 04:32 AM

Quote:

<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>
the bold and italics tags you used in this are not reccomended by the w3c beacuse it doesnt show properly on every web browser.

It is reccomended to use <strong> and <em>

Code:

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


hqlman 04-04-2010 02:05 PM

Quote:

Originally Posted by ti07shadow (Post 2015456)
the bold and italics tags you used in this are not reccomended by the w3c beacuse it doesnt show properly on every web browser.

It is reccomended to use <strong> and <em>

Code:

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



Strong does not work properly on every browser, the code above will not display the font in bold in the chrome browser but does so in IE, still safer to use <b><i> as it works in every browser.

Syria BoY 04-05-2010 10:49 AM

thanks.
installed


All times are GMT. The time now is 03:35 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.01108 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete