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 - [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! (https://vborg.vbsupport.ru/showthread.php?t=232730)

Beermonster 01-13-2010 05:29 PM

I also get The message you have entered is too short error

mikem164 01-13-2010 07:52 PM

Quote:

Originally Posted by Datenpapst (Post 1954647)
after installing the mod, the quick reply does not work anymore it automatically turns to the advanced editor... :(

vb 4.0.1

Exactly what happened to me.

MARCO1 01-13-2010 08:02 PM

New Version Will release tomorrow fixing all bugs and errors.

MARCO1 01-13-2010 08:03 PM

Quote:

Originally Posted by mikem164 (Post 1954796)
Exactly what happened to me.

New Version will release tomorrow with fix for this error.

ForYou 01-13-2010 10:00 PM

Hello MARCO1 ,

is there away to move smile under BOX like this Hack ,

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

BBR-APBT 01-14-2010 03:26 AM

The following templates are not cached when using this mod.

Code:

$cache[] = 'editor_smilie';
$cache[] = 'editor_smilie_category';
$cache[] = 'editor_smilie_row';
$cache[] = 'editor_smiliebox';
$cache[] = 'editor_toolbar_on';
$cache[] = 'newpost_disablesmiliesoption';


dihuta 01-14-2010 04:07 AM

Also need Avanced Editor for Quick Edit, very useful.
Thanks!

MARCO1 01-14-2010 11:33 AM

Guys Can you try again now :)
I have fixed all the discovered bugs.

TimberFloorAu 01-14-2010 11:44 AM

Marco, when we click reply, it looks just like Normal reply. Not quick reply with all the gadgets... weird

MARCO1 01-14-2010 11:48 AM

Quote:

Originally Posted by TimberFloorAu (Post 1955385)
Marco, when we click reply, it looks just like Normal reply. Not quick reply with all the gadgets... weird

Hi Steve,

I'm not completely understand you, Can you take a screen-shot ?

Gene Steinberg 01-14-2010 12:04 PM

Quote:

Originally Posted by MARCO1 (Post 1955381)
Guys Can you try again now :)
I have fixed all the discovered bugs.

Except Reply with Quote. It brings up the Advanced message window, but no quote. Sorry.

Peace,
Gene

TyPenn613 01-14-2010 12:21 PM

Quote:

Originally Posted by MARCO1 (Post 1955381)
Guys Can you try again now :)
I have fixed all the discovered bugs.

I tried your new version, but I'm getting the same error where it claims my post is too short.

I'm finding only about half of my members are getting the error.

VonDoom 01-14-2010 12:22 PM

Same Error Confirmed, If it makes a difference im using quick reply without click to reply, And using FF latest stable

Interestingly it does work if you go back and submit a second time

kevius 01-14-2010 12:24 PM

Sorry but problem is always on this new version...

MARCO1 01-14-2010 12:36 PM

Does you edit the template ? Are you apply the fix ?

Greight 01-14-2010 12:41 PM

Thanks buddy. This is a great work.

molieman 01-14-2010 12:42 PM

Wonderful addition, Thank you, you got my vote :) :) :)

Would you please :) add a "Reply to All" button next to the recipients. I had this option in vB3.8 and have no idea how and when I got it. But it's been a lifesaver :)

So PLEASE the "Reply To All" :)

MARCO1 01-14-2010 12:44 PM

Quote:

Originally Posted by molieman (Post 1955441)
Wonderful addition, Thank you, you got my vote :) :) :)

Would you please :) add a "Reply to All" button next to the recipients. I had this option in vB3.8 and have no idea how and when I got it. But it's been a lifesaver :)

So PLEASE the "Reply To All" :)

Thanks :)

Looks like a nice idea can you tell me more about it screen-shots....etc (Send them via PM)

kevius 01-14-2010 12:51 PM

yes i do the fix but no effect.

Datenpapst 01-14-2010 01:03 PM

did all the changes, still when I click reply to thread, it reloads and then shows the normal advanced editor reply window. same like when i click go advanced.

meissenation 01-14-2010 01:34 PM

Still broke. Just like Datenpapst - if you click Reply it reloads as if you hit the "Advanced" button.

Veer 01-14-2010 01:49 PM

Bug report:

Spouse we have 10 posts in a thread and we click on "Reply" button in post number 5 or 6, The quick reply box should come up quickly, but this hack broken this feature and quick reply box do not come up. hope you can fix it as well.

MARCO1 01-14-2010 01:54 PM

What's About changing the content of editor_toolbar_on template with this code :

HTML Code:

<div id="{vb:raw editorid}" class="texteditor">

    <div class="editor quickreply">
        <div class="editor_controls floatcontainer" id="{vb:raw editorid}_controls">
            <ul class="right">
                <li>
                    <div>
                        <div><img src="{vb:stylevar imgdir_editor}/resize_0.gif" class="imagebutton" id="{vb:raw editorid}_cmd_resize_0_100" width="21" height="9" alt="{vb:rawphrase decrease_size}" /></div>
                        <div><img src="{vb:stylevar imgdir_editor}/resize_1.gif" class="imagebutton" id="{vb:raw editorid}_cmd_resize_1_100" width="21" height="9" alt="{vb:rawphrase increase_size}" /></div>
                    </div>
                    <vb:if condition="$show['wysiwyg_compatible']"><img src="{vb:stylevar imgdir_editor}/switchmode.png" class="imagebutton" id="{vb:raw editorid}_cmd_switchmode" width="20" height="20" alt="{vb:rawphrase switch_editor_mode}" /></vb:if>
                </li>
            </ul>
            <ul>
                <li>
                    <img src="{vb:stylevar imgdir_editor}/removeformat.png" class="imagebutton" id="{vb:raw editorid}_cmd_removeformat" width="20" height="20" alt="{vb:rawphrase remove_text_formatting}" />
                </li>
                <vb:if condition="$show['font_bbcode']">
                <li class="popupmenu menubutton fonts nomouseover nohovermenu" id="{vb:raw editorid}_popup_fontname">
                    <div class="popupctrl"><div id="{vb:raw editorid}_fontfield">{vb:rawphrase fonts}</div></div>
                    <ul class="editorpopupbody popupbody popuphover">
                        <li style="display:none">&nbsp;</li>
                        {vb:raw fontnames}
                    </ul>
                </li>
                </vb:if>
                <vb:if condition="$show['size_bbcode']">
                <li class="popupmenu menubutton sizes nomouseover nohovermenu" id="{vb:raw editorid}_popup_fontsize">
                    <div class="popupctrl"><div id="{vb:raw editorid}_sizefield">{vb:rawphrase sizes}</div></div>
                    <ul class="editorpopupbody popupbody popuphover">
                        <li style="display:none">&nbsp;</li>
                        {vb:raw fontsizes}
                    </ul>
                </li>
                </vb:if>
                <vb:if condition="$show['color_bbcode']">
                <li class="popupmenu menubutton colors imagemenu nomouseover nohovermenu" id="{vb:raw editorid}_popup_forecolor" style="position:relative">
                    <img src="{vb:raw vboptions.cleargifurl}" class="vbedit_colorbar" id="{vb:raw editorid}_color_bar" alt="" width="21" height="4" />
                    <div class="popupctrl" id="{vb:raw editorid}_colorfield"><img src="{vb:stylevar imgdir_editor}/color.png" class="vbedit_colorbutton" width="21" height="16" alt="" /></div>
                    <ul id="colorrow" class="editorpopupbody popupbody popuphover">
                        {vb:raw colors}                                                               
                    </ul>
                </li>
                </vb:if>
                <vb:if condition="$show['wysiwygsmilies']">
                <li class="popupmenu menubutton smilies imagemenu nomouseover nohovermenu" id="{vb:raw editorid}_popup_smilie">
                    <div class="popupctrl"><img src="{vb:stylevar imgdir_editor}/smilie.png" alt="{vb:rawphrase smilies}" width="20" height="20" /></div>
                    <ul class="editorpopupbody popupbody popuphover">
                        <li style="display:none">&nbsp;</li>
                        {vb:raw smiliepopup}
                        <vb:if condition="$show['moresmilies']"><li class="category" id="moresmilies"><div>{vb:rawphrase show_all_smilies}</div></li></vb:if>
                    </ul>
                </li>
                </vb:if>
                <vb:if condition="$show['attach']">
                <li class="popupmenu menubutton attach imagemenu nomouseover nohovermenu" id="{vb:raw editorid}_popup_attach">
                    <div class="popupctrl"><img src="{vb:stylevar imgdir_editor}/attach.png" alt="{vb:rawphrase attachments}" width="20" height="20" /></div>
                    <ul id="attachlist" class="editorpopupbody popupbody popuphover noempty">
                        <li class="noempty" style="display:none">&nbsp;</li>
                        <li class="category noempty" id="manageattach"><div>{vb:rawphrase manage_attachments}</div></li>
                    </ul>
                </li>
                </vb:if>
                <li>
                    <img src="{vb:stylevar imgdir_editor}/undo.png" class="imagebutton" id="{vb:raw editorid}_cmd_undo" width="20" height="20" alt="{vb:rawphrase undo}" />
                    <img src="{vb:stylevar imgdir_editor}/redo.png" class="imagebutton" id="{vb:raw editorid}_cmd_redo" width="20" height="20" alt="{vb:rawphrase redo}" />
                </li>
                <vb:if condition="is_browser('ie') AND !is_browser('mac')">
                    <li>
                        <img src="{vb:stylevar imgdir_editor}/spelling.png" class="imagebutton" id="{vb:raw editorid}_cmd_spelling" width="20" height="20" alt="{vb:rawphrase check_spelling}" />
                    </li>
                </vb:if>
            </ul>
            <vb:if condition="!$show['basicbbcodeonly']">
            <ul>
                <vb:if condition="$show['basic_bbcode']">
                    <li>
                        <img src="{vb:stylevar imgdir_editor}/bold.png" class="imagebutton" id="{vb:raw editorid}_cmd_bold" width="20" height="20" alt="{vb:raw bold}" />
                        <img src="{vb:stylevar imgdir_editor}/italic.png" class="imagebutton" id="{vb:raw editorid}_cmd_italic" width="20" height="20" alt="{vb:raw bold}" />
                        <img src="{vb:stylevar imgdir_editor}/underline.png" class="imagebutton" id="{vb:raw editorid}_cmd_underline" width="20" height="20" alt="{vb:raw underline}" />
                    </li>
                </vb:if>
                <vb:if condition="$show['align_bbcode']">
                    <li>
                        <vb:if condition="$stylevar['textdirection'] == 'ltr'">
                            <img src="{vb:stylevar imgdir_editor}/justifyleft.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifyleft" width="20" height="20" alt="{vb:rawphrase align_left}" />
                            <img src="{vb:stylevar imgdir_editor}/justifycenter.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifycenter" width="20" height="20" alt="{vb:rawphrase align_center}" />
                            <img src="{vb:stylevar imgdir_editor}/justifyright.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifyright" width="20" height="20" alt="{vb:rawphrase align_right}" />
                        <vb:else />
                            <img src="{vb:stylevar imgdir_editor}/justifyright.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifyright" width="20" height="20" alt="{vb:rawphrase align_right}" />
                            <img src="{vb:stylevar imgdir_editor}/justifycenter.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifycenter" width="20" height="20" alt="{vb:rawphrase align_center}" />
                            <img src="{vb:stylevar imgdir_editor}/justifyleft.png" class="imagebutton" id="{vb:raw editorid}_cmd_justifyleft" width="20" height="20" alt="{vb:rawphrase align_left}" />
                        </vb:if>
                    </li>
                </vb:if>
                <vb:if condition="$show['align_bbcode'] OR $show['list_bbcode']">
                    <li>
                        <vb:if condition="$show['list_bbcode']">
                            <img src="{vb:stylevar imgdir_editor}/insertorderedlist.png" class="imagebutton" id="{vb:raw editorid}_cmd_insertorderedlist" width="20" height="20" alt="{vb:rawphrase ordered_list}" />
                            <img src="{vb:stylevar imgdir_editor}/insertunorderedlist.png" class="imagebutton" id="{vb:raw editorid}_cmd_insertunorderedlist" width="20" height="20" alt="{vb:rawphrase unordered_list}" />
                        </vb:if>
                        <vb:if condition="$stylevar['textdirection'] == 'ltr'">
                            <img src="{vb:stylevar imgdir_editor}/outdent.png" class="imagebutton" id="{vb:raw editorid}_cmd_outdent" width="20" height="20" alt="{vb:rawphrase decrease_indent}" />
                            <img src="{vb:stylevar imgdir_editor}/indent.png" class="imagebutton" id="{vb:raw editorid}_cmd_indent" width="20" height="20" alt="{vb:rawphrase increase_indent}" />
                        <vb:else />
                            <img src="{vb:stylevar imgdir_editor}/indent.png" class="imagebutton" id="{vb:raw editorid}_cmd_outdent" width="20" height="20" alt="{vb:rawphrase decrease_indent}" />
                            <img src="{vb:stylevar imgdir_editor}/outdent.png" class="imagebutton" id="{vb:raw editorid}_cmd_indent" width="20" height="20" alt="{vb:rawphrase increase_indent}" />
                        </vb:if>
                    </li>
                </vb:if>
                <vb:if condition="$show['url_bbcode'] OR $show['attach'] OR $show['img_bbcode']">
                    <li>
                        <vb:if condition="$show['url_bbcode']">
                            <img src="{vb:stylevar imgdir_editor}/createlink.png" class="imagebutton" id="{vb:raw editorid}_cmd_createlink" width="20" height="20" alt="{vb:rawphrase insert_link}" />
                            <img src="{vb:stylevar imgdir_editor}/unlink.png" class="imagebutton" id="{vb:raw editorid}_cmd_unlink" width="20" height="20" alt="{vb:rawphrase remove_link}" />
                            <img src="{vb:stylevar imgdir_editor}/email.png" class="imagebutton" id="{vb:raw editorid}_cmd_email" width="20" height="20" alt="{vb:rawphrase insert_email_link}" />
                        </vb:if>
                        <vb:if condition="$show['img_bbcode'] OR $show['attach']">
                            <img src="{vb:stylevar imgdir_editor}/insertimage.png" class="imagebutton" id="{vb:raw editorid}_cmd_insertimage" width="20" height="20" alt="{vb:rawphrase insert_image}" />
                            <img src="{vb:stylevar imgdir_editor}/video.png" class="imagebutton" id="{vb:raw editorid}_cmd_insertvideo" width="21" height="20" alt="{vb:rawphrase insert_video}" />
                        </vb:if>
                    </li>
                </vb:if>
                <vb:if condition="$show['quote_bbcode']">
                    <li>
                        <img src="{vb:stylevar imgdir_editor}/quote.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_quote" width="20" height="20" alt="{vb:rawphrase wrap_quote_tags}" />
                    </li>
                </vb:if>
                <vb:if condition="$show['code_bbcode'] OR $show['html_bbcode'] OR $show['php_bbcode']">
                    <li>
                        <vb:if condition="$show['code_bbcode']"><img src="{vb:stylevar imgdir_editor}/code.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_code" width="20" height="20" alt="{vb:rawphrase wrap_code_tags}" /></vb:if>
                        <vb:if condition="$show['html_bbcode']"><img src="{vb:stylevar imgdir_editor}/html.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_html" width="20" height="20" alt="{vb:rawphrase wrap_html_tags}" /></vb:if>
                        <vb:if condition="$show['php_bbcode']"><img src="{vb:stylevar imgdir_editor}/php.png" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_php" width="20" height="20" alt="{vb:rawphrase wrap_php_tags}" /></vb:if>
                    </li>
                </vb:if>   
                <vb:if condition="$extrabuttons">       
                    <li>
                        <vb:each from="extrabuttons" value="button">
                            <img src="{vb:raw button.buttonimage}" class="imagebutton" id="{vb:raw editorid}_cmd_wrap{vb:raw button.twoparams}_{vb:raw button.bbcodetag}" width="21" height="20" alt="{vb:rawphrase wrap_x_tags, {vb:raw button.tag}}" />
                        </vb:each>
                    </li>
                </vb:if>
            </ul>
        </vb:if>
        </div>
       
        <div class="editor_textbox quickreply">
            <vb:if condition="$show['qr_require_click']">
                <textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}" disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
            <vb:else />
                <textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}"></textarea>
            </vb:if>
        </div>   
       
    </div>
</div>

<input type="hidden" name="wysiwyg" id="{vb:raw editorid}_mode" value="{vb:raw editortype}" />
<script type="text/javascript">
<!--
    vB_Editor['{vb:raw editorid}'] = new vB_Text_Editor('{vb:raw editorid}', {vb:raw editortype}, '{vb:raw forumid}', '{vb:raw parsesmilie}');
    var QR_EditorID = '{vb:raw editorid}';
//-->

</script>


texasteamplayer 01-14-2010 02:29 PM

boom. loaded. looks good, except for a bit of spacing. http://img696.imageshack.us/img696/3350/picture1cet.png

texasteamplayer 01-14-2010 02:30 PM

and I don't see the need to have the smileys on the right side, at all, since there is already a smiley button/function in the quick reply icons at the top (next to fonts, sizes, etc)

molieman 01-14-2010 02:35 PM

texasteamplayer, I want to know where you got those smilies from :) :) :) Please :) I like em.

texasteamplayer 01-14-2010 02:37 PM

I think they're called "Yolks by bad blood"

ngkong 01-14-2010 02:42 PM

edit & reply with quote, text doesnt show up when enabling the plugin

MARCO1 01-14-2010 02:46 PM

Quote:

Originally Posted by ngkong (Post 1955573)
edit & reply with quote, text doesnt show up when enabling the plugin

