![]() |
Who's Online Additions
I've got a few custom pages floating around my forum, and I'd like to have them appear properly in the Who's Online (online.php) list.
Editing the functions_online.php is too easy, I'd much rather do it the proper way and use plugins (plus my edits won't be deleted the moment a vBulletin update overwrites the file). I've done very little work with plugins, but I'm quite confident with php. How would I add custom actions using plugins for the Who's Online list? |
Go back to looking at the fuctions_online.php (construct_online_bit function) and in the big case statement (default handler) you will ind the following "hook":
PHP Code:
|
I've tried that, but with each hook I received a php error stating that the "case" was unexpected.
|
Ok. Trying to get a handle on how you are coding it.
Here's the default case where the hook sits... PHP Code:
PHP Code:
PHP Code:
Hows that looking, or have I missed something? |
Yep that's exactly what I was doing.
I've also tried a number of if statements too, none of which did anything (literally ;)) |
Ok,
How about this. Hook location: online_location_process Code:
if ($filename == 'yourfile.php') Hook location: online_location_unknown Code:
if ($userinfo['activity'] == 'yourtitle') |
That worked PERFECTLY! Thanks very, VERY much! :)
|
Excellent ! :up:
|
All times are GMT. The time now is 08:16 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:
|