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.

Toolbar Container

Toolbar Container is a plugin that provide developer an easy way to embed button into editor toolbar.

Version: 1.0
Author: c0kr3x
Submitted: 21st December 2009
OVERVIEW
========
Toolbar Container is a plugin that provide developer an easy way to embed button into editor toolbar. The toolbar location is below the editor textarea.

VERSION
=======
Version shiped with these package is Toolbar Container v1.0.

INSTALLATION
============
* Extract the ZIP package
* Put toolbar_container.php inside MyBB plugins directory
* Activate the plugin through Configuration > Plugins in Admin Control Panel
* Call it inside your plugin
* Enjoy :)

HOW TO USE IT
=============
- Make sure your plugin's image located inside
inc/plugins/[plugin_name]/some-logo.png
- Add hook "toolbar_container_collect" in your plugin with an argument.
- Create your hook function.

EXAMPLE
=======
Look at file example.php.txt

TO DO
=====
The toolbar position can be changed to top, left, right, or bottom.

LICENSE
=======
* Toolbar Container is free software licensed under New BSD License.
* http://www.rioastamal.net/mybb/LICENSE.txt

REPORT BUG
==========
If you found bug in Toolbar Container please let me know. You can email at [email protected]. Suggestion is welcome as well.

HOMEPAGE
========
http://www.rioastamal.net/mybb/toolbar-container/
Previews:Preview Image 1689