The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Current Staff Online Forum Sideblock and CMS Widget by BOP5 Details »» | |||||||||||||||||||||||||||||||||||||
Current Staff Online Forum Sideblock and CMS Widget by BOP5
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com New Version: 0.99 Beta New in 0.99
This is my first attempt at a Sideblock and Widget. The purpose of this is to list all forum staff members online. There are settings to choose which usergroups are considered staff groups and for other basic settings. The product .xml file contains the necessary templates and phrases but you will need to manually install the sideblock code itself and/or manually create the widget. Specific installation instructions are in the .txt file in the zip file but the overall process is:
Overall this is working well- it is Beta as it's my fist Sideblock and Widget. I know it works on VB 4.2.0 but it should work on earlier versions as well (code was revised in Beta 0.99 for greater compatibility.) If you get an error at the top of the browser window when you enable the sideblock or widget you know your VB version is too old. In addition to working with my Font Selection by Username mod it will also work withe my Sidebar Anywhere mod. Does not work with "Everywhere Sidebar" mod but DOES work with MY "Sidebar Anywhere" mod. ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: Nominate MOTM if you LOVE it! Download Now
Screenshots
Show Your Support
|
11 благодарности(ей) от: | ||
akz645, Alex@bulletin, blind-eddie, findingpeace, Gemma, Hornstar, NoMatt3r, sodasusu, t-j, Taurus1, Techno Cowboy |
Comments |
#152
|
|||
|
|||
How to reorder of the groups displayed? I've got Mod currently on top, Admin below.
|
#153
|
|||
|
|||
how to create site block to show staff online i am also using your add on sidebar everywhere after installing this mod edited its settings but when i go to forum block i cant see any block of staff online to create?
|
#154
|
||||
|
||||
Did you do this part of the instructions?
Go to Admin CP -> Forums & Moderators (on the side menu) -> Forum Blocks Manager Click on "Add Block" Choose "Custom HTML/PHP" from the drop down menu and click "Continue" Title: Staff Online by BOP5 Description: Sideblock shows current forum staff online. Cache Time: 1 Display Order: (Your Choice) Content Type: PHP Template to use: block_staff_online_bop5 Content: <<<<<<< COPY BELOW THIS LINE >>>>>>>> PHP Code:
|
#155
|
|||
|
|||
YAAAAYYYYYY!!!!
after posting that code which you have mentioned is working fine.... by the way that code is not mentioned in the readme file nor on the post page? it must be added iznt that? thanks much much for the help you are great |
#156
|
||||
|
||||
It is in the text document that came with this mod, it is named, Staff Online Sideblock & Widget by BOP5 Install
|
#157
|
|||
|
|||
True sorry my bad i appologize i didnt scrooled down till end :/ thats why it occurs thank you dear
|
#158
|
||||
|
||||
It's cool, it happens to all of us at some point.
|
#159
|
|||
|
|||
Any idea why i'm getting a databaser error?
Code:
Invalid SQL: SELECT user.username, user.usergroupid, user.lastvisit, user.usertitle, session.userid, session.inforum, session.lastactivity, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid , user.bop5_userfont AS bop5_userfont FROM vB_session AS session LEFT JOIN vB_user AS user ON(user.userid = session.userid) WHERE session.lastactivity > 1408204549 AND user.usergroupid IN (13,14,5,7,6,-1) ORDER BY username ASC; MySQL Error : Unknown column 'user.bop5_userfont' in 'field list' |
#160
|
||||
|
||||
Bummer..even with the update this still doesn't work for me ...I get the following error:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_core.php(4606) : eval()'d code on line 12 |
#161
|
||||
|
||||
Any idea about this BOP5? ....
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|