vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Status Icon Sets (https://vborg.vbsupport.ru/forumdisplay.php?f=216)
-   -   Transparent - Online/Offline Status Icons (https://vborg.vbsupport.ru/showthread.php?t=154415)

csavern 08-05-2007 10:00 PM

Transparent - Online/Offline Status Icons
 
1 Attachment(s)
Here Is A Set Of Online/Offline Icons I Made
you will need to do 1 template edit to make these work
Reason for template edit is that the standard images are .gif format these are transparent and saved in .png format

Edit Template postbit_onlinestatus

Code:

<if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if>
<if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_online.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if>
<if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_invisible.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if>

The Code That Is In Red Needs To Look Like This

Code:

<if condition="$onlinestatus==0"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_offline.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>" border="0" /></if>
<if condition="$onlinestatus==1"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_online.png" alt="<phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase>" border="0" /></if>
<if condition="$onlinestatus==2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/user_invisible.gif" alt="<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>" border="0" /></if>

Just Change user_offline.gif to user_offline.png
same as user_online.gif to user_online.png

http://www.rotormadness.com/art/status.png

jerrygad 08-06-2007 05:38 AM

Awesome! It's look great.

csavern 08-06-2007 09:47 AM

Thx

Videx 08-07-2007 01:41 AM

Um. So why can't you change them to transparent .gif and save the editing?

csavern 08-07-2007 10:05 AM

Well just thought i would share the buttons allmost everything on my board is .png because of using shadows on images so all the buttons i made for my board i use .png
i left a psd zip files here and if you like your more then welcome to download and make .gif your self if ya like

slyreptile 09-13-2007 01:49 PM

Great work csavern! Wish more designers used png.

csavern 09-13-2007 11:57 PM

Thank you
PNG format makes things look a little better on the forums

ninjamaster 10-08-2007 08:48 AM

looks cool thanks

Ohiosweetheart 12-10-2007 03:10 AM

Love png icons. Thanks for the images and the tutorial ;)

Jasem 04-21-2008 12:06 PM

very good!, Thank you very much


All times are GMT. The time now is 11:19 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.00996 seconds
  • Memory Usage 1,734KB
  • 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)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