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)

SABRSox 10-03-2010 01:42 AM

Had to uninstall. Quick edit would not work with vBSEO.

8thos 10-03-2010 06:35 AM

Can you add the tinypic plugin into this hack and if so where do I edit it in?

neetusn 10-14-2010 08:35 AM

please tell me how to avoid image and video options..

MarceloS 10-29-2010 10:43 AM

I have a bug report.

I installed the product and it is great.

But when it is active, the edit button does not work on the first try. When you click it, it stays this way: https://vborg.vbsupport.ru/external/2011/01/5.gif

You have to click it a second time for it to work, and users get a security token error message.

I had to disable it unfortunately.

dannycutts 10-30-2010 02:53 PM

My registered users cant see the smilies on teh quick reply.... any ideas?

Danny

mgurain 11-13-2010 02:31 PM

Hi,
Only (Alignment icons) do not work, others are working,
could you please help ?

behnam 11-13-2010 07:20 PM

I can't find the attachment option in your details!

MARCO1 11-14-2010 04:00 PM

Quote:

Originally Posted by mgurain (Post 2121379)
Hi,
Only (Alignment icons) do not work, others are working,
could you please help ?

Hello,

Please check this post : https://vborg.vbsupport.ru/showpost....88&postcount=2

At the end of the above post, follow the posted link.

mgurain 11-15-2010 09:19 AM

Quote:

Originally Posted by MARCO1 (Post 1971265)
I Have posted A solution for that in all vBulletin Arabic development sites.

Open "MARCO1_Full_Reply" Template and replace the template content with this :
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>


Great, quick reply solved,
but quick edit need to be solved also ?
Thanks,,

Taurus1 11-15-2010 12:48 PM

This is a great mod, thank you.

Can you please add attachments??

Thank you so much.

IRANCITY 11-19-2010 09:14 PM

hi dear
i have some problem in this plugin
see this image ...
http://upload.iecloob.com/images/632...5592347341.gif

Bob_R 11-20-2010 01:35 PM

Thanks!! :up:

rob01 11-25-2010 06:14 PM

nvm

HotAce 12-14-2010 12:13 PM

I'm running vb 4.1 and the alignment buttons are not working when editing a post> my forum is in arabic if tried the code u posted and didn't fix the problem. but fixed the quick reply
what can I do?

MARCO1 12-14-2010 03:21 PM

Quote:

Originally Posted by HotAce (Post 2133716)
I'm running vb 4.1 and the alignment buttons are not working when editing a post> my forum is in arabic if tried the code u posted and didn't fix the problem. but fixed the quick reply
what can I do?

vBulletin is going to change the old editor so why I update the Mod with the current editor, I'll update it with the next new CKEditor.

mattcaswell 12-23-2010 04:36 AM

Quote:

Originally Posted by mrsbuzzy (Post 1969409)
I was very excited about this one, however is it supposed to look this way in Firefox? With all the options on the left in rows?

See the attached image.


Marco..I search every post after this one and can't find where it was answered. I have the same issue with Firefox.. all the icons are shoved over to the left side just like his attachment.

thanks for a great mod!

CRDeveloper 12-24-2010 02:27 AM

Quote:

Originally Posted by mattcaswell (Post 2137913)
Marco..I search every post after this one and can't find where it was answered. I have the same issue with Firefox.. all the icons are shoved over to the left side just like his attachment.

thanks for a great mod!

I dont think is a firefox issue, i always user firefox and always upgrade both browser and vbulletin system and i've never seen that kind of problems....

ShackMaster 12-25-2010 04:59 PM

Hi Marco... is this up to snuff for 4.1?

Thanks!

preemz10314 12-25-2010 10:54 PM

thats just very relevant. nice thinking.

luffyua 12-26-2010 06:52 AM

Quote:

Originally Posted by ShackMaster (Post 2138950)
Hi Marco... is this up to snuff for 4.1?

Thanks!

It works on my 4.1 pl2 forums, so it should work for you as well :)

mgurain 01-06-2011 09:26 AM

Quote:

Originally Posted by mgurain (Post 2122033)
Great, quick reply solved,
but quick edit need to be solved also ?
Thanks,,

Looking for a solution please ?

VBUsers 01-17-2011 12:01 AM

when my mebers click edit , it doesnt do anything and stays there with the working image loading. Then it needs to be clicked again for advanced editing. how can i make it edit in the same page?

Quote:

Originally Posted by MarceloS (Post 2115600)
I have a bug report.

I installed the product and it is great.

But when it is active, the edit button does not work on the first try. When you click it, it stays this way: https://vborg.vbsupport.ru/external/2011/01/5.gif

