Adriano Faria Posted December 15, 2011 Share Posted December 15, 2011 File Name: (SOS33) Staff Members OnlineFile Submitter: Adriano FariaFile Submitted: 14 Dec 2011File Updated: 21 Mar 2012File Category: Hooks and Plugins This hook will show which staff members are online in a different online list in board index. You can set which groups will be removed from regular online list and will be added in this new online list.Compatibility:Version 2.1.0 => IP.Board 3.3.X Version 2.0.0 => IP.Board 3.2.XClick here to download this file Link to comment Share on other sites More sharing options...
Silver Kitsune Posted December 15, 2011 Share Posted December 15, 2011 Why am I still showing up in both lists? I'm the admin. Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 15, 2011 Author Share Posted December 15, 2011 Probably you have secondary group enabled. I can't reproduce it on localhost or online: http://forum.sosinvision.com.br/ You'll see I appear online once (Adriano). Link to comment Share on other sites More sharing options...
Silver Kitsune Posted December 15, 2011 Share Posted December 15, 2011 Hmmm, disabled it and still showing. Is there another hook that would interfere? Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 15, 2011 Author Share Posted December 15, 2011 Have no idea. Sorry but I can't reproduce, or the other 15 users that already download it. I guess it's better wait a little longer... Link to comment Share on other sites More sharing options...
Volstate Posted December 15, 2011 Share Posted December 15, 2011 I just installed it and it's showing fine on my board. Thank you very much for updating this! Link to comment Share on other sites More sharing options...
Van2 Posted December 16, 2011 Share Posted December 16, 2011 Great Mod... Thank you.. Link to comment Share on other sites More sharing options...
Russ Shimi Posted January 21, 2012 Share Posted January 21, 2012 Works, thanks Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 18, 2012 Author Share Posted March 18, 2012 For the user who reported it as broken. 159 downloads and only you have this problem and report this as broken ?!? The other 158 are not an indication that the problem may be in your installation? I got the hook running here http://forum.sosinvision.com.br/ and here http://www.clubedomarea.com.br/forum/ and I don't see a driver error! I'll ask a marketplace moderator to test the hook and remove the broken flag. Link to comment Share on other sites More sharing options...
AndyF Posted March 18, 2012 Share Posted March 18, 2012 There's no issue with this file, the same as there was no issue when it was submitted. :smile: I've just redownloaded and retested it, it works fine: To the reporter, if its throwing a driver error then you'll need to get this from the logs or cache directory and post it here so the author can determine if its a conflict with another hook or something else. I'm assuming you have installed it on 323 as indicated, it may or may not work with newer / older board versions. Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 21, 2012 Author Share Posted March 21, 2012 Updated.Compatibility:Version 2.1.0 => IP.Board 3.3.X Version 2.0.0 => IP.Board 3.2.X Link to comment Share on other sites More sharing options...
Michael R Posted May 4, 2012 Share Posted May 4, 2012 Great! Link to comment Share on other sites More sharing options...
TracyIsland Posted January 13, 2013 Share Posted January 13, 2013 From time to time, the hook shows multiple instances of the same staff member online. Do you have any idea why that would be? Link to comment Share on other sites More sharing options...
Adriano Faria Posted January 13, 2013 Author Share Posted January 13, 2013 Someone else already said that but I couldn't reproduce it till today. I'll update it to 3.4 asap... so I'll take a look. Link to comment Share on other sites More sharing options...
Timberwolf1771 Posted March 27, 2013 Share Posted March 27, 2013 Hi Adriano. I don't know if you updated or not, but I just wanted to say that I'm running this on my 3.4.3 board and it's working just fine right now. Thanks for doing some great work. Link to comment Share on other sites More sharing options...
Janyour Posted August 23, 2013 Share Posted August 23, 2013 its already working with IPB 3.4.5 ! @Adriano, need your help please, its possible to show the staff members in the >Portal bloc !? best regards. Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 23, 2013 Author Share Posted August 23, 2013 Not with this hook. Make asarch. If I'm not mistaken, already has a portal plug-in to this. Link to comment Share on other sites More sharing options...
Janyour Posted August 23, 2013 Share Posted August 23, 2013 Adriano, thank you for the quick response ! yes there is bloc but it show all the members online ! this is the code for that, i dont know if we can add some thing to show custom group members ! public function online_users_show() { //----------------------------------------- // Get the users from the DB //----------------------------------------- $classToLoad = IPSLib::loadActionOverloader( IPSLib::getAppDir( 'forums', 'forums' ) . '/boards.php', 'public_forums_forums_boards' ); $boards = new $classToLoad(); $boards->makeRegistryShortcuts( $this->registry ); $active = $boards->getActiveUserDetails(); $active['visitors'] = $active['GUESTS'] + $active['ANON']; $active['members'] = $active['MEMBERS']; return $this->registry->getClass('output')->getTemplate('portal')->onlineUsers( $active ); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.