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)

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 02:25 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.01148 seconds
  • Memory Usage 1,723KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)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