21.12.2009, 18:38
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:53 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Toolbar Container
Zitat: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 c0kr3x@gmail.com. Suggestion is welcome as well.
HOMEPAGE
========
http://www.rioastamal.net/mybb/toolbar-container/