MyBB Community Forums

Full Version: [release] User Agent plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
As suggested: the plugin remembers and shows browser and operating system for every post.

Installation info (also included as readme):
Quote:INSTALLATION:

1. Copy the files into your main MyBB folder. Doing so will make a new directory: images/useragent/. It will contain around 40 GIF files. It will also copy a useragent.php into your inc/plugins.

2. Visit your Plug-in Maganer in the Admin CP. Activate the "User Agent" plugin.

3. Visit yout Template Manager. Open the "Post bit" template pack and edit "postbit" template. Add these lines:
<img src="images/useragent/{$post['system']}.gif" />
<img src="images/useragent/{$post['browser']}.gif" />

where you want the icons to appear.

I recommend adding them just after the {$post['button_report']}.


Zip with the plugin and gif with a screenshot in attachments.

Feedback please. ;]

Update 12 Jul 07@9:42GMT: useragent2.zip contains additional stats page in Admin CP
Very nice plugin
Nice! A new feature I would suggest would be to have a place in the Admin CP where you could check to see the browsers that are used, and show how many users used them. Same with the Operating System.
Awesome!

Very handy and nicely done. Thanks for creating this!
~Kerrang!
Kerrang! Wrote:Awesome!

Very handy and nicely done. Thanks for creating this!
~Kerrang!
I really like the look of the icons.
Great job.
I am going to try it looks cool
LegosJedi Wrote:Nice! A new feature I would suggest would be to have a place in the Admin CP where you could check to see the browsers that are used, and show how many users used them. Same with the Operating System.
Sounds good... I'll try to work at that.


Don't stop lauding, please. Toungue
Stats page in ACP done... please check the fresh attachment in the first post.
Very nice! I really like it!
It does look very impressive.

Also, well done for using the Ideas system to make a suggested plugin Smile
Pages: 1 2 3 4 5