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)

djbaxter 07-25-2011 12:33 PM

Quote:

Originally Posted by Getamped 1404 (Post 2224598)
I'll share my modifications, as soon as ...

... MARCO1 release his add-on (v5.2+).

You're still hijacking this thread. Start your own!

cloferba 07-27-2011 03:09 AM

Quote:

Originally Posted by djbaxter (Post 2224756)
You're still hijacking this thread. Start your own!

post reported....

Paul M 07-27-2011 02:51 PM

How about you all act like adults.

This is a support thread for the modification, not a discussion thread.

dihuta 07-27-2011 11:12 PM

4.1.5 was release.
Waiting for Marco's update version!

sadiq6210 07-29-2011 09:01 AM

Quote:

Originally Posted by dihuta (Post 2225814)
4.1.5 was release.
Waiting for Marco's update version!

+1

:)

etca 07-30-2011 12:00 AM

Quote:

Originally Posted by MARCO1 (Post 2224496)
My modification doesn't add anything new to vBulletin codes, I use the same vBulletin ckeditor framework so anything that's not work in the editor it's related to the editor itself.

P.S : Number of fixes in ckeditor will be included in 4.1.5

Works!
after
i'm using vbulletin 4.1.5.
Thx for your adds on.

Cadellin 07-30-2011 09:23 AM

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 :)

MARCO1 07-30-2011 06:09 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 :)

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 :)

MARCO1 07-30-2011 06:12 PM

UPDATE : I'm very busy guys and I'm so sorry the modification will take more than 2 or 3 days to release it.

It's finished but I didn't test it yet.

abualk 07-30-2011 10:50 PM

It will be good if you add flash bbcode to this product + the ability to centralize the editor buttons (Making editor buttons allignment center).

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.

MARCO1 08-02-2011 10:59 AM

Quote:

Originally Posted by Juggernaut (Post 2227989)
How can I put the "paste as plain text" button in my custom skin? it only shows in the default vbulletin style.

That's something should be asked to vbulletin team at vbulletin.com

I don't offer vBulletin support in my own modification support.

Sunka 08-02-2011 12:24 PM

2 little bugs:

[LIST][*]Test 1[*]Test 2[*]function () {
for (var i = 1; i < this.length; i++) {
if (this[i][0] == this[i - 1][0]) {
this.splice(i, 1);
}
}
}[*]function () {
for (var i = 0; i <= this.length; i++) {
this.shift();
}
}[/LIST]


Normal output should be this:

[LIST][*]Test 1[*]Test 2[/LIST]

djbaxter 08-02-2011 10:22 PM

Marco:

Can you confirm that the latest version of this add-on when installed contains a BASE64 decode string? Or am I seeing that stupid redirect exploit again?

Mooff 08-02-2011 10:40 PM

just checked the xml - there is a base64 decode string in there.

Seems to be his way of securing you do not remove the footer tag. Not sure why though, would be still very easy to remove if one wants to.

djbaxter 08-02-2011 11:00 PM

Quote:

Originally Posted by Mooff (Post 2228395)
just checked the xml - there is a base64 decode string in there.

Seems to be his way of securing you do not remove the footer tag. Not sure why though, would be still very easy to remove if one wants to.

Thanks. It's also the signature of one of the persistent vBulletin exploits so I needed to be sure. And it messes with another add-on that checks for that exploit.

rasp187 08-02-2011 11:17 PM

In the footer, where your copyright is, how do I remove the amount of space between your copyright and the rest of the copyrights on the forum? Yours has like a <br /> in it but when I remove it and re-upload, I end up screwing the entire thing up for some reason. I just want it on one line, not taking up 3. Thanks.

Example: http://forums.thecatacombs.net/

Your copyright at the bottom.

MARCO1 08-02-2011 11:21 PM

Quote:

Originally Posted by djbaxter (Post 2228406)
Thanks. It's also the signature of one of the persistent vBulletin exploits so I needed to be sure. And it messes with another add-on that checks for that exploit.

Djbaxter, Re-download the attachments again this modification shouldn't contain any secured area :)

Quote:

Seems to be his way of securing you do not remove the footer tag. Not sure why though, would be still very easy to remove if one wants to.
I don't think that just a normal user will open the xml file with notepad will remove the copyright when it's secured only the advanced users ... So I've killed more than 50% of webmasters whose remove the copyright, However as I said this modification will NEVER be encrypted :)

Regards

MARCO1 08-02-2011 11:22 PM

Quote:

Originally Posted by rasp187 (Post 2228415)
In the footer, where your copyright is, how do I remove the amount of space between your copyright and the rest of the copyrights on the forum? Yours has like a <br /> in it but when I remove it and re-upload, I end up screwing the entire thing up for some reason. I just want it on one line, not taking up 3. Thanks.

Example: http://forums.thecatacombs.net/

Your copyright at the bottom.

Re-download the attachments again please rasp187 :)

djbaxter 08-02-2011 11:41 PM

Quote:

Originally Posted by MARCO1 (Post 2228416)
Djbaxter, Re-download the attachments again this modification shouldn't contain any secured area :)

I just downloaded the zip file again. The zip file has a different timestamp but the actual XML file inside has the same timestamp as the version I downloaded earlier today, and it still is flagged as an exploit by the other add-on.

nCODE 08-03-2011 05:57 AM

Hello, there are some bugs:
In AdminCP, if I select Table Features = No, the Table Features are still active in Quick Reply...

and in AdminCP, the version still says 5.1

iyama 08-03-2011 09:28 AM

I have uninstal this.

Reason is the url on the end on al my pages. (Marco url)

If every respected coder do this then i have a big list of modification urls on the end of the pages. :(

nCODE 08-03-2011 02:11 PM

Quote:

Originally Posted by iyama (Post 2228607)
I have uninstal this.

Reason is the url on the end on al my pages. (Marco url)

If every respected coder do this then i have a big list of modification urls on the end of the pages. :(

If you dont want the copyright thingy, the best way is to buy a de-branded version ;)

rasp187 08-03-2011 07:50 PM

Quote:

Originally Posted by MARCO1 (Post 2228417)
Re-download the attachments again please rasp187 :)

I had it uninstalled while I tested some things out...I did not remove your copyright.

Anyways, I re-installed it, and it still has that space. How can I remove that space for your copyright? I'm not asking to remove your copyright, but the space between the other copyrights and yours, which I don't think is that big of a deal.

djbaxter 08-04-2011 12:26 AM

Quote:

Originally Posted by djbaxter (Post 2228432)
I just downloaded the zip file again. The zip file has a different timestamp but the actual XML file inside has the same timestamp as the version I downloaded earlier today, and it still is flagged as an exploit by the other add-on.

Marco1, this is the BASE64 decode issue. Is there not some other way you can check for the copyright?

orangefive 08-06-2011 11:34 AM

Installed at www.thewoollybacks.co.uk - marked - ace mod!

AusPhotography 08-06-2011 10:17 PM

Excellent mod. Can I suggest adding the attachment tool to Quick Reply?

Thanks

DaffyDuck 08-07-2011 01:11 AM

Doesn't seem to play nice with AME (Auto Media Embedding)

https://vborg.vbsupport.ru/showthread.php?t=202476

Juggernaut 08-07-2011 01:30 AM

Quote:

Originally Posted by DaffyDuck (Post 2230345)
Doesn't seem to play nice with AME (Auto Media Embedding)

https://vborg.vbsupport.ru/showthread.php?t=202476

Isn't that a mod for vbulletin 3.8? I wouldn't expect it to work with vbulletin 4 without being buggy.

DaffyDuck 08-07-2011 04:30 AM

Sorry, posted the wrong links:

https://vborg.vbsupport.ru/showthread.php?t=230707

AME-3 is in fact for vB 4.0.

Either way, seems like something is preventing the parsing and processing of new post content in 4.1.5 -- neither video URL's are being auto-embedded, nor does automatically embedding vaultWiki links work either.

Seductor 08-09-2011 07:59 PM

What does "Add IE Spell Checker" mean?


All times are GMT. The time now is 10:02 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.01814 seconds
  • Memory Usage 1,848KB
  • 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
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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