MyBB Codes
MyBB Codes
>
Mods Database
>
Requests
> User Browser Detection Plugin or Script ?
Full Version:
User Browser Detection Plugin or Script ?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
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
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*"
,
H0AX
06-30-2011, 10:36 AM
yeh ive tried these i meant next to the members name
and on the whos online bit
H0AX
06-30-2011, 10:36 AM
yeh ive tried these i meant next to the members name
and on the whos online bit
exdiogene
06-30-2011, 11:18 AM
I will have a look at this tomorrow and find a way to achieve it...
H0AX
06-30-2011, 12:08 PM
thanks mate
MyBB Codes
>
Mods Database
>
Requests
> User Browser Detection Plugin or Script ?
Reference URL's
MyBB Codes:
http://www.mybbcodes.com/index.php
: