vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Postbar (https://vborg.vbsupport.ru/showthread.php?t=30818)

Dunny 10-19-2001 10:00 PM

bar will increase with users postcount, choice of 3 colour bars.
not tested but it should work!

Dunny 10-20-2001 09:04 AM

example

tweak 10-20-2001 11:39 PM

Well THANX man.... Nice work thanx for sharing

Sage Undertaker 10-21-2001 05:46 PM

nice hack and all, but where do you put it in showthread :( :confused: :p

Palmer ofShinra 10-25-2001 08:17 AM

Nifty stuff...

It goes wherever you want.

Look through postbit and see where you want it to show up.

The horizontal one would likely go under the avatar. The vertical one beside it.

WEBDosser 10-25-2001 10:53 AM

Could someone please tell why this does not work?.

Many thanx.

Dalius 10-25-2001 04:02 PM

WOW
Good Job Man!

Sage Undertaker 10-25-2001 07:45 PM

palmer, it doesnt work. thast why I asked where it would go. not in showthreadbits but showthread.php :p :D :mad: :rolleyes:

WEBDosser 10-25-2001 08:08 PM

Seems that no matter where in showthread.php you put that piece of code it don't work..

tubedogg 10-25-2001 08:20 PM

Sage Undertaker, Dunny, please enter your license information in your profile. See the link in my sig for more info. Thanks!

Juan 10-25-2001 09:08 PM

Doesn't work for me neither, no idea where to place the code in the showthread.php file.

Did anyone get this hack to work?

WEBDosser 10-26-2001 07:22 PM

bump

JTMON 11-07-2001 02:23 AM

anyone get this to work?

Crinos 11-11-2001 08:44 AM

Doesn't work for me either...

qualif 11-11-2001 10:15 AM

i am french sorry for my english
or to put the code in showthread?
//POSTBAR HACK BY GOBLIN
$level = "";
$level0 = '0%';
$level1 = '10%';
$level2 = '20%';
$level3 = '30%';
$level4 = '40%';
$level5 = '50%';
$level6 = '60%';
$level7 = '70%';
$level8 = '80%';
$level9 = '90%';
$level10 = '100%';
if ($post[posts] > 1000 )
{ $level .= $level10; }
elseif ($post[posts] > 900 )
{ $level .= $level9; }
elseif ($post[posts] > 800 )
{ $level .= $level8; }
elseif ($post[posts] > 700 )
{ $level .= $level7; }
elseif ($post[posts] > 600 )
{ $level .= $level6; }
elseif ($post[posts] > 500 )
{ $level .= $level5; }
elseif ($post[posts] > 400 )
{ $level .= $level4; }
elseif ($post[posts] > 300 )
{ $level .= $level3; }
elseif ($post[posts] > 200 )
{ $level .= $level1; }
else // ($post[posts] > 0)
{ $level .= $level0; }
//POSTBAR HACK BY GOBLIN

Bald Bouncer 11-11-2001 02:39 PM

found the mistake in Dunnys Post so I thought I would post it fixed...

Psychdrone 11-25-2001 10:27 PM

dosnt' work, would some one please release this one or the stars hack for 2.2.1

THANKS!

fineclicks 12-14-2001 01:07 AM

Very poor instructions :(

madhouse 12-16-2001 03:17 PM

sorry guys but i had no problem with this hack being installed...I had in installed and it works great in under 5min..

fineclicks 12-16-2001 08:23 PM

Ok, i see there are new instructions now. Should be much easier to do now.


All times are GMT. The time now is 06:30 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.01084 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)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