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
  #462  
Old 09-14-2014, 08:56 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rohirrim View Post
my video insert popup box is too big really too big
What you are asking has nothing to do with "@Marcos modification".

-------------------------------------------------------------
Simplistic fix
--------------------------------------------------------------

Modify the ckeditor plugin: /clientscript/ckeplugins/videotag/dialogs/videotag.js

Find: Line 34
Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a>&nbsp;';
Replace: Line 34
Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a><br />';
--------------- Added 21 Apr 2014 at 17:34 ---------------


-------------------------------------
Better fix, two column format.
-------------------------------------
Modify the ckeditor plugin: /clientscript/ckeplugins/videotag/dialogs/videotag.js

Find: Line 34 and 35
Code:
dialog_html += '<a target="_blank" href="'+url+'">'+name+'</a>&nbsp;';
}
Replace:
Code:
                    if (Math.abs(i + 1) % 2 == 1) { 
                        dialog_html += '<span  style="width:50%;float:left;"><a  style="float:left;margin-left:10px;" target="_blank"  href="'+url+'">'+name+'</a></span>';
                    } else {
                        dialog_html += '<span  style="width:50%;clear:right;float:right"><a style="float:left;"  target="_blank" href="'+url+'">'+name+'</a></span><br  />';
                    }
                }
                dialog_html = '<div style="width:300px;clear:both;"' + dialog_html + '</div>';
I hope that helps.
Reply With Quote
Благодарность от:
rohirrim
  #463  
Old 09-24-2014, 07:42 AM
dany_danay dany_danay is offline
 
Join Date: Jul 2009
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have problems with ckeditor. Sometimes work and other times not (we have to reload pages 3-4 times to see whole menus
Reply With Quote
  #464  
Old 09-30-2014, 06:37 AM
dany_danay dany_danay is offline
 
Join Date: Jul 2009
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

none can help?
Reply With Quote
  #465  
Old 09-30-2014, 07:08 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Disable the plugins/hook system. Clear caches. Do you still have the problem?
Reply With Quote
  #466  
Old 08-24-2015, 12:58 AM
Mangahaven Mangahaven is offline
 
Join Date: Jun 2015
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know it states in the OP 4.1.4 and Up to it. Does anyone know if it's been updated for newer versions of vB like 4.2.X ?
Reply With Quote
  #467  
Old 08-24-2015, 03:41 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's been installed and working fine for me through to the latest version, 4.2.3.
Reply With Quote
  #468  
Old 08-26-2015, 10:08 AM
Mangahaven Mangahaven is offline
 
Join Date: Jun 2015
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, and appears to be functioning as intended.
Reply With Quote
  #469  
Old 01-26-2017, 07:33 PM
iyihost iyihost is offline
 
Join Date: Feb 2008
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

l want to use mobile version. Can you help me ?
Reply With Quote
  #470  
Old 07-08-2017, 05:35 PM
creative-friend creative-friend is offline
 
Join Date: Feb 2009
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to add a button for RTL text?
Reply With Quote
  #471  
Old 05-20-2019, 06:04 AM
JnGirard JnGirard is offline
 
Join Date: Dec 2017
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iyihost View Post
l want to use mobile version. Can you help me ?
Go for a Responsive Templates on vb4 instead, you'll have all the plugins that work like a charm.
There's some that are working fine even on vb 4.2.5
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 06:26 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.05813 seconds
  • Memory Usage 2,370KB
  • 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
  • (4)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (26)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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