What's this :
100% Full Quick reply without any template Modifications or File Edits!
100% Full Quick edit without any template Modifications or File Edits!
Features (Advanced Quick Reply) :
Full Quick Reply
Enable Smiles In Quick Reply
Enable Fonts in quick reply
Enable Change Size In Quick Reply
Enable Change Color In Quick Reply
Enable Bold In Quick Reply
Enable Italic In Quick Reply
Enable Underline In Quick Reply
Enable Aligns In Quick Reply
Enable Ordered list and Un-ordered list
Enable Text Directions In Quick Reply
Enable Insert link In Quick Reply
Enable Unlink In Quick Reply
Enable Add E-mail In Quick reply
Enable Insert Images In Quick Reply
Enable Insert Video In Quick Reply
Enable Quote In Quick Reply
Enable Code In Quick Reply
Enable HTML In Quick Reply
Enable PHP In Quick Reply
Features (Advanced Edit) :
Full Advanced Edit
Enable Smiles In Quick Reply
Enable Fonts in quick reply
Enable Change Size In Quick Reply
Enable Change Color In Quick Reply
Enable Bold In Quick Reply
Enable Italic In Quick Reply
Enable Underline In Quick Reply
Enable Aligns In Quick Reply
Enable Ordered list and Un-ordered list
Enable Text Directions In Quick Reply
Enable Insert link In Quick Reply
Enable Unlink In Quick Reply
Enable Add E-mail In Quick reply
Enable Insert Images In Quick Reply
Enable Insert Video In Quick Reply
Enable Quote In Quick Reply
Enable Code In Quick Reply
Enable HTML In Quick Reply
Enable PHP In Quick Reply
Installation :
Only Import the XML File :up:
Upgrade :
Remove the old Version and Import the new version.
Translation :
You didn't have any permission to edit or tranlsate this Mod without contact me First via PM.
Arabic Users :
Don't translate this Mod, I have already translated it to Arabic
Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
PHP Code:
$ show [ 'font_bbcode'] = (ALLOW_BBCODE_FONT)? true: false;
$ show [ 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? true: false;
$ show [ 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? true: false;
$ show [ 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? true: false;
$ show [ 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? true: false;
$ show [ 'list_bbcode'] = (ALLOW_BBCODE_LIST)? true: false;
$ show [ 'code_bbcode'] = (ALLOW_BBCODE_CODE)? true: false;
$ show [ 'html_bbcode'] = (ALLOW_BBCODE_HTML)? true: false;
$ show [ 'php_bbcode'] = (ALLOW_BBCODE_PHP)? true: false;
$ show [ 'url_bbcode'] = (ALLOW_BBCODE_URL)? true: false;
Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
PHP Code:
$ show [ 'font_bbcode'] = (ALLOW_BBCODE_FONT)? true: false; $ show [ 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? true: false; $ show [ 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? true: false; $ show [ 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? true: false; $ show [ 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? true: false; $ show [ 'list_bbcode'] = (ALLOW_BBCODE_LIST)? true: false; $ show [ 'code_bbcode'] = (ALLOW_BBCODE_CODE)? true: false; $ show [ 'html_bbcode'] = (ALLOW_BBCODE_HTML)? true: false; $ show [ 'php_bbcode'] = (ALLOW_BBCODE_PHP)? true: false; $ show [ 'url_bbcode'] = (ALLOW_BBCODE_URL)? true: false;