known bugs :-
1- some buttons can't used by Firefox .
2- some buttons not work correct with Firefox ( need to reload the page
)
3- [s]
if you got some syntax errors use the attached file replace it with the one on the zip folder[/s]
Fixed
4- [s]
To use Magic Tool Box with Quick Reply you should Disable Problematic AJAX Features ( will try to fix it )[/s]
Fixed
Documentation :-
Similar Mods :-
This MTB Integrated with some mods
you must remove any mod listed here before use this MTB
* Hide hack itsid
* Video Tube ( any tube mod )
* [You] hack
* Tables hack
* info & caution & warning BB codes
* Any Flash & Real Player & Windows Media Player BB Codes
-----------------------------------------------
Help topic
1-
can't use the buttons ( click but no thing change )
Open headinclude and make sure you have this
PHP Code:
<!-- CSS Stylesheet -->
And
PHP Code:
<!-- / CSS Stylesheet -->
If not add them
---------------------------
2-
This Mod does not use BB Codes -- If you find any one this not belong to our Mod
---------------------------
3-
Change ready text
Open
product-Magic Tool Box.xml with
Notepad
Find
PHP Code:
<!-- Ready Text -->
After it you will find
PHP Code:
<if condition="$vboptions['mwaextraedit2_setting_readytext_active']">
</tr><tr><td colspan="99"><table><tr>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword1">
<input class="button" type="button" value="Hello"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword2">
<input class="button" type="button" value="How"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword3">
<input class="button" type="button" value="Can i"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword4">
<input class="button" type="button" value="I want"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword5">
<input class="button" type="button" value="Thanks"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword6">
<input class="button" type="button" value="Work good"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword7">
<input class="button" type="button" value="Not Work"></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertword8">
<input class="button" type="button" value="Cong"></div></td>
<SCRIPT LANGUAGE="JavaScript">
var selword1 = 'Hello ! ';
var selword2 = ' How can i ';
var selword3 = ' Can i ? ';
var selword4 = ' I want .... ';
var selword5 = ' Thanks m8 ';
var selword6 = ' Work good with me ';
var selword7 = ' Not work with me ';
var selword8 = ' Congratulations ';
</SCRIPT>
Change it as you like
Note you will need to change this code 2 times as there is other code like this to
---------------------------------------------