Version: 1.0.2, by derekivey
Developer Last Online: Jan 2010
Version: 3.5.5
Rating:
Released: 12-28-2005
Last Update: 03-01-2006
Installs: 79
DB Changes Uses Plugins Template Edits
Code Changes Additional Files
No support by the author.
Browser on Who's Online Developers:derekivey Version: 1.0.2 vBulletin Version: 3.5.5 (3.6.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.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.
Note: If you are using vBadvanced CMPS, please follow 350Chevy's post 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.
Got the same error as mentioned in post #16 on uninstalling version 1.0.1.
Manually reverting the template and file edits seems to be OK.
But product is still shown in installed product list and could not be removed.
How do I remove the entry in the product list?
Sorry about that, I'll take a look and get back to you.
Quote:
Originally Posted by lanc3lot
- Can i have this only appear on the Who's Online page?
No, that is currently not in this hack. I am looking into adding it, and it should be in a new version...
Quote:
Originally Posted by lanc3lot
Why is not working with the guests? I mean can it see what the guest browser is, and show approximately?
Currently, since your first question isn't in this hack, it can't show it for guests. When I add it to the Whos online page, I will make it show for guests too, but since guests don't show on the who's online box, it's not possible to show their browser with this hack.
Quote:
Originally Posted by lan3lot
What will happen if we have special html markaps for our users in our forums? We use special mini icons for each of our usergroups. Will they be replaced from the browser icons or will display both of them (for this i only want to have it on my Who's Online page, prefferably with both the icons displayed)
If you keep your code in there and have the code for this hack, it should show both.
Edit: i fixed it it seems i needed to to the tempalte edits then the porduct before i do the index.php edit.
Code:
There seems to have been a problem with the
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT
user.username, (user.options & 512) AS invisible, user.usergroupid,
session.userid, session.browser, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM vb3_session AS session
LEFT JOIN vb3_user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > 1136662721
ORDER BY username ASC;
MySQL Error : Unknown column 'session.browser' in 'field list'
Error Number : 1054
Date : Saturday, January 7th 2006 @ 01:53:41 PM
Script :
Referrer :
IP Address :
Username :
Classname : vb_database
Hmm, for some reason the SQL query didn't get executed when you imported the product. Please run the following query in your AdminCP or PHPMyAdmin:
[sql]
ALTER TABLE `vb3_session` ADD `browser` VARCHAR( 50 ) DEFAULT '' NOT NULL;
[/sql]