Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

User Agent - 1.2 by bryn

Good plugin, but there is bug in the new version, you control if it's IE7, but you don't have an image for it and you don't give it a name.

You detect it

PHP Code:
    else if (strpos($ua'slimbrowser') !== false$ua_browser 'slimbrowser';
    else if (
strpos($ua'msie') !== false
    {
        if (
strpos($ua'msie 7.0') !== false$ua_browser 'ie7';
        else 
$ua_browser 'ie';
    } 


But don't give it a name:

PHP Code:
        case 'slimbrowser': return 'SlimBrowser';
        case 
'ie': return 'Internet Explorer';
        
        case 
'amiga': return 'Amiga'

Written By: Paretje, 6th December 2007

Very nice mod.Thanks! :D

Written By: baky95, 8th January 2010

Write Review