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)

DevOne5555 07-31-2011 01:51 AM

Working great on 4.1.5 :)

Sunka 07-31-2011 11:30 PM

Quote:

Originally Posted by Cadellin (Post 2226765)
I'm not getting custom BBcode buttons in the quick edit and it still has three rows but otherwise this is once again a fantastic mod :)

Quote:

Originally Posted by MARCO1 (Post 2226940)
Looks like the modification is not upgraded in your forum, All these things was a discovered bugs in 5.0 and it has been fixed into 5.1

Please remove the modification completely and re-download it again from the first post attachments then install it from admincp "Don't forget to remove the version you have it first"

And it should working fine :)


Same problem here!

I try reinstalled several times and allways same problem. Quick reply is OK, but Quick edit have 3 rows and there is not custom BBcodes.

MARCO1 08-01-2011 09:31 AM

The new version should be released today.

kevius 08-01-2011 12:58 PM

it's a VERY good news !!

MARCO1 08-01-2011 05:38 PM

The new version 5.2 has been released.

MARCO1 08-01-2011 05:41 PM

UPDATE : Working on a full editor graphics customizing modification ... No ETA for it but I'll keep you up to date :)

Thanks Everyone.

giorgino 08-01-2011 06:41 PM

Hi Marco, great great add-on!
One thing: In quick editor appear the table bbcode, when I disabled it in ACP.
In quick reply and full editor, work perfect (no table bbcode appears)

Mooff 08-01-2011 06:59 PM

Quote:

Originally Posted by MARCO1 (Post 2227793)
UPDATE : Working on a full editor graphics customizing modification ... No ETA for it but I'll keep you up to date :)

Thanks Everyone.

If that helps, these are the stylevars i changed on our testboard via !important - setting it to something what should look similar to the old one in all our 9 styles:

additional.css
Code:

// CKE UF HAcKS
.cke_skin_kama *, .cke_skin_kama a:hover, .cke_skin_kama a:link, .cke_skin_kama a:visited, .cke_skin_kama a:active {
    color: {vb:stylevar postbit_border} !important;
}
span.cke_skin_kama {
    border: {vb:stylevar postbit_border} !important;
    padding: 0px !important;
}
.cke_skin_kama .cke_wrapper {
    //background-color: #D3D3D3;
    //background-image: url("images/sprites.png");
    background:{vb:stylevar postbit_userinfo_background} !important;
}

.cke_skin_kama .cke_toolgroup {
                background: {vb:stylevar postbit_userinfo_background} !important;
        }

.cke_skin_kama *, .cke_skin_kama a:hover, .cke_skin_kama a:link, .cke_skin_kama a:visited, .cke_skin_kama a:active {
        color:{vb:stylevar body_color} !important;
        }

.cke_skin_kama textarea.cke_source {
    background:{vb:stylevar input_background} !important;
}

.cke_skin_kama .cke_contents {
        border:solid 1px {vb:stylevar mid_border.borderColor} !important;
}

.cke_skin_kama .cke_button a:hover, .cke_skin_kama .cke_button a:focus, .cke_skin_kama .cke_button a:active
{
        border:solid 1px {vb:stylevar mid_border.borderColor} !important;
        background:{vb:stylevar postbit_background} !important;
}
.cke_skin_kama .cke_button a
{
        border:solid 1px transparent !important;
}
       
.cke_skin_kama .cke_rcombo a, .cke_skin_kama .cke_rcombo a:active, .cke_skin_kama .cke_rcombo a:hover {
        background: {vb:stylevar input_background}  !important;
    border-bottom: 1px solid {vb:stylevar mid_border.borderColor} !important;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid {vb:stylevar mid_border.borderColor} !important;       
}       

.cke_skin_kama .cke_rcombo .cke_off a:hover .cke_openbutton,
.cke_skin_kama .cke_rcombo .cke_off a:focus .cke_openbutton,
.cke_skin_kama .cke_rcombo .cke_off a:active .cke_openbutton,
.cke_skin_kama .cke_rcombo .cke_on .cke_openbutton {
    background: {vb:stylevar input_background} !important;
    border: 0px solid transparent !important;
}

.cke_skin_kama .cke_dialog_body, .cke_skin_kama .cke_dialog_footer{
    background: {vb:stylevar postbit_userinfo_background} !important;
    border: 1px solid {vb:stylevar mid_border.borderColor} !important;       
}

.cke_skin_kama .cke_dialog_contents {
    background: {vb:stylevar postbit_background} !important;
    border-color: {vb:stylevar mid_border.borderColor} {vb:stylevar mid_border.borderColor} -moz-use-text-color;
}

.cke_skin_kama a.cke_dialog_tab, .cke_skin_kama a.cke_dialog_tab:link, .cke_skin_kama a.cke_dialog_tab:active, .cke_skin_kama a.cke_dialog_tab:hover, .cke_skin_kama a.cke_dialog_tab:visited {
    background-color: {vb:stylevar postbit_userinfo_background.backgroundColor} !important;
    background-image: url("images/sprites.png");
}
.cke_skin_kama input.cke_dialog_ui_input_text, .cke_skin_kama input.cke_dialog_ui_input_password {
    background:{vb:stylevar input_background} !important;
}

editor_contents.css
added some on top - can't put them in the additional.css cause they won't load in that iframe then.
Code:


.cke_panel_grouptitle {
        background: {vb:stylevar postbit_userinfo_background}; !important;
        color: {vb:stylevar body_color} !important;
}

.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active {
        border: 1px solid {vb:stylevar postbit_border.Color} !important;
        background: {vb:stylevar control_content_hover_background} !important;
        color: {vb:stylevar control_content_hover_color} !important;       
}

.cke_panel_listItem a
{
        border: 1px solid {vb:stylevar postbit_border.Color} !important;
}

//body is modified
body,
body.content {
        font: {vb:stylevar content_msg_font};
        color: {vb:stylevar body_color};
        /* Remove the background color to make it transparent */
        //background-color: #fff;
        background-color:{vb:stylevar wysiwyg_textbox_background.backgroundColor};
        margin:0px;
        padding:8px;
}

In addition we are using a "white" sprite for our dark skins.


Can't give you guys a live demo - still a long way to go for us updating to 4.1.5. (need to bugcheck ame, table, ckm, ..... ).

Anyway, the above might help you in that full edit. Cheers.

shadowevil 08-02-2011 02:03 AM

Hi MARCO1,

an you add new function "Quick attachment" for Quick Reply and Quick Edit, thanks :)

Juggernaut 08-02-2011 02:22 AM

How can I put the "paste as plain text" button in my custom skin? it only shows in the default vbulletin style.


All times are GMT. The time now is 05:10 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.01450 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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