![]() |
REDOCUMENTED
|
Were does the showthread.php and Postbit info go?
:) |
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 |
Same here, it does not work :mad: :confused:
|
MMm. BUMP.
|
redownload zip :rolleyes:
PS:sorry guys |
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... |
Thankyou Thankyou Thankyou:D:D :D :)
|
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.
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|