Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[CKEditor] MARCO1 Advanced Editor - Quick Reply & Quick Edit With Full Editor Control Details »»
[CKEditor] MARCO1 Advanced Editor - Quick Reply & Quick Edit With Full Editor Control
Version: 5.2, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

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.

Admincp : http://i53.tinypic.com/ed6jt.png
Quick reply : http://i54.tinypic.com/k1a1kw.png
Quick edit : https://vborg.vbsupport.ru/attachmen...1&d=1307750117

Installation :
Just upload the .xml file from vBulletin admincp

Translation :
You don't have any permission to edit or translate this Mod without contacting me First via PM.


Change log :

5.0 BETA 1
  • Initial Release
  • Upgraded to compatibility with CKEditor
5.0 Final Build
  • Fixed Alignments Issue
  • Fixed Pagebreak issue
  • Fixed Issue with insert tables
  • Add admincp options to control editor buttons
  • Made it don't installed if vbulletin version is less than 4.1.4
  • Code base updates
5.1
  • Add switch editor button
  • Add IE Spell Checker
  • Reformat the editor from 3 button rows to 2 button rows
  • Full integrated with custom buttons
  • Ability to change the editor background from my modification admincp options
5.2
  • Paste as plain text, Screen-Shot : http://i54.tinypic.com/3310k8n.png
  • Add switch editor button
  • Reformat the editor from 3 button rows to 2 button rows into quick edit
  • Fixing switch editor button appear in the advanced reply twice
Translations :
Russian translation here from coffeman2006 special thanks to him for his hard work

Don't forget to
Mark As installed

All the best.
Marco Mamdouh Fahem
If you want to contact me don't hesitate to do so from my website
http://www.marcomamdouh.com/

Download Now

File Type: zip Product - MARCO1 CKEditor Advanced Quick reply and Quick edit.zip (4.3 KB, 3835 views)

Screenshots

File Type: jpg 1.jpg (89.4 KB, 0 views)
File Type: jpg 3.jpg (42.3 KB, 0 views)
File Type: jpg new.jpg (32.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #142  
Old 06-20-2011, 01:07 AM
CRDeveloper's Avatar
CRDeveloper CRDeveloper is offline
 
Join Date: Aug 2009
Location: Costa Rica
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! Installed!
Reply With Quote
  #143  
Old 06-21-2011, 07:53 PM
Vaira Vaira is offline
 
Join Date: Nov 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MudRacing View Post
With this mod, can I change the default background color and frame?





At ACP choose Style manager (at the style to be modified--->edit templates-->double click on CSS Templates, double click on additional.css and add to change background color from grey e.g. to color #d3ddf3:

Code:
.cke_skin_kama .cke_wrapper {
	background-color: #d3ddf3 !important;
}


To use e.g. border color #acacff, border 1px solid and padding 0px:

Code:
span.cke_skin_kama {
        border: 1px solid #acacff !important;
        padding: 0px !important;
}


To change the background color of the text box from white to #333333 :

Code:
.cke_skin_kama textarea.cke_source {
        background-color: #333333 !important;
}


Use your desired color / padding / thickness of the border.

No need to edit the original css'es. These changes will remain at every update then, since the original css'es are untouched.

Enjoy!

Greets Vaira.
Reply With Quote
3 благодарности(ей) от:
EquinoxWorld, MudRacing, Taurus1
  #144  
Old 06-21-2011, 09:28 PM
MARCO1's Avatar
MARCO1 MARCO1 is offline
 
Join Date: Jun 2008
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaira View Post
At ACP choose Style manager (at the style to be modified--->edit templates-->double click on CSS Templates, double click on additional.css and add to change background color from grey e.g. to color #d3ddf3:

Code:
.cke_skin_kama .cke_wrapper {
    background-color: #d3ddf3 !important;
}
To use e.g. border color #acacff, border 1px solid and padding 0px:

Code:
span.cke_skin_kama {
        border: 1px solid #acacff !important;
        padding: 0px !important;
}
To change the background color of the text box from white to #333333 :

Code:
.cke_skin_kama textarea.cke_source {
        background-color: #333333 !important;
}
Use your desired color / padding / thickness of the border.

No need to edit the original css'es. These changes will remain at every update then, since the original css'es are untouched.

Enjoy!

Greets Vaira.
I'll add this as a new feature for my upcoming version, You should be able to do that from my modification admincp settings
Reply With Quote
2 благодарности(ей) от:
dihuta, Taurus1
  #145  
Old 06-21-2011, 10:18 PM
Vaira Vaira is offline
 
Join Date: Nov 2009
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARCO1 View Post
I'll add this as a new feature for my upcoming version, You should be able to do that from my modification admincp settings
That would be great, thanks.
And please the background-color and mouse-over-color for the buttons (toolgroup) as well...
Reply With Quote
  #146  
Old 06-21-2011, 10:32 PM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARCO1 View Post
I'll add this as a new feature for my upcoming version, You should be able to do that from my modification admincp settings
Wow sweet !! Can't wait for that release man. We appreciate your work Marco.
Reply With Quote
  #147  
Old 06-22-2011, 01:40 PM
rasp187 rasp187 is offline
 
Join Date: Dec 2005
Location: Ohio
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Definitely awaiting the new release...woot!
Reply With Quote
  #148  
Old 06-23-2011, 03:14 PM
derrene derrene is offline
 
Join Date: Nov 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, where can i find my own (self created bbcode)buttons?
Reply With Quote
  #149  
Old 06-23-2011, 05:53 PM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rasp187 View Post
Definitely awaiting the new release...woot!
Bump +10000! Can't wait.
Reply With Quote
  #150  
Old 06-23-2011, 07:13 PM
masterross's Avatar
masterross masterross is offline
 
Join Date: Nov 2005
Location: Bulgaria
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by derrene View Post
hi, where can i find my own (self created bbcode)buttons?
Go to Plugins & Products/Plugin manager/[CKEditor] MARCO1 Advanced Quick Reply And Edit]/MARCO1 Advanced Reply - Auto Function

FIND:
PHP Code:
$this->config['toolbar'] =  array($marcoformat,'/',$marcofontbold,$marcojustify,$marcoeditorfeature,'/',$marcotables,);  //// edited 
AFTER ADD:

PHP Code:
$this->addCustomToolbarButtons(); 
FIND:

PHP Code:
array('Table''TableProperties''DeleteTable''-',  'InsertRowBefore''InsertRowAfter''DeleteRow''-',  'InsertColumnBefore''InsertColumnAfter''DeleteColumn''-',  'Subscript''Superscript''HorizontalRule'),
            ); 
//// Updated 
AFTER ADD:

PHP Code:
$this->addCustomToolbarButtons(); 
Reply With Quote
2 благодарности(ей) от:
EquinoxWorld, Methok
  #151  
Old 06-23-2011, 08:31 PM
BUDIMAN BUDIMAN is offline
 
Join Date: Jun 2010
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Marco, I hope in the next version, u will add an option to show Custom BBcode at Quick Reply
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05506 seconds
  • Memory Usage 2,401KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (32)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete