Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Display OS and Browser Information on Postbit Details »»
Display OS and Browser Information on Postbit
Mod Version: 1.00, by Fighter1405 (Contributor) Fighter1405 is offline
Developer Last Online: Sep 2011 I like it Show Printable Version Email this Page

vB Version: 3.8.2 Rating: (13 votes - 4.00 average) Installs: 56
Released: 29 Jul 2009 Last Update: 01 Aug 2009 Downloads: 796
Not Supported DB Changes Uses Plugins Additional Files Is in Beta Stage  

Hey all,

First plugin, so I hope I'm doing this right! As requested here, it'll display a small icon for both the users operating system and browser on the postbit.

Install steps:
1. Upload the Product
2. upload icon images for each os/browser to images/useragent in the form icon_(browser/os).gif - Sample Icons attached

Thanks to this mybb mod for the sample images and some of the browser detection code.

Screenshot:


Thanks and let me know if you have any problems!

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
PS - Boxed Postbit Information & Centered Postbit PaulSonny vBulletin 3.7 Template Modifications 111 13 Jan 2010 23:01
Web Browser of Choice - In Postbit PoetJA-1975 Modification Graveyard 4 09 Apr 2008 10:30

Comments
  #2  
Old 29 Jul 2009, 01:44
Deceptor's Avatar
Deceptor Deceptor is offline
 
Join Date: Dec 2008
Nice for a first modification I'd suggest the following change so it doesn't clash/break other mods:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Basically change = to .=
Reply With Quote
  #3  
Old 29 Jul 2009, 01:49
Fighter1405 Fighter1405 is offline
 
Join Date: Jun 2009
Thanks for the feedback I made the change you suggested, makes sense to me
Reply With Quote
  #4  
Old 29 Jul 2009, 02:33
erel34's Avatar
erel34 erel34 is offline
 
Join Date: Dec 2007
Thanks to all
__________________
Reply With Quote
  #5  
Old 29 Jul 2009, 02:35
KevinL's Avatar
KevinL KevinL is offline
 
Join Date: Apr 2005
Nice mod...but how many queries will this add?
__________________
HostAtom.net - Forum Hosting at it's best! Email Sales@HostAtom.net and find out more!
Cpanel, Softaculous, LiteSpeed, CloudLinux, Daily R1Soft backups, 24x7 Server monitoring
Need a forum design? Look no further - Design vBulletin
Reply With Quote
  #6  
Old 29 Jul 2009, 06:14
bollie's Avatar
bollie bollie is offline
 
Join Date: Jun 2006
Location: Zele (Belgium)
Real name: ivan
Work not for me.
Show not icon_(browser/os).gif
Reply With Quote
  #7  
Old 29 Jul 2009, 08:03
dartho dartho is offline
 
Join Date: Sep 2005
Originally Posted by KevinL View Post
Nice mod...but how many queries will this add?
Looks like it will add a single query when a post is created.
Reply With Quote
  #8  
Old 29 Jul 2009, 10:42
onlyfree onlyfree is offline
 
Join Date: Jan 2006
hey nice feature,
but is there a chance to get the possebility for users to turn on/off these icons?
Reply With Quote
  #9  
Old 29 Jul 2009, 11:39
Farman Farman is offline
 
Join Date: Jan 2009
Not working here even, Please give proper instruction, where to upload!
Reply With Quote
  #10  
Old 29 Jul 2009, 11:50
Fighter1405 Fighter1405 is offline
 
Join Date: Jun 2009
Originally Posted by bollie View Post
Work not for me.
Show not icon_(browser/os).gif
Originally Posted by Farman View Post
Not working here even, Please give proper instruction, where to upload!
An example icon name would be "icon_firefox.gif" and that should be in the images/useragent folder, what do you have in that folder?

Originally Posted by dartho View Post
Looks like it will add a single query when a post is created.
That is correct, it loads the information back through the use of a left join so no extra queries are needed on showthread.

Originally Posted by onlyfree View Post
hey nice feature,
but is there a chance to get the possebility for users to turn on/off these icons?
You'd like it turned off on a post by post basis or for the user to set it globally on the UCP?
Reply With Quote
  #11  
Old 29 Jul 2009, 12:18
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
I am using the opposite postbit style you are using and it isn't showing on my board.
Reply With Quote
  #12  
Old 29 Jul 2009, 13:53
onlyfree onlyfree is offline
 
Join Date: Jan 2006
Originally Posted by Charlie98902 View Post
I am using the opposite postbit style you are using and it isn't showing on my board.
Go on postbit or postbit_legacy template and put this where you want to have these stats

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


@developer. it would be nice if the user could block his os and browser generally for all his posts in his UCP
Reply With Quote
  #13  
Old 29 Jul 2009, 13:58
1320Nation 1320Nation is offline
 
Join Date: Sep 2008
Not working....

Database error in vBulletin 3.7.3:

Invalid SQL:
CREATE TABLE `board_postinfo` (
`postid` INT( 6 ) NOT NULL ,
`os` VARCHAR( 20 ) NOT NULL ,
`browser` VARCHAR( 20 ) NOT NULL
) ENGINE = MYISAM ;;

MySQL Error : Table 'board_postinfo' already exists
Error Number : 1050
Request Date : Wednesday, July 29th 2009 @ 10:55:42 AM
Error Date : Wednesday, July 29th 2009 @ 10:55:42 AM
Script : http://www.*****.com/forums/admincp/...=productimport
Referrer : http://www.*****.com/forums/admincp/...?do=productadd
IP Address : ***.****
Username :********
Classname : vB_Database
MySQL Version : 5.0.45
Reply With Quote
  #14  
Old 29 Jul 2009, 14:14
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Originally Posted by onlyfree View Post
Go on postbit or postbit_legacy template and put this where you want to have these stats

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


@developer. it would be nice if the user could block his os and browser generally for all his posts in his UCP
Nope it is a not go.
Reply With Quote
  #15  
Old 29 Jul 2009, 15:03
Fighter1405 Fighter1405 is offline
 
Join Date: Jun 2009
Originally Posted by Charlie98902 View Post
I am using the opposite postbit style you are using and it isn't showing on my board.
Originally Posted by onlyfree View Post
Go on postbit or postbit_legacy template and put this where you want to have these stats

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.
That hook does already exist on the new postbit anyway, it should appear right under the post count. Does anything display there? Remember that if you are using quick reply it won't display until you refresh the page.

Originally Posted by onlyfree View Post
@developer. it would be nice if the user could block his os and browser generally for all his posts in his UCP
I'll take a look at implementing that later today

Originally Posted by psychobike View Post
Not working....

Database error in vBulletin 3.7.3:

Invalid SQL:
CREATE TABLE `board_postinfo` (
`postid` INT( 6 ) NOT NULL ,
`os` VARCHAR( 20 ) NOT NULL ,
`browser` VARCHAR( 20 ) NOT NULL
) ENGINE = MYISAM ;;

MySQL Error : Table 'board_postinfo' already exists
Error Number : 1050
Request Date : Wednesday, July 29th 2009 @ 10:55:42 AM
Error Date : Wednesday, July 29th 2009 @ 10:55:42 AM
Script : http://www.*****.com/forums/admincp/...=productimport
Referrer : http://www.*****.com/forums/admincp/...?do=productadd
IP Address : ***.****
Username :********
Classname : vB_Database
MySQL Version : 5.0.45
Sounds like you already have another mod that creates the postinfo table, try the version attached to this post that creates a 'browserosinfo' table instead.
Attached Files
File Type: xml product-displayos(4).xml (7.1 KB, 28 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 15:58.

Layout Options | Width: Wide Color: