The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
okai it's works fine but I would like it to work in front of the forum and not when you click on the file online.php
Maybe i have to add that code to another file, you know where is the file to edit? Thank you |
#12
|
|||
|
|||
Did you not want to try this mod: https://vborg.vbsupport.ru/showthread.php?t=252753
I posted it in the other thread you started asking about this, so I figured it didn't work for you. |
#13
|
|||
|
|||
The mod doesn't work with my vbulletin version :/ but i think i am not asking an imposible no? I though i had just to add a number in the code, the problem is that i don't know where is the file to add that code
|
#14
|
|||
|
|||
Oh, right - I see now that people posted at the end of the mod thread.
Quote:
PHP Code:
|
#15
|
|||
|
|||
Thank you kh99
this is my code Code:
if (!$vbulletin->userinfo['userid']) { $numberguest = ($numberguest == 0) ? 1 : $numberguest; } $numberguests += 50; $totalonline = $numberregistered + $numberguest; unset($joingroupid, $key, $datecut, $invisibleuser, $userinfo, $userid, $loggedin, $index, $value, $forumusers, $parentarray ); $show['activeusers'] = true; |
#16
|
|||
|
|||
Any idea here? thank you
|
#17
|
|||
|
|||
You should have $numberguest += 50, there's no 's' on $numberguest.
|
#18
|
|||
|
|||
Hello! This have been working till version 4.2.1, you now have to edit forum.php instead forumdisplay.php look for same line.
Regards |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|