![]() |
Display OS and Browser Information on Postbit
1 Attachment(s)
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: http://img18.imageshack.us/img18/738/browsershow.jpg Thanks and let me know if you have any problems! |
Nice for a first modification :) I'd suggest the following change so it doesn't clash/break other mods:
Code:
$hook_query_joins = "LEFT JOIN " . TABLE_PREFIX . "postinfo AS postinfo ON (post.postid=postinfo.postid)"; Code:
$hook_query_joins .= "LEFT JOIN " . TABLE_PREFIX . "postinfo AS postinfo ON (post.postid=postinfo.postid)"; |
Thanks for the feedback :) I made the change you suggested, makes sense to me :)
|
Thanks to all
|
Nice mod...but how many queries will this add?
|
Work not for me.
Show not icon_(browser/os).gif |
Quote:
|
hey nice feature,
but is there a chance to get the possebility for users to turn on/off these icons? |
Not working here even, Please give proper instruction, where to upload!
|
Quote:
Quote:
Quote:
Quote:
|
All times are GMT. The time now is 07:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|