The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
I think you'd want to wait on the improvement/more specific hack, too, Neogeniseva. And I'm sure that FF will be more than willing to specify how to do it.
For the current one, though, I can tell you how to implement it. Just copy that code, open up the global.php file, paste it somewhere in the middle. Myself, I placed it below the line "// ############# START SESSIONS ##############" and above this line: PHP Code:
|
#12
|
||||
|
||||
thanks i will try it out
|
#13
|
||||
|
||||
no problem, remember that it as of yet DOESN'T show users online per specific forum, it just copies the "Who's Online" entries from Forumhome.
|
#14
|
||||
|
||||
*bump* in the hope FireFly notices that I would want it to show users on that particular forum, not global online users ^_^
|
#15
|
|||
|
|||
I too would like to see this
|
#16
|
|||
|
|||
I am at least pretty sure, that it is possible to do with vB.
See the example: http://www.boardy.de/forumdisplay.php3?forumid=11 |
#17
|
||||
|
||||
I suspected no less. But -how- ? :/
|
#18
|
|||
|
|||
You have to make a modified function in online.php that calls itself to check for particular instances of where user[info] == browsingforum1 or something like that. That's a very rough idea of how to do it, but maybe it will help.
|
#19
|
||||
|
||||
Thanks
Perhaps not of much use to me (my hacking skillz = 0 ) but any potential hacker who would make this hack now has a guideline (in case he/she needed it) |
#20
|
||||
|
||||
PHP Code:
Add it to your forumdisplay.php file right before the dooutput, and use $usershere[count] to display the number. The query is OK, but the whole thing isn't really tested right now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|