MyBB Codes
User Browser Detection Plugin or Script ? - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Requests (/forumdisplay.php?fid=16)
+--- Thread: User Browser Detection Plugin or Script ? (/showthread.php?tid=3430)


User Browser Detection Plugin or Script ? - H0AX - 06-30-2011 05:22 AM

hey guys

i was wondering if anybody no's how to do this for mybb

i found this but it was only for IPB

[Image: b470ed.png]


RE: User Browser Detection Plugin or Script ? - exdiogene - 06-30-2011 09:27 AM

There is already 2 Free available plugins for posting the member Browser and Operating System on MyBB.com, here are the links to them :

http://mods.mybb.com/view/user-agent-2
http://mods.mybb.com/view/user-agent-reporter

These are 1.4.* plugins but can be modified to work with MyBB 1.6.*, simply by changing the compatibility line inside the "_info()" part of the plugin file :
PHP Code:[Highlight]
"compatibility" => "14*"
to this :
PHP Code:[Highlight]
"compatibility" => "14*,16*"



RE: User Browser Detection Plugin or Script ? - H0AX - 06-30-2011 10:36 AM

yeh ive tried these i meant next to the members name

and on the whos online bit


RE: User Browser Detection Plugin or Script ? - H0AX - 06-30-2011 10:36 AM

yeh ive tried these i meant next to the members name

and on the whos online bit


RE: User Browser Detection Plugin or Script ? - exdiogene - 06-30-2011 11:18 AM

I will have a look at this tomorrow and find a way to achieve it... Wink


RE: User Browser Detection Plugin or Script ? - H0AX - 06-30-2011 12:08 PM

thanks mate