Back to vBulletin 3.6 Add-ons

Browser on Who's Online
Mod Version: 1.0.3, by derekivey

This modification is in the archives.
vB Version: 3.6.4 Rating: (4 votes - 5.00 average) Installs: 103
Released: 12 Dec 2006 Last Update: 16 Dec 2006 Downloads: 752
Not Supported DB Changes Uses Plugins Template Edits Code Changes Additional Files  

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:
  • Add support for more browsers.
  • Add browser to online.php
  • Show only 1 image for each browser when there is more than 1 person with that browser.
  • Whatever is suggested.
Features/Changes in Version 1.0.3:
  • Fixed bug where some of you were just getting unknown for everyone's browser.
Features/Changes in Version 1.0.2:
  • Fixed SQL bug
Features/Changes in Version 1.0.1:
  • Moved browsers to session table.
  • Removed 'Unknown' from being stored in database, replaced it with Psionic Vision's suggestion.
This was a hack request by ReadOrDie.

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
and replace it with:

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
again in /modules/onlineusers.php find:

Code:
				'username' => $vbulletin->userinfo['username'],
add after:

Code:
				'browser' => $vbulletin->session->vars['browser'],
That should do it.

* Clicks install.

Close
to get this hack working on it, if you want to show their browser on the CMPS' Who's Online.

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.

File Type: %1$s Browser_On_WOL_103.zip (61.6 KB, 885 downloads)

Supporters / CoAuthors

  • derekivey

Screenshots

Click image for larger version
Name:	ScreenShot1.jpg
Views:	1854
Size:	14.9 KB
ID:	57472  

Similar Mods

Browser on Who's Online vBulletin 3.5 Add-ons
Add-On Releases Browser on Who's Online Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024