If you applied Any fix should fix all problems, looks like you done something wrong, Send To Me PM With admin Test member so I can take a look.

abualk 01-14-2010 02:49 PM

I still have the same problem as I noticed the last time :
https://vborg.vbsupport.ru/

Although I replaced all the template with the code you have posted!

Datenpapst 01-14-2010 03:10 PM

Quote:

Originally Posted by MARCO1 (Post 1955518)
What's About changing the content of editor_toolbar_on template with this code :

HTML Code:

code you gave

this worked thanks :)

Datenpapst 01-14-2010 03:10 PM

Quote:

Originally Posted by texasteamplayer (Post 1955566)
I think they're called "Yolks by bad blood"

love them too, can you share them? :)

the original ones are too big :(

MARCO1 01-14-2010 04:00 PM

Quote:

Originally Posted by abualk (Post 1955584)
I still have the same problem as I noticed the last time :
http://img508.imageshack.us/img508/971/60946871.png

Although I replaced all the template with the code you have posted!

There is someone is try the fix and it works fine.

https://vborg.vbsupport.ru/showpost....&postcount=111

P.S : I will not support you because you install the Mod without click on Mark As Installed.

MARCO1 01-14-2010 04:01 PM

Quote:

Originally Posted by Datenpapst (Post 1955602)
love them too, can you share them? :)

the original ones are too big :(

Yes Martin, The original vBulletin smiles are too bad :D

VonDoom 01-14-2010 04:25 PM

1 Attachment(s)
New Problem editing a post from quick reply going advanced produces an empty text area SS below. smilies are missing in advanced editor also.

MARCO1 01-14-2010 04:31 PM

Quote:

Originally Posted by VonDoom (Post 1955677)
New Problem editing a post from quick reply going advanced produces an empty text area SS below. smilies are missing in advanced editor also.


That's not a bug
Guys, I don't know what I should to do to make you happy with this Mod, this member suggest to remove the smiles from the right side because It's already in the drop-down menu.
https://vborg.vbsupport.ru/showpost....&postcount=105

VonDoom 01-14-2010 04:47 PM

i dont mind the smilie issue. and wasnt complaining only informing you. As far as the text being removed in advanced mode from the quick editor (if editing a post) that is a bug. nobody wants to loose there post esp if its long and thought out. Really you can take my bug report or leave it but it should at least be known.

You never actually mentioned that you removed the smilies, and your SS shows them so it was a natural assumption that it was a bug. but really a non issue as they are in the drop down. the bigger issue is loosing content in advanced mode while editing a post.

Skyrider 01-14-2010 04:59 PM

Quote:

Originally Posted by MARCO1 (Post 1955685)
That's not a bug
Guys, I don't know what I should to do to make you happy with this Mod, this member suggest to remove the smiles from the right side because It's already in the drop-down menu.
https://vborg.vbsupport.ru/showpost....&postcount=105

How is this not a bug? When I attempt to quote a reply, it brings me to the advanced reply box and shows an empty field. Where's the quote of the post that I selected to reply upon?

VonDoom 01-14-2010 05:05 PM

Anyways no big deal i was only trying to be helpful, no harm no foul.

MARCO1 01-14-2010 05:16 PM

Guys, Looks like we are now about a bug in vBulletin System :
http://www.vbulletin.com/forum/proje...?issueid=35278

All these errors from vBulletin editor coding. Maybe I will stop this Mod until 4.0.2 to fix this errors. Or I will contact the vBulletin Team If there is any manual edit.


All times are GMT. The time now is 04: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.02093 seconds
  • Memory Usage 1,935KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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