Version: 5.2, by MARCO1
Developer Last Online: Jan 2022
Category: Show Thread Enhancements -
Version: 4.1.4
Rating:
Released: 05-25-2011
Last Update: 08-02-2011
Installs: 585
Uses Plugins Auto-Templates
No support by the author.
[CKEditor] MARCO1 Advanced Editor - Quick reply and Quick Edit With Full Editor Control
ONLY FOR vBulletin Version 4.1.4 AND UP TO IT
Thanks to everyone who made this modification winner of MOTM
Hello Everyone,
As we all know and use the old advanced editor for the default vBulletin editor here : https://vborg.vbsupport.ru/showthread.php?t=232730
And thanks to everyone who made the last mod the winner MOTM so I decided to leave the old thread with forums running an old versions of vBulletin who don't updated to 4.1.4 yet.
What's it ?
A full featured quick reply and quick edit editors with both drop-down smiles and clickable smiles to get the best quick reply editor ever made :up:
Features :
Advanced Quick reply :
Remove format
Paste from word
Font
Font size
Text Color
Smiles drop-down menu
Smiles clickable box
Undo
Redo
Bold
Italic
Underline
Numbered list
Bulleted List
Outdent
Indent
Link
Unlink
Image
Video
Quote
Code
HTML
PHP
Table
Table properties
Delete Table
Insert row before
Insert row after
Delete row
Insert column before
Insert column after
Delete column
Subscript
Super script
Horizontal Rule
Page Break
Preview Break
Advanced Quick Edit :
Remove format
Paste from word
Font
Font size
Text Color
Smiles drop-down menu
Undo
Redo
Bold
Italic
Underline
Numbered list
Bulleted List
Outdent
Indent
Link
Unlink
Image
Video
Quote
Code
HTML
PHP
Table
Table properties
Delete Table
Insert row before
Insert row after
Delete row
Insert column before
Insert column after
Delete column
Subscript
Super script
Horizontal Rule
Page Break
Preview Break
IMPORTANT FOR ATTACHMENTS IN QUICK REPLY :
This free version will not get the attachments in quick reply, It's only part of vBFoster advanced CKEditor, Part of vBFoster plugin : http://www.vbfoster.com/forums/showt...in-quick-reply
Screen-shots :
In Attachments OR view it in the full size.
UPD: if you have this issue simply copy ALL code from vFCoders - Hide Hack [Hide button in Editor] plugin into end (after }}) of MARCO1 Advanced Reply - Auto Function plugin
i installed fresh copy of vB 4 (4.1 and after that 4.2) and this Modification but on editor can't see/use 3 Align button (center / right / left) !
sorry for my bad eng !
My file plugin.js in folder /clientscript/ckeplugins/equation
in hook editor_construct
Code:
$this->config['_extraPlugins'] .= ',equation';
in hook editor_toolbar_set
Code:
$this->config['toolbar'][] = array('Equation');
normal this plugin equation works well
when i installed MARCO1 Advanced Editor - Quick reply and Quick Edit With Full Editor , then my custom plugin equation only work in new thread. In quick reply, quick edit not show..