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)

CRDeveloper 06-20-2011 01:07 AM

Thanks! Installed!

Vaira 06-21-2011 07:53 PM

Quote:

Originally Posted by MudRacing (Post 2208514)
With this mod, can I change the default background color and frame?


https://vborg.vbsupport.ru/external/2011/06/23.png




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.

MARCO1 06-21-2011 09:28 PM

Quote:

Originally Posted by Vaira (Post 2211024)
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 :)

Vaira 06-21-2011 10:18 PM

Quote:

Originally Posted by MARCO1 (Post 2211053)
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...:D;)

EquinoxWorld 06-21-2011 10:32 PM

Quote:

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

rasp187 06-22-2011 01:40 PM

Definitely awaiting the new release...woot!

derrene 06-23-2011 03:14 PM

hi, where can i find my own (self created bbcode)buttons?

EquinoxWorld 06-23-2011 05:53 PM

Quote:

Originally Posted by rasp187 (Post 2211298)
Definitely awaiting the new release...woot!

Bump +10000! Can't wait. :)

masterross 06-23-2011 07:13 PM

Quote:

Originally Posted by derrene (Post 2211812)
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(); 


BUDIMAN 06-23-2011 08:31 PM

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


All times are GMT. The time now is 08:21 AM.

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.01507 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)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