Browser on Who's Online
This modification is in the archives.
Browser on Who's Online
Developers: derekivey Version: 1.0.3 vBulletin Version: 3.6.4 (3.5.0 version available here) File Edits: 2 Template Edits: 1 New Phrases: 8 Uses Plugins: Yes Difficulty: Easy Description: This hack will show each user's browser in the Who's Online Box beside their name. It supports IE, Firefox, Opera, Camino, Safari, Konqueror, and Netscape. If the user is using a browser that is unsupported with this hack, it will show a Question mark icon, which means its an Unknown browser. *** I Strongly Recommend That You Backup Before Installing/Upgrading This Hack! *** Planned features for a later release:
Note: If you are using vBadvanced CMPS, please follow 350Chevy's post Spoiler (click to open)
Looks good.. One problem though, vBAdvanced CMPS v2.0.0 needed to be modified as well if you use it and would like it to show properly on your home page.
For those who use vbAdvanced and would like it to work for your home page do the following. in /modules/onlineusers.php find: Code:
SELECT session.userid, username, usergroupid, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid Code:
SELECT session.userid, session.browser, username, usergroupid, (user.options & " . $vbulletin->bf_misc_useroptions['invisible'] . ") AS invisible, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid Code:
'username' => $vbulletin->userinfo['username'], Code:
'browser' => $vbulletin->session->vars['browser'], * Clicks install. Close
I have added screen shots of this hack in action below. Please click If you installed this hack. Thanks! Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
Screenshots |
Similar Mods
Browser on Who's Online | vBulletin 3.5 Add-ons |
Add-On Releases Browser on Who's Online | Modification Graveyard |