You have to click it a second time for it to work, and users get a security token error message.

I had to disable it unfortunately.

I have this same exact issue

horussjr 01-17-2011 12:55 PM

i had this problem even before installing this.... i don't know how to solve it

jgt58 01-17-2011 05:29 PM

works great with 4.1.1

mattpist 01-18-2011 05:19 PM

1 Attachment(s)
hey, i just wanted to point out that this mod (as much as i love it!) conflicts with vaultwiki (vaultwiki.org), and shows all the bbcodes without the images like so:

https://vborg.vbsupport.ru/external/2011/01/20.jpg

and it doesn't happen in the advanced editor, so it's definitely the plugin. is there any way to fix this? thanks!

horussjr 01-18-2011 08:17 PM

not working at all for me

LE: i have founded. not compatible with Move smilies to below text area (and optionally add to Quick Reply). can you do sth?

MARCO1 01-18-2011 08:30 PM

Quote:

Originally Posted by mattpist (Post 2151015)
hey, i just wanted to point out that this mod (as much as i love it!) conflicts with vaultwiki (vaultwiki.org), and shows all the bbcodes without the images like so:

https://vborg.vbsupport.ru/attachmen...1&d=1295378302

and it doesn't happen in the advanced editor, so it's definitely the plugin. is there any way to fix this? thanks!

looks like "vaultwiki" editing on the default vbullletin editor and my mod have his own mod editor.

Quote:

Originally Posted by horussjr (Post 2151135)
not working at all for me

LE: i have founded. not compatible with Move smilies to below text area (and optionally add to Quick Reply). can you do sth?

Yes, But I'll not update my mod until the release of vb4.1.3 to get it updated with the new CK EDITOR.

horussjr 01-18-2011 08:33 PM

not compatible only if on the other hack i set it to move the smilies even on quick reply. if i set it no it works like a charm:)

then, waiting for the big update

mattpist 01-20-2011 12:09 AM

Quote:

Originally Posted by MARCO1 (Post 2151143)
looks like "vaultwiki" editing on the default vbullletin editor and my mod have his own mod editor.

im not quite understanding what you are saying here. it's kind of a broken sentence. i assume you mean that this is vaultwiki's fault?

MARCO1 01-21-2011 10:56 AM

Quote:

Originally Posted by mattpist (Post 2151754)
im not quite understanding what you are saying here. it's kind of a broken sentence. i assume you mean that this is vaultwiki's fault?

Let me explain it more :

when vaultwiki start editing your vbulletin editor, It's edit on the default vBulletin editor templates like "Editor toolbar on ... etc" but my mod create a new template "MARCO1_Full_quickreply" and replace the default vBulletin editor templates with the new template created by me, So that's why it seems to be broken because you don't understand the idea of the problem.

creative-friend 01-27-2011 05:03 PM

Can You Add Attachments To This Aswell Pleaseee..

Krosi1906 02-02-2011 08:50 PM

@MARCO1 Advanced Quick Edit don't working with vbseo... ;(

please fix it!

Adam H 02-03-2011 08:35 PM

Works for me with VBSEO , however i am experiencing members that are using the Quick reply when this mod is installed are posting double. Ive had to remove it because the members are getting annoyed with all the double posts. Anyone know of an alternative ?

RollaJedi 02-04-2011 04:19 PM

i just installed this on my forum and it doesnt show that its working. I still just have the 'quick reply' box without the smilies box on the side. i still have to click 'advanced' if i want them. i'm using vb 4.1.1

Jahaziel 02-05-2011 10:40 AM

Hello Marco1,
Is it possible to add the post icons to the quick edit?
Perhaps modifying any template?
Thanks

ViciousCode 02-12-2011 11:41 AM

why is there space on top in the quick edit?

noox 02-26-2011 11:50 PM

It would be cool to add an option to enable or disable the main "Reply" button for Quick edit. When I install the mod, than the Reply button always goes to quick edit.

Users then have troubles uploading attachments. And you have to press two buttons if you want to upload attachment (or the other additional options which are only available on newreply.php.

Although I wanted to have some additional buttons at the editor I hat do disable it again.

celios 03-03-2011 08:20 AM

Great mod... installed on 4.1.2 with no problems.

Marked as installed :up:

tormento 03-03-2011 09:47 AM

hi
i have installed it

installation ok

but when i try to use it ,i click on icons ,they do not work

why

tormento 03-03-2011 11:38 AM

Quote:

Originally Posted by tormento (Post 2169042)
hi
i have installed it

installation ok

but when i try to use it ,i click on icons ,they do not work

why

ok
i resolve it
sorry for post


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.01950 seconds
  • Memory Usage 1,939KB
  • 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_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