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)
-   -   HP/MP/EXP (https://vborg.vbsupport.ru/showthread.php?t=31618)

nuno 10-27-2001 10:00 PM

REDOCUMENTED

The Realist 10-28-2001 03:49 PM

Were does the showthread.php and Postbit info go?

:)

WEBDosser 10-28-2001 04:17 PM

Mmmm. i just reinstalled it because you said it works?. well it still don't work :( next time please post a link we can see it working in.

Thanx

The Realist 10-28-2001 04:18 PM

Same here, it does not work :mad: :confused:

WEBDosser 10-28-2001 04:45 PM

MMm. BUMP.

nuno 10-28-2001 04:54 PM

redownload zip :rolleyes:

PS:sorry guys

Pingu 10-28-2001 04:59 PM

Well, got this one working, and here's how I did it:

Open admin/functions.php

Find (around line 170):
$post[joindate]=vbdate($registereddateformat,$post[joindate]);

And add the entire "//START GOBLINS USER LEVELS" under that line and above this line:
if ($post[showemail] and $displayemails) {

That should work...

WEBDosser 10-28-2001 05:02 PM

Thankyou Thankyou Thankyou:D:D :D :)

Mike Gaidin 10-28-2001 05:20 PM

I know this may seem a stupid question, so please forgive me, but can I add more levels? How would I do it? I think I know, but I want to be sure.

Dunny 10-28-2001 05:24 PM

just follow the pattern mate, i added one level so you can see

$level = "";
$level1 = '1';
$level2 = '2';
$level3 = '3';
$level4 = '4';
$level5 = '5';
$level6 = '6';
if ($post[posts] > 900 )
{ $level .= $level6; }
elseif ($post[posts] > 800 )
{ $level .= $level5; }
elseif ($post[posts] > 400 )
{ $level .= $level4; }
elseif ($post[posts] > 200 )
{ $level .= $level3; }
elseif ($post[posts] > 100 )
{ $level .= $level3; }
else // ($post[posts] > 0)
{ $level .= $level1; }


All times are GMT. The time now is 12:36 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.01072 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)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