vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [CKEditor] MARCO1 Advanced Editor - Quick Reply & Quick Edit With Full Editor Control (https://vborg.vbsupport.ru/showthread.php?t=264219)

tbworld 09-14-2014 08:56 PM

Quote:

Originally Posted by rohirrim (Post 2515191)
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. :)

dany_danay 09-24-2014 07:42 AM

I have problems with ckeditor. Sometimes work and other times not (we have to reload pages 3-4 times to see whole menus

dany_danay 09-30-2014 06:37 AM

none can help?

tbworld 09-30-2014 07:08 AM

Disable the plugins/hook system. Clear caches. Do you still have the problem?

Mangahaven 08-24-2015 12:58 AM

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 ?

djbaxter 08-24-2015 03:41 AM

It's been installed and working fine for me through to the latest version, 4.2.3.

Mangahaven 08-26-2015 10:08 AM

Installed, and appears to be functioning as intended.

iyihost 01-26-2017 07:33 PM

l want to use mobile version. Can you help me ?

creative-friend 07-08-2017 05:35 PM

is it possible to add a button for RTL text?

JnGirard 05-20-2019 06:04 AM

Quote:

Originally Posted by iyihost (Post 2581387)
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


All times are GMT. The time now is 09:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01517 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete