vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Treue - Sterne. (https://vborg.vbsupport.ru/showthread.php?t=59553)

RaZor Edge 04-01-2004 05:03 PM

I have slightly modify the hack in order to always show 7 stars... the acquired stars being coloured.

Ex:
https://vborg.vbsupport.ru/attachmen...chmentid=17807

In order to use that... just replace this part of the code in the postbit (or postbit_legacy) template

HTML Code:

$vbphrase[treuesterne]<br />
<if condition="$jointime > 720"><img src="images/stars/treue.gif"></if><if condition="$jointime > 600"><img src="images/stars/treue.gif"></if><if condition="$jointime > 480"><img src="images/stars/treue.gif"></if><if condition="$jointime > 360"><img src="images/stars/treue.gif"></if><if condition="$jointime > 240"><img src="images/stars/treue.gif"></if><if condition="$jointime > 120"><img src="images/stars/treue.gif"></if><if condition="$jointime > 1"><img src="images/stars/treue.gif"></if>

by:

HTML Code:

<br />$vbphrase[treuesterne]
<if condition="$jointime > 1"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 120"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 240"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 360"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 480"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 600"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if><if condition="$jointime > 720"><img src="images/stars/stars.gif" width="11" height="12"><else /><img src="images/stars/stars_v.gif" width="11" height="12"></if>

And just upload this two images in you images/stars/ directory (or any others images you want...)

stars.gif:

http://www.fnlutte.com/forum/images2/stars/stars.gif

stars_v.gif

http://www.fnlutte.com/forum/images2/stars/stars_v.gif

And you will have this:

https://vborg.vbsupport.ru/attachmen...chmentid=17806

You can see working exemple here: http://www.fnlutte.com/forum/


All times are GMT. The time now is 03:05 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.02596 seconds
  • Memory Usage 1,731KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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