View Full Version : Show Thread Enhancements - [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!
tazattitude
01-29-2010, 05:38 PM
Great job Marco!
:up:
SABRSox
01-30-2010, 01:36 AM
Has there been any resolution on the "Post Reply" issue? It's doing the exact same thing as "Quick Reply" now, instead of opening a new page for replies.
MARCO1
01-30-2010, 08:51 AM
Has there been any resolution on the "Post Reply" issue? It's doing the exact same thing as "Quick Reply" now, instead of opening a new page for replies.
Can you explain more your question ? I'm not completely understand your question.
Gnappy
01-30-2010, 03:35 PM
thx Marco, good job!
MARCO1
01-30-2010, 04:32 PM
thx Marco, good job!
You are welcome.
MARCO1
01-31-2010, 09:15 AM
New version works great!, Thanks Man.
Installed and nominated.
Thanks Steve.
3raq4all
01-31-2010, 12:41 PM
Quick reply options don't work with firefox
allso RTL problems screen shot attached
Vinillo
01-31-2010, 12:59 PM
thanks <3
steve1966
01-31-2010, 01:48 PM
Now bugs have been fixed i will try it thanks
MARCO1
01-31-2010, 01:50 PM
Quick reply options don't work with firefox
allso RTL problems screen shot attached
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 :
<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"> </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"> </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"> </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"> </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>
MARCO1
01-31-2010, 01:51 PM
Now bugs have been fixed i will try it thanks
Yes, And let me know if you have any other problem.
MARCO1
02-01-2010, 10:03 AM
New Version is released, With All of your suggests :)
KURTZ
02-01-2010, 10:24 AM
New Version is released, With All of your suggests :)
thanks Marco ;)
nikosb
02-01-2010, 10:27 AM
thx Marco !!!
GeNeRaL NT
02-01-2010, 10:29 AM
Hi bro ...
where the Mod arabic ?
and thankx i like it
MARCO1
02-01-2010, 10:33 AM
Hi bro ...
where the Mod arabic ?
and thankx i like it
Just wait 1 hour and I will post it in all famous Arabic development sites :)
steve1966
02-01-2010, 10:41 AM
thanks for the update
GeNeRaL NT
02-01-2010, 10:45 AM
okay bro
but i will install it
i see arabic already !
GeNeRaL NT
02-01-2010, 10:52 AM
Hi again,
see this pic video.gif don't have !
MARCO1
02-01-2010, 10:53 AM
okay bro
but i will install it
i see arabic already !
Until now I doesn't post it in Arabic sites, The posted version is 4.2 Just wait it release today, I'm now working to add the RTL Fix in the Arabic version.
GeNeRaL NT
02-01-2010, 10:57 AM
اخوي الصندوق ادا بنسوي موضوع ليش مو مثل الرد السريع
MARCO1
02-01-2010, 11:12 AM
اخوي الصندوق ادا بنسوي موضوع ليش مو مثل الرد السريع
Sorry Can you explain more ? Are you want the new thread like the advanced reply ?
abdulbasitsaeed
02-01-2010, 11:20 AM
Mmmm, I've got this weird problem.
The version you released today is 4.5. According to your upgrade instructions, I uninstalled the 4.2 version, and then installed 4.5. In "Manage Products", the version it shows is 4.5. However, when I go to Settings>Options>MARCO1 Advanced Editor Settings", it still shows the 4.2 version, with only a couple of options, along with the message:
This version without the full control, However In the next version "4.5" will included the full control of the 2 Mods quick edit and quick reply.
To Continue This Work Don't forget to Mark As Install if you use this Mod.
I hope I haven't got the wrong file, since the one I just downloaded is named: Advanced Reply With Smilies!.xml
elwachiman
02-01-2010, 11:52 AM
updated tnks
argothiusz
02-01-2010, 12:28 PM
New version with smiles are working fine. However, the inline edit post ajax doesn't seem to work. It just keep showing the loading icon. I believe this is a conflict with Vbseo. When I disable this mod, the inline edit ajax works again.
Extra PC
02-01-2010, 01:04 PM
THANX FOR UPDATE AND ADD SMILES BUT ARABIC problem same nothing change and center-left-right buttons not working
GeorgeB85
02-01-2010, 01:18 PM
I enjoy this mod. However, I would have preferred the smilies to be to the right, but still looks good.
cbiweb
02-01-2010, 01:37 PM
Installed and works great except for one thing. I don't see the attachment manager? I see this code in the MARCO1_Full_Reply template:
<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"> </li>
<li class="category noempty" id="manageattach"><div>{vb:rawphrase manage_attachments}</div></li>
</ul>
</li>
</vb:if>
But there is no attachments icon in the editor. All attachment permissions are enabled for all usergroups, so I'm stumped.
RedFoxy
02-01-2010, 02:08 PM
Installed, but when I go in setting it say: Your Version is 4.2
But in product I see 4.5, before install that version, I unistalled the old one
n_only
02-01-2010, 02:11 PM
thaks :)
I'm have left & right alignment problem , it seems not working to me
please .. how to have "switch editor mode" on all the time ? in my case I have to press on it every time to have to ON?
ascott
02-01-2010, 03:40 PM
Works well now, thank you.
MARCO1
02-01-2010, 03:49 PM
THANX FOR UPDATE AND ADD SMILES BUT ARABIC problem same nothing change and center-left-right buttons not working
thaks :)
I'm have left & right alignment problem , it seems not working to me
please .. how to have "switch editor mode" on all the time ? in my case I have to press on it every time to have to ON?
I have said that before in post number 2 there is a fix in all RTL and Arabic forums : https://vborg.vbsupport.ru/showpost.php?p=1952188&postcount=2
Mmmm, I've got this weird problem.
The version you released today is 4.5. According to your upgrade instructions, I uninstalled the 4.2 version, and then installed 4.5. In "Manage Products", the version it shows is 4.5. However, when I go to Settings>Options>MARCO1 Advanced Editor Settings", it still shows the 4.2 version, with only a couple of options, along with the message:
This version without the full control, However In the next version "4.5" will included the full control of the 2 Mods quick edit and quick reply.
To Continue This Work Don't forget to Mark As Install if you use this Mod.
I hope I haven't got the wrong file, since the one I just downloaded is named: Advanced Reply With Smilies!.xml
Yes, I have added the wrong file updated now, however the new control panel until now I'm working on it because it will be a bit different than any other Mods Cp :)
updated tnks
Great!
New version with smiles are working fine. However, the inline edit post ajax doesn't seem to work. It just keep showing the loading icon. I believe this is a conflict with Vbseo. When I disable this mod, the inline edit ajax works again.
No, Let me know more about the problem and I will make a fix for it, It should working fine with ALL other Mods. Some screenshots please.
I enjoy this mod. However, I would have preferred the smilies to be to the right, but still looks good.
Aha, Like the new thread ? Drop-down smiles + The Right box smiles ?
Installed and works great except for one thing. I don't see the attachment manager? I see this code in the MARCO1_Full_Reply template:
<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"> </li>
<li class="category noempty" id="manageattach"><div>{vb:rawphrase manage_attachments}</div></li>
</ul>
</li>
</vb:if>
But there is no attachments icon in the editor. All attachment permissions are enabled for all usergroups, so I'm stumped.
Yes, You are have a good eyes :D
That's preparing for the next version :)
Installed, but when I go in setting it say: Your Version is 4.2
But in product I see 4.5, before install that version, I unistalled the old one
Updated now, Thanks.
thaks :)
I'm have left & right alignment problem , it seems not working to me
please .. how to have "switch editor mode" on all the time ? in my case I have to press on it every time to have to ON?
I have said that before in post number 2 there is a fix in all RTL and Arabic forums : https://vborg.vbsupport.ru/showpost.php?p=1952188&postcount=2
Forum Lover
02-01-2010, 04:05 PM
Marco, got no update for blogs?
abdulbasitsaeed
02-01-2010, 04:05 PM
Yes, I have added the wrong file updated now, however the new control panel until now I'm working on it because it will be a bit different than any other Mods Cp :)
Thanks for confirming. I have updated once again. Seems fine and working for now. *thumbs up*
MARCO1
02-01-2010, 04:09 PM
Marco, got no update for blogs?
Nice Idea, Be Sure It will be in 5.0 It will release in the next few days :up:
MARCO1
02-01-2010, 04:10 PM
Thanks for confirming. I have updated once again. Seems fine and working for now. *thumbs up*
Thanks for your support, I working hard to get this Mod is the best advanced editor for all vb4.X Versions :)
abdulbasitsaeed
02-01-2010, 04:11 PM
InshaAllah, with your hard work, it will become exactly that. :)
molieman
02-01-2010, 04:13 PM
Reinstalled it and it works fantastic :) :) :)
Thank You!!!!!
argothiusz
02-01-2010, 04:29 PM
Here you go Marco
https://vborg.vbsupport.ru/
The loading image keep circling "edit post" and I can't enter into edit mode. However, it works fine when I turned off Quick Reply Modification.
MARCO1
02-01-2010, 04:41 PM
Here you go Marco
https://vborg.vbsupport.ru/
The loading image keep circling "edit post" and I can't enter into edit mode. However, it works fine when I turned off Quick Reply Modification.
What's your browser ? It's works fine on firefox for me. And If you try to refresh the page when this problem happen does the edit box work after it ?
Extra PC
02-01-2010, 05:01 PM
bbcode work now but only on quick replay but edit replay bbcode not working
thanks for good support
Vote for u
argothiusz
02-01-2010, 05:04 PM
FF works fine. Chrome and I.E don't :(
When I try to refresh the page, the edit box still doesn't work.
Let me know if you need additional information.
Thanks
MARCO1
02-01-2010, 05:12 PM
FF works fine. Chrome and I.E don't :(
When I try to refresh the page, the edit box still doesn't work.
Let me know if you need additional information.
Thanks
No, That's enough and I will look into this ASAP.
Baddawi
02-01-2010, 06:43 PM
Thank you
Toni3055
02-01-2010, 07:00 PM
Marco, this is great! TYSM for this! Just what the vBulletin world was waiting for. You've got my mod vote, even if it's for a prior version. Hehe!
Thank you again!
badheeu
02-01-2010, 07:52 PM
Error while replying posts!
What happens is, when I try to reply to a thread, it redirects me to here. and that error occurs.
But, after Im redirected to advanced, I could post the same message!
So, I dont think it happens because the message is too short.
https://vborg.vbsupport.ru/ (http://ishare.kma.mv/images/58untitled.jpg)
n_only
02-01-2010, 08:13 PM
working fine with me right now
still this issue :
please .. how to have "switch editor mode" on all the time ? in my case I have to press on it every time to have to ON?
badheeu
02-01-2010, 08:45 PM
please .. how to have "switch editor mode" on all the time ? in my case I have to press on it every time to have to ON?
this is why I get the error.
for what u asked click here (http://www.vbulletin.com/forum/showthread.php?p=1906018)
MARCO1
02-01-2010, 08:56 PM
Error while replying posts!
What happens is, when I try to reply to a thread, it redirects me to here. and that error occurs.
But, after Im redirected to advanced, I could post the same message!
So, I dont think it happens because the message is too short.
https://vborg.vbsupport.ru/ (http://ishare.kma.mv/images/58untitled.jpg)
Strange, Make sure you are using the latest version of the product, If you can send to me PM with admin test member for troubleshooting.
MARCO1
02-01-2010, 11:32 PM
Error while replying posts!
What happens is, when I try to reply to a thread, it redirects me to here. and that error occurs.
But, after Im redirected to advanced, I could post the same message!
So, I dont think it happens because the message is too short.
http://ishare.kma.mv/images/58untitled.jpg (http://ishare.kma.mv/images/58untitled.jpg)
Fixed By PM's, He is forget uninstall the old version, So removing the old version and re-import the new one fixed all the errors.
Forum Lover
02-01-2010, 11:51 PM
Nice Idea, Be Sure It will be in 5.0 It will release in the next few days :up:
Waiting badly. :(
badheeu
02-02-2010, 07:57 AM
MARCO1 came to check my forum and found out the problem, it is because it didint remove old version, It was a great support, I appreciate it.
Regards
badheeu
kma.mv
MARCO1
02-02-2010, 10:13 AM
MARCO1 came to check my forum and found out the problem, it is because it didint remove old version, It was a great support, I appreciate it.
Regards
badheeu
kma.mv
You are welcome badheeu :)
Kat00
02-02-2010, 10:14 AM
Yep, very cool. Thanks.
MARCO1
02-02-2010, 12:46 PM
Thanks.
arena
02-03-2010, 02:50 PM
Thak you installed
MARCO1
02-03-2010, 08:01 PM
You are welcome.
utahraves
02-04-2010, 05:56 PM
love it, i love having it in my quick reply, before it was so naked and i have a lot of bb code
tafreeh
02-04-2010, 06:36 PM
upgraded with no issue, but cant see the smilies no where......
please advice
MARCO1
02-04-2010, 08:11 PM
upgraded with no issue, but cant see the smilies no where......
please advice
Does the drop-down smiles menu appear in the first editor line ?
Please note that : The smiles in this version is only available in drop-down menu, V.5 Will have a click-able similes box under the editor box :)
benhomran
02-05-2010, 12:47 AM
Thanks ... masha allah alek
Crumbo
02-05-2010, 02:32 AM
Does the drop-down smiles menu appear in the first editor line ?
Please note that : The smiles in this version is only available in drop-down menu, V.5 Will have a click-able similes box under the editor box :)
awesome
thanks!
baghdad4ever
02-05-2010, 07:51 AM
great
i vote it in the motm
MARCO1
02-05-2010, 10:20 AM
Thanks guys, The new version will release in the next month.
Aislinn
02-07-2010, 08:34 PM
Having a strange problem. Installed on our test board...works beautifully. Installed on our live, the smiles show up but the video and add images does not, the embed videos also isnt working...just shows up blank if you use the embed code off youtube and as a link if you use just the link.
Edit...it works on the blogs, but wont work on the posts, any ideas?
Im a little worried we had the earlier version installed and thats whats causing the problem. The test site had nothing done to it before 4.0 was installed. Our live site has.
Ive gone under manage products and plugins and nothing shows, I uninstalled everything before we upgraded to 4.0 to avoid potential problems. Any way theres a code in a template causing this issue from the old version?
Aislinn
02-08-2010, 12:13 AM
Never mind, uninstalled, reinstalled and works fine now...
MARCO1
02-08-2010, 09:46 AM
Never mind, uninstalled, reinstalled and works fine now...
Glad to hear that, For your problem I will asked you to reinstall the Mod looks like the product doesn't imported correctly but you did it :D
Very Very Nice Mod, And Waiting the new version.
MARCO1
02-08-2010, 09:42 PM
Thanks Steve.
leclownos
02-09-2010, 07:48 AM
Merci pour ce hack
MARCO1
02-09-2010, 02:00 PM
Thanks leclownos :)
henrybui
02-10-2010, 01:00 AM
How Fix Enable Quote In Quick Reply ?
daveaite
02-10-2010, 04:06 AM
Installed. Great job.
MARCO1
02-10-2010, 09:52 AM
How Fix Enable Quote In Quick Reply ?
This version fixed all these bugs, There is no bug in quote in this version.
princeedward
02-12-2010, 11:34 AM
hi MARCO1 can't make it work to quick reply...did revert at first the template before install this...but nothing to see...about edit page...it's okay....any idea...
thanks and best regards
:p
MARCO1
02-12-2010, 11:46 AM
hi MARCO1 can't make it work to quick reply...did revert at first the template before install this...but nothing to see...about edit page...it's okay....any idea...
thanks and best regards
:p
Hi Edward,
There is 3 reasons that's can make this problem :
First you doesn't remove the old Version if you had it installed.
2nd : Make sure you have enabled the advanced quick reply in vbulletin settings
3rd : Re-import the xml file again and Make sure you have removed the old one and don't overwrite it.
If you still have the problem send PM to me with admin test member for troubleshoot.
Charlie98902
02-12-2010, 04:22 PM
Can you update to use attachments as well please? It seems to be the only thing missing.
MARCO1
02-12-2010, 04:30 PM
Can you update to use attachments as well please? It seems to be the only thing missing.
Yes, That's will be in the next version. It may release after 2 days and the new version will be the build version since all bugs was fixed and no any discovered bugs in 4.5
Charlie98902
02-13-2010, 02:20 AM
Thank you.
Tutatruck
02-13-2010, 06:39 PM
Wonderful mod, solved a few questions from the users. But....the dropdown smiley list has a "Show all smilies" entry at the bottom, i cant get that to show all smilies. Tried three different browsers, same result. Same in quick reply and advanced, no result when trying "Show more smilies"
MARCO1
02-13-2010, 06:46 PM
Wonderful mod, solved a few questions from the users. But....the dropdown smiley list has a "Show all smilies" entry at the bottom, i cant get that to show all smilies. Tried three different browsers, same result. Same in quick reply and advanced, no result when trying "Show more smilies"
The Drop-down smiles should show all of your smiles does it didn't show all of the smiles ? also what's the numbers of smiles in your forum ?
Kat00
02-13-2010, 09:15 PM
Mines a bit hit and miss showing all smiles like that, the popup opens but sometimes they take a fair bit of time to load. Not complaing, great mod.
Tutatruck
02-14-2010, 03:22 AM
The Drop-down smiles should show all of your smiles does it didn't show all of the smiles ? also what's the numbers of smiles in your forum ?
Hello Sir, and thank you for answer. I have 166 smilies installed, all in the "Generic smilies" group, no errors, they are all there. When i click the option "show all smilies", nothing shows up. I do see the smilies thats in the list, but not the rest.
MARCO1
02-14-2010, 09:05 AM
Hello Sir, and thank you for answer. I have 166 smilies installed, all in the "Generic smilies" group, no errors, they are all there. When i click the option "show all smilies", nothing shows up. I do see the smilies thats in the list, but not the rest.
Does it works fine in the drop-down that in the new thread ?
OK, That's nice Marco We will wait you :)
alnassrah
02-17-2010, 01:49 PM
Can you upgrade this for vB 4.0.2?
Please update.
MARCO1
02-17-2010, 04:24 PM
Can you upgrade this for vB 4.0.2?
Please update.
Are you facing any problem with it on vB4.0.2 ? I'll upgrade my forum today.
alnassrah
02-17-2010, 04:39 PM
Are you facing any problem with it on vB4.0.2 ? I'll upgrade my forum today.
في اللغة العربية لا يظهر بشكل صحيح .. ولا تعمل الازرار من التوسيط وغيرها
In the Arabic language does not work correctly.
MARCO1
02-17-2010, 04:48 PM
في اللغة العربية لا يظهر بشكل صحيح .. ولا تعمل الازرار من التوسيط وغيرها
In the Arabic language does not work correctly.
RTL problem is already fixed since vb4.0.1, You will need to upload this xml file.
alnassrah
02-17-2010, 05:00 PM
RTL problem is already fixed since vb4.0.1, You will need to upload this xml file.
اشتغلت الازرار ولكن تبقى هذه المشكلة انظر الى الصورة بحيث لا تظهر بشكل مرتب
See attachments.
MARCO1
02-17-2010, 05:11 PM
اشتغلت الازرار ولكن تبقى هذه المشكلة انظر الى الصورة بحيث لا تظهر بشكل مرتب
See attachments.
Does the same problem you have it in this version is happen also in the non-RTL Product ?
alnassrah
02-17-2010, 05:18 PM
Does the same problem you have it in this version is happen also in the non-RTL Product ?
Yes, the same problem in the LTR(non-RTL)
MARCO1
02-17-2010, 07:40 PM
Yes, the same problem in the LTR(non-RTL)
vBulletin 4.0.2 Didn't have any changes in the editor templates : http://www.vbulletin.com/forum/showthread.php?341887-vBulletin-4.0.2-Maintenance-Release-Now-Available!&p=1928553&viewfull=1#post1928553
That's may a problem in your forum, Send PM To me with admin test member for troubleshooting.
alnassrah
02-17-2010, 08:24 PM
vBulletin 4.0.2 Didn't have any changes in the editor templates : http://www.vbulletin.com/forum/showthread.php?341887-vBulletin-4.0.2-Maintenance-Release-Now-Available!&p=1928553&viewfull=1#post1928553
That's may a problem in your forum, Send PM To me with admin test member for troubleshooting.
عزيزي القالب تغير فعلاً في 4.0.2
تاكد من السطر 56 الى 61
وهذا التغير الجديد في القالب الاصلي
<div class="editor_textbox quickreply">
<vb:if condition="$show['qr_require_click']">
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" 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" tabindex="1" cols="80" dir="{vb:stylevar textdirection}"></textarea>
</vb:if>
</div>
لم اقوم بتطوير الموقع الى النسخة 4.0.2 في السيرفر المحلي يظهر ليي هذا الخطأ واعطيت احد الشباب قال نفس المشكلة في موقعه
MARCO1
02-17-2010, 09:34 PM
عزيزي القالب تغير فعلاً في 4.0.2
تاكد من السطر 56 الى 61
وهذا التغير الجديد في القالب الاصلي
<div class="editor_textbox quickreply">
<vb:if condition="$show['qr_require_click']">
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" 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" tabindex="1" cols="80" dir="{vb:stylevar textdirection}"></textarea>
</vb:if>
</div>
Strange that Don don't add the template on the announcement thread, Looks like I need to completely review all the version 4.0.2 coding :)
لم اقوم بتطوير الموقع الى النسخة 4.0.2 في السيرفر المحلي يظهر ليي هذا الخطأ واعطيت احد الشباب قال نفس المشكلة في موقعه
Sorry can you explain more ? I can't completely understand your reply, you can send PM With more info in Arabic if you want.
alnassrah
02-17-2010, 09:37 PM
عزيزي Marco
اكتشفت المشكلة فقط في متصفح اكسبلور وفي المتصفحات الثاني يعمل بشكل ممتاز
اتمنى حلها في الاكسبلور والمعذره على الازعاج
The problem appears only in IE browser
ccmoon
02-18-2010, 01:14 AM
Super! work like a charm
MARCO1
02-18-2010, 08:34 AM
عزيزي Marco
اكتشفت المشكلة فقط في متصفح اكسبلور وفي المتصفحات الثاني يعمل بشكل ممتاز
اتمنى حلها في الاكسبلور والمعذره على الازعاج
The problem appears only in IE browser
That's nice, I'll fix it :)
Aceman
02-19-2010, 03:52 PM
When I click on "insert image" icon in quickreply (with asset manager turned off) the popup window appears, and the loading wheel starts to spin, but nothing ever loads so that I can insert an attachment.
Would you know where I could look to see what could be causing this issue?
Thanks.
MARCO1
02-19-2010, 09:39 PM
When I click on "insert image" icon in quickreply (with asset manager turned off) the popup window appears, and the loading wheel starts to spin, but nothing ever loads so that I can insert an attachment.
Would you know where I could look to see what could be causing this issue?
Thanks.
Hello Aceman,
Sorry, I'm not completely understand your question, Can you explain more ?
Necrovaris
02-21-2010, 12:09 AM
Just a quick question as I havent read all the other replies, but can you add custom BB code clickable things into the bar? eg a strikethrough button
Thanks
Jon
MARCO1
02-21-2010, 09:03 AM
Just a quick question as I havent read all the other replies, but can you add custom BB code clickable things into the bar? eg a strikethrough button
Thanks
Jon
Yes I can.
alnassrah
02-21-2010, 12:19 PM
When will solve the problem of browser IE ?
abu mejbel
02-23-2010, 01:48 AM
Thank you for your creativity
MARCO1
02-23-2010, 05:33 PM
When will solve the problem of browser IE ?
In the next version.
Thank you for your creativity
You are welcome.
ToNetU
02-23-2010, 10:59 PM
align code doesn't work in 4.0.2 firefox 3.6 any clue why?
thanks + installed
ToNetU
02-23-2010, 11:04 PM
RTL problem is already fixed since vb4.0.1, You will need to upload this xml file.
this fixed my problem in 4.0.2 with align buttons.
thanks again
Michael Tsai
02-24-2010, 02:52 AM
Installed and works well, thanks!~
MARCO1
02-24-2010, 08:08 PM
this fixed my problem in 4.0.2 with align buttons.
thanks again
That's great, I have created 2 Mods one for the RTL and another one for LTR.
HolyKiller
02-24-2010, 10:51 PM
thanks, nice mod :)
MARCO1
02-25-2010, 09:21 AM
You are welcome.
Michael Tsai
02-25-2010, 11:18 AM
Worked fine till now, thanks again!:up::up::up:
MARCO1
02-25-2010, 02:07 PM
Great!
Congratulations Marco for MOTM :)
satlazone
02-26-2010, 06:34 AM
error while importing:
Plugin & Products System
Importing Product, Please wait...
[:]
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/user/domains/domain.com/public_html/forums/includes/adminfunctions_plugin.php(450) : eval()'d code on line 6
using RTL version.
MARCO1
02-26-2010, 09:15 AM
error while importing:
using RTL version.
Re-import the xml file.
Forum Lover
02-26-2010, 12:26 PM
Marco1, any update for blog thing? :)
MARCO1
02-26-2010, 12:58 PM
Marco1, any update for blog thing? :)
Hello,
This version should working 100% for BLOGS, Please re-download the package again :)
Forum Lover
02-26-2010, 01:23 PM
Hello,
This version should working 100% for BLOGS, Please re-download the package again :)
OMG!! why didn't edit your first post to mension it?!! clicked installed. :D
MARCO1
02-26-2010, 07:35 PM
OMG!! why didn't edit your first post to mension it?!! clicked installed. :D
Because of your version is the pre-beta version of version 5 :), It's not the build, When I finish the build I'll update the first post.
Thanks for your suggest and have fun using my product :D
Windows4Arab
02-26-2010, 09:55 PM
https://vborg.vbsupport.ru/
my forum V 4.0.2
http://www.windows4arab.com/vb
كما ترى تظهر رموز غريبه عند اختيار الخط او تكبير الحجم
MARCO1
02-26-2010, 10:13 PM
http://up.windows4arab.com//uploads/images/domain-7bc4a3d7b1.png
my forum V 4.0.2
http://www.windows4arab.com/vb
كما ترى تظهر رموز غريبه عند اختيار الخط او تكبير الحجم
Hello,
That's not the quick reply, The Mod is editing only in quick reply and you are in the advanced editor "New threads or Advanced reply" So that's not related to the Mod. However Can you disable the Mod and see if the problem will disappear or not ? If still then the problem is not from the Mod.
Forum Lover
02-27-2010, 06:56 AM
<a href="http://img.cx/7TF9.png" target="_blank">http://img.cx/7TF9.png</a>
Marco, switch editor button is missing after I install this. Any idea mate?
voglermc
02-27-2010, 12:32 PM
I need to disable a few bbcodes in this mod. The codes are turned off in options but they show up here with this mod
MARCO1
02-28-2010, 04:52 PM
I need to disable a few bbcodes in this mod. The codes are turned off in options but they show up here with this mod
You can do that, But not in this version :D, You will do that in the next version and I waiting for the end of MOTM to update the Mod with the MOTM results :).
Forum Lover
02-28-2010, 09:45 PM
Marco, plz help me with that switch editor button. :(
MARCO1
02-28-2010, 09:54 PM
Marco, plz help me with that switch editor button. :(
You are using 4.0.2 ?, If yes then wait the full integrated working box, There is some edits in the editor box since 4.0.1 to 4.0.2 the new version will release after MOTM End :) so wait it in the next few days
MARCO1
03-01-2010, 09:12 AM
Thanks For everyone who have make this Mod win the MOTM, And get ready to the next build final version with more great features in version 5.0 :)
MNbiker
03-01-2010, 08:39 PM
Excellent mod. My users love it!
MARCO1
03-02-2010, 02:13 PM
Great!.
abdulbasitsaeed
03-02-2010, 05:40 PM
Thanks For everyone who have make this Mod win the MOTM, And get ready to the next build final version with more great features in version 5.0 :)
I think this mod definitely deserves such recognition, MARCO1. :)
Congratulations and a very big THANK YOU for all your splendid mods. :)
lemonadesoda
03-03-2010, 12:43 AM
MARCO1,
Why is the attachment button missing? Uploading a PDF to a post requires so many clicks. Getting the paperclip attach into quick reply will save a lot of time. More useful than some of the other buttons, like insert video, or php code tags, IMO. Could you please add this to 5.0? :)
... and also add a button for highlight as in [ highlight ]highlight[ /highlight ]?
Forum Lover
03-03-2010, 09:15 AM
Isn't that day? I mean two days after. :p
MARCO1
03-03-2010, 12:32 PM
Isn't that day? I mean two days after. :p
Sorry for the delaying, The Mod will be much bigger than before and I don't want to release this version and found any issues on it because it will be the build release :)
MARCO1
03-03-2010, 12:34 PM
MARCO1,
Why is the attachment button missing? Uploading a PDF to a post requires so many clicks. Getting the paperclip attach into quick reply will save a lot of time. More useful than some of the other buttons, like insert video, or php code tags, IMO. Could you please add this to 5.0? :)
... and also add a button for highlight as in [ highlight ]highlight[ /highlight ]?
About the attachments, Yes I will do that, But I don't understand your idea on the "highlight" can you explain more
lemonadesoda
03-03-2010, 10:59 PM
About the attachments, Yes I will do that, But I don't understand your idea on the "highlight" can you explain more
highlight is now STANDARD BBcode in 4.x, however, you need to manually type [ highlight] and [ /highlight] to use this formatting. A button in your advanced quick reply toolbar would be good.
RollaJedi
03-04-2010, 04:25 PM
I second the 'attachment' button. really need it!
freearenaru
03-05-2010, 07:39 AM
Импортировал хак,в 4.0.2 не работает....
MARCO1
03-05-2010, 12:13 PM
Импортировал хак,в 4.0.2 не работает....
Can't understand your reply, Please post your question in English only.
freearenaru
03-05-2010, 12:30 PM
Can't understand your reply, Please post your question in English only.
Imported hack in 4.0.2 does not work ...
MARCO1
03-06-2010, 04:02 AM
Imported hack in 4.0.2 does not work ...
What's the problem that you facing it when you install the Mod ?
persianmp3
03-06-2010, 04:13 AM
1-this Icon is not work in quick reply now :
http://www.iranimg.com/images/20364137862406656009.jpg
My first question solve by your help in this post :
https://vborg.vbsupport.ru/showpost.php?p=1971265&postcount=260
2- In mozilla fire fox editor is disturb and editor show true only in internet explorer
thank you
MARCO1
03-06-2010, 10:27 AM
You are welcome, Can you explain more your second problem ?
freearenaru
03-07-2010, 09:59 AM
What's the problem that you facing it when you install the Mod ?
When fashion imported in the upper right corner is not labels.113666
MARCO1
03-07-2010, 03:36 PM
Until now I can't understand the problem, Can you explain more ?
freearenaru
03-07-2010, 07:21 PM
Until now I can't understand the problem, Can you explain more ?
Sam Haq imported.
But on my forum 4.0.2 does not work.
MARCO1
03-07-2010, 09:20 PM
Sam Haq imported.
But on my forum 4.0.2 does not work.
I can't understand your language, Anyway PM Me with admin member to install the Mod in your forum.
stable2
03-12-2010, 05:13 PM
Installed. Brilliant mod. Many thanks.
Blooded
03-13-2010, 12:02 AM
installed but when i use font size put this
[SIZE="<b><b><b><b><a href="javascript://"><font size="5">5</font></a></b></b></b></b>"]
same with font style
vb 4.0.2
MARCO1
03-13-2010, 03:14 AM
installed but when i use font size put this
[SIZE="<b><b><b><b><a href="javascript://"><font size="5">5</font></a></b></b></b></b>"]same with font style
vb 4.0.2
Hmm, Can you explain more your problem ?
Blooded
03-13-2010, 05:07 AM
Hmm, Can you explain more your problem ?
when i install the mod everything looks fine but when i put style arial for example this show's up
[FONT="<b><b><b><b><a href="javascript://"><font ="Arial"></font></a></b></b></b></b>"]
Same for size for example size number 7 is put
[SIZE="<b><b><b><b><a href="javascript://"><font size="7">7</font></a></b></b></b></b>"]
This shows up but not
[SIZE="7"][/SIZE*]
[FONT="Arial"][/FONT*]
Without the *
:S
maybe is just my forum :/
Mostjolly
03-13-2010, 10:00 AM
For some reason, i allow 7 smilies in quick dropdown but your mods double that amount and gives duplicated smilies...
motorola
03-14-2010, 12:25 PM
Installed ! thanks
-=Leb=-
03-17-2010, 03:36 AM
I love it thx for the update
MARCO1
03-17-2010, 09:55 PM
You are welcome.
shahryar_neo
03-19-2010, 12:58 PM
what's the problem if I want to translate it for persian ?
MARCO1
03-20-2010, 05:25 PM
what's the problem if I want to translate it for persian ?
You can now translate it, No one can translate the Mod without me permissions.
Popa Andrei
03-20-2010, 08:18 PM
can i translate it in romanian to?
Professional2
03-21-2010, 06:18 AM
You can now translate it, No one can translate the Mod without me permissions.
i want to translate it to persian too
o0mohammed0o
03-21-2010, 06:30 AM
Arabic Users : only
Guys I think anyone You can translate this Mod into any language other than Arabic
because Marco already translated this Mod to Arabic :)
But I don't give permission ;)
shakirulqadree
03-21-2010, 06:31 AM
i want to translate in URDU ﴾اردو﴿
MARCO1
03-21-2010, 05:31 PM
i want to translate it to persian too
can i translate it in romanian to?
i want to translate in URDU ﴾اردو﴿
Yes, All of you now have the permissions to translate the Mod.
Arabic Users : only
Guys I think anyone You can translate this Mod into any language other than Arabic
because Marco already translated this Mod to Arabic :)
But I don't give permission ;)
Yes I have already translated the Mod into Arabic however I mean there is no one can translate the Mod without my permissions
o0mohammed0o
03-21-2010, 08:25 PM
Mr Marco
I found problem in Mod
I can't use align right or left on WYSIWYG Editor
I hope to repair this bug in new Release .
thanks :)
Professional2
03-22-2010, 06:20 AM
tnx dear.
MARCO1
03-23-2010, 10:08 AM
Mr Marco
I found problem in Mod
I can't use align right or left on WYSIWYG Editor
I hope to repair this bug in new Release .
thanks :)
What's the language of your forum ? Does it non-English forum ? it yes then you will need to use the RTL Version of my mod
Looks really nice, thanks :D
gorman
03-26-2010, 09:54 AM
I have 41 smilies enabled in my forum. The quick reply drop down shows the first 15 repeated once (total 30) and then the "see all smilies" entry.
Did I do something wrong? You can check my website here: www.dailyrando.it
Konkere
03-26-2010, 10:16 PM
Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
$ show [ 'font_bbcode'] = (ALLOW_BBCODE_FONT)? true: false;
$ show [ 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? true: false;
$ show [ 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? true: false;
$ show [ 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? true: false;
$ show [ 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? true: false;
$ show [ 'list_bbcode'] = (ALLOW_BBCODE_LIST)? true: false;
$ show [ 'code_bbcode'] = (ALLOW_BBCODE_CODE)? true: false;
$ show [ 'html_bbcode'] = (ALLOW_BBCODE_HTML)? true: false;
$ show [ 'php_bbcode'] = (ALLOW_BBCODE_PHP)? true: false;
$ show [ 'url_bbcode'] = (ALLOW_BBCODE_URL)? true: false;
replaced at
$ show [ 'font_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_FONT)? true: false;
$ show [ 'size_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_SIZE)? true: false;
$ show [ 'color_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_COLOR)? true: false;
$ show [ 'basic_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_BASIC)? true: false;
$ show [ 'align_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_ALIGN)? true: false;
$ show [ 'list_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_LIST)? true: false;
$ show [ 'code_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_CODE)? true: false;
$ show [ 'html_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_HTML)? true: false;
$ show [ 'php_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_PHP)? true: false;
$ show [ 'url_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_URL)? true: false;
MARCO1
03-27-2010, 01:31 PM
Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
$ show [ 'font_bbcode'] = (ALLOW_BBCODE_FONT)? true: false;
$ show [ 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? true: false;
$ show [ 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? true: false;
$ show [ 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? true: false;
$ show [ 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? true: false;
$ show [ 'list_bbcode'] = (ALLOW_BBCODE_LIST)? true: false;
$ show [ 'code_bbcode'] = (ALLOW_BBCODE_CODE)? true: false;
$ show [ 'html_bbcode'] = (ALLOW_BBCODE_HTML)? true: false;
$ show [ 'php_bbcode'] = (ALLOW_BBCODE_PHP)? true: false;
$ show [ 'url_bbcode'] = (ALLOW_BBCODE_URL)? true: false;replaced at
$ show [ 'font_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_FONT)? true: false;
$ show [ 'size_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_SIZE)? true: false;
$ show [ 'color_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_COLOR)? true: false;
$ show [ 'basic_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_BASIC)? true: false;
$ show [ 'align_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_ALIGN)? true: false;
$ show [ 'list_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_LIST)? true: false;
$ show [ 'code_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_CODE)? true: false;
$ show [ 'html_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_HTML)? true: false;
$ show [ 'php_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_PHP)? true: false;
$ show [ 'url_bbcode'] = ($ vbulletin-> options [ 'allowedbbcodes'] & ALLOW_BBCODE_URL)? true: false;
Thanks, This code is already made in the 5.0 and the full control panel is also has been made.
Konkere
03-27-2010, 03:53 PM
This code is already made in the 5.0 and the full control panel is also has been made.
https://vborg.vbsupport.ru/external/2010/03/3.gif
And will this hack work in the panel of private messages?
MARCO1
03-30-2010, 04:29 AM
https://vborg.vbsupport.ru/external/2010/03/3.gif
And will this hack work in the panel of private messages?
Yes I will code it with PM's :)
Paladin32
03-30-2010, 08:51 AM
Hi Marco,
installed the mod, but the smilies only showen as admin. If i log in as normal user the drop down menu did´nt appear. I also tried to create a account with admin rights, but on this account it also didn´t showen. Smilies are on. Any idea? User version 4.0.2(4)
thanks Alex
gorman
03-30-2010, 11:51 AM
I have 41 smilies enabled in my forum. The quick reply drop down shows the first 15 repeated once (total 30) and then the "see all smilies" entry.
Did I do something wrong? You can check my website here: www.dailyrando.itSorry, clarification. This happens only on CMS. Blogs and forums are ok.
MARCO1
03-30-2010, 02:04 PM
Hi Marco,
installed the mod, but the smilies only showen as admin. If i log in as normal user the drop down menu did?nt appear. I also tried to create a account with admin rights, but on this account it also didn?t showen. Smilies are on. Any idea? User version 4.0.2(4)
thanks Alex
No, It shouldn't do that, Remove the product and install the Mod again.
tafreeh
04-06-2010, 10:06 PM
Hey budd... Great mod... Gonna install it now.. However i m gonna need smilies to show below the input box.
Plus can you also add bbcode permissions.. like who can USE what button? ( you doesnt have to add that in this plugin )
ohhh and when v5 is coming?
Charlie98902
04-06-2010, 11:35 PM
Still waiting on attachment in quick reply :)
Footman
04-07-2010, 01:49 PM
Very nice Marco1. I've always thought it was a good idea for something like this.
One question, which I suppose can be asked of the 'advanced' comment box as well.
Is there a way to delete the "code" "php" and "html' tag links from the nav bar? My members don't have a need for these links so it just looks more cluttered than it needs to be.
MARCO1
04-07-2010, 02:33 PM
Hey budd... Great mod... Gonna install it now.. However i m gonna need smilies to show below the input box.
Plus can you also add bbcode permissions.. like who can USE what button? ( you doesnt have to add that in this plugin )
ohhh and when v5 is coming?
BBCODES Permissions are only in v.5 and it will release after 4.0.3 :)
Paladin32
04-07-2010, 05:12 PM
No, It shouldn't do that, Remove the product and install the Mod again.
Hi Marco1,
issue is found. And most user profiles only the basic editor is activated. They have to switch to the advanced or the WYSIWYG Editor. Now it works!
Thanks
Alex
MARCO1
04-08-2010, 11:43 AM
That's great, You are welcome :)
tafreeh
04-08-2010, 03:01 PM
BBCODES Permissions are only in v.5 and it will release after 4.0.3 :)
OMG.. are you kidding me :o
Did you really put bbcode premission ? :O
u mean, i can choose which usergroup use what bbcode, even customs one ? :O
{Jaw dropped to floor}
MARCO1
04-08-2010, 08:22 PM
OMG.. are you kidding me :o
Did you really put bbcode premission ? :O
u mean, i can choose which usergroup use what bbcode, even customs one ? :O
{Jaw dropped to floor}
hah, Nice Idea but I can't promise you it will be in the next version, Might be in the future versions.
lemonadesoda
04-09-2010, 10:19 PM
Installed it. Nice! Why this isn't a vB default I really dont know. But thank you for releasing this mod... very useful.
However, an attachments button (paperclip) is also needed! What is the best way to add this? (Although I am happy my bbcode icons appeared, how do I set up a direct link to attachments without having to go through the cumbersome sequence of advanced edit and then look for the manage attachments button)
tafreeh
04-10-2010, 03:23 AM
hey Marco just to letting you know that vb4.0.3 is here know.. in case if you miss it :)
(cmoon!!! you know, how hard it is to wait for a good plugin )
MARCO1
04-10-2010, 01:46 PM
hey Marco just to letting you know that vb4.0.3 is here know.. in case if you miss it :)
(cmoon!!! you know, how hard it is to wait for a good plugin )
Hah, Just the attachments and the control panel, I've finished the coding just the control panel and active attach.
Very very soon :)
lemonadesoda
04-13-2010, 08:45 PM
http://parentzing.files.wordpress.com/2009/02/photoshop-heart-brushes-21.jpg
Wonderful mod! Thanks MARCO!
BUT where is the paperclip / manage attachments button? Really needed... pls release a 4.6 with this feature because 5.x is taking too long ;)
MARCO1
04-16-2010, 09:02 AM
Yes, That's correct I'm now working on large free Mod and it should release today or tomorrow :)
Keep Checking vb.org :D
tafreeh
04-16-2010, 06:49 PM
Trust me bro, i m checking this page every other hour
booktoweb
04-20-2010, 09:54 AM
i have a problem with 5 items
this items that you used 0 after its id
like
justifyright0
justifyleft0
and so on
i using rtl so it happen only when i redirect to rtl language
when i edited your template and delete this (0)
every things working fine
please delete this condition
<vb:if condition="$stylevar['textdirection'] == 'ltr'">
in your new version
MARCO1
04-20-2010, 02:17 PM
i have a problem with 5 items
this items that you used 0 after its id
like
justifyright0
justifyleft0
and so on
i using rtl so it happen only when i redirect to rtl language
when i edited your template and delete this (0)
every things working fine
please delete this condition
<vb:if condition="$stylevar['textdirection'] == 'ltr'">in your new version
Hello,
I have already post a fix to this problem :)
Check out : https://vborg.vbsupport.ru/showpost.php?p=1971265&postcount=260
tafreeh
04-20-2010, 03:06 PM
Whats the delay habibi.
MARCO1
04-21-2010, 06:42 PM
Whats the delay habibi.
Hello Don,
I don't have much time to re-code Mod like this at this time, I have so many paid works and you know I should finish them first
I'll e-mail all who installed the Mod when the new version released :)
P.S : Are you speak Arabic ?
tafreeh
04-21-2010, 09:01 PM
allright habibi first thing first!
(( no I don't. But I can read, and know several words))
Masalama
MARCO1
04-22-2010, 03:37 PM
allright habibi first thing first!
(( no I don't. But I can read, and know several words))
Masalama
I surprised someone from Canada and speak Arabic :D.
steeler7
04-29-2010, 05:20 PM
Does this not work for 4.0.3? I saw some talk about waiting for the 5.0 version of this hack. Just curious. I installed this on a 4.0.3 forum and everything is fine until you make a post and it doesn't submit. You have to refresh the page for the post to show
MARCO1
04-30-2010, 01:39 PM
Does this not work for 4.0.3? I saw some talk about waiting for the 5.0 version of this hack. Just curious. I installed this on a 4.0.3 forum and everything is fine until you make a post and it doesn't submit. You have to refresh the page for the post to show
Are you sure it doesn't submitted the post ?
Does any one else facing the same problem, if so then v5.0 Beta1 will follow but please confirm :)
steeler7
04-30-2010, 11:03 PM
Are you sure it doesn't submitted the post ?
Does any one else facing the same problem, if so then v5.0 Beta1 will follow but please confirm :)
I checked it a few times before uninstalling it. I'd try it again but I currently am trying to resolve a strange issue with firefox and my editor icons not aligning in a Parent stylesheet
nkumaran
05-01-2010, 04:19 AM
Great, thx.
steeler7
05-03-2010, 05:20 PM
Got to work, marco. something was screwed up on my end.
Excellent mod!
nick682
05-03-2010, 09:26 PM
I'm getting a database error when installing this mod
Database error in vBulletin 4.0.3:
Invalid SQL:
INSERT INTO product
(productid, title, description, version, active, apm_releasedate, apm_author, apm_relatedurl, apm_extrainfo, apm_extraedit,apm_installdate,url, versioncheckurl)
VALUES
('marco1_advanced_quick_rep',
'MARCO1 Advanced Quick Reply And Edit With Smilies',
'Replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.',
'4.5',
1,
'',
'',
'',
'',
'',
'1272925557',
'https://vborg.vbsupport.ru/showthread.php?t=232730',
'https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=marcoadvreplyedit');
MySQL Error : Unknown column 'apm_releasedate' in 'field list'
Error Number : 1054
Request Date : Monday, May 3rd 2010 @ 04:25:57 PM
Error Date : Monday, May 3rd 2010 @ 04:25:57 PM
Script : http:///forum/admincp/apm_product.php?do=productimport
Referrer : http:///forum/admincp/apm_product.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.90-community
Markos
05-04-2010, 08:02 AM
i get a error with text size in quick reply all it posts is
1885
MARCO1
05-04-2010, 02:57 PM
I'm getting a database error when installing this mod
Database error in vBulletin 4.0.3:
Invalid SQL:
INSERT INTO product
(productid, title, description, version, active, apm_releasedate, apm_author, apm_relatedurl, apm_extrainfo, apm_extraedit,apm_installdate,url, versioncheckurl)
VALUES
('marco1_advanced_quick_rep',
'MARCO1 Advanced Quick Reply And Edit With Smilies',
'Replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.',
'4.5',
1,
'',
'',
'',
'',
'',
'1272925557',
'https://vborg.vbsupport.ru/showthread.php?t=232730',
'https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=marcoadvreplyedit');
MySQL Error : Unknown column 'apm_releasedate' in 'field list'
Error Number : 1054
Request Date : Monday, May 3rd 2010 @ 04:25:57 PM
Error Date : Monday, May 3rd 2010 @ 04:25:57 PM
Script : http:///forum/admincp/apm_product.php?do=productimport
Referrer : http:///forum/admincp/apm_product.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.90-community
PM Me with admincp info
Got to work, marco. something was screwed up on my end.
Excellent mod!
Glad to hear that :)
i get a error with text size in quick reply all it posts is
1885
What's the version of vBulletin you run ? And what's your forum Language RTL or LTR ?
nick682
05-04-2010, 03:41 PM
I fixed my problem MARCO1. I had to update my advanced product manager.
Gosef
05-04-2010, 06:15 PM
thanks
sadiq6210
05-04-2010, 07:29 PM
Much appreciated =)
Sunka
05-04-2010, 10:56 PM
Is it possible to put smilies below text area?
Not just a link, but 1-3 rows of smilies (as is defined in ACP).
tafreeh
05-05-2010, 05:40 AM
Whats the update on V5 Habibi ?
Markos
05-05-2010, 07:13 AM
PM Me with admincp info
Glad to hear that :)
What's the version of vBulletin you run ? And what's your forum Language RTL or LTR ?
my vb version is 4.0.3 pl1 and its English
MARCO1
05-05-2010, 10:05 AM
Whats the update on V5 Habibi ?
I'll release V.5 Beta 1 For 4.0.3 ASAP, For full compatible with this version.
my vb version is 4.0.3 pl1 and its English
PM Me with admincp info
Is it possible to put smilies below text area?
Not just a link, but 1-3 rows of smilies (as is defined in ACP).
Yes that's already done in the next version.
I fixed my problem MARCO1. I had to update my advanced product manager.
Glad to hear that :)
KURTZ
05-05-2010, 10:39 AM
hi Marco, just a quick question: what are the differences between your hack and P.Vision's version?
MARCO1
05-06-2010, 11:00 AM
hi Marco, just a quick question: what are the differences between your hack and P.Vision's version?
Where is P.vision Mod ? I Didn't check it.
KURTZ
05-06-2010, 11:50 AM
Where is P.vision Mod ? I Didn't check it.
https://vborg.vbsupport.ru/showthread.php?t=240610
MARCO1
05-06-2010, 03:29 PM
https://vborg.vbsupport.ru/showthread.php?t=240610
That's only show smilies in quick reply, but mine is full editor in quick reply and quick edit.
Bansheebob
05-10-2010, 12:45 AM
great mod thanks.
Footman
05-16-2010, 03:10 PM
I really like this idea especially since some of my members have a problem uploading - don't know why but I apparently need to work on simplifying the process for some of them... lol
To that end I'd love to see the "paper clip" / manage attachment link in the quick reply AND if possible the option to remove the PHP, HTML, CODE etc links from the list. Actually having the ability to select which parts of the editor we can include from within the admin section would be awesome.
Just trying to make the interface as clean and simple as possible for the members.
MARCO1
05-16-2010, 07:12 PM
I really like this idea especially since some of my members have a problem uploading - don't know why but I apparently need to work on simplifying the process for some of them... lol
To that end I'd love to see the "paper clip" / manage attachment link in the quick reply AND if possible the option to remove the PHP, HTML, CODE etc links from the list. Actually having the ability to select which parts of the editor we can include from within the admin section would be awesome.
Just trying to make the interface as clean and simple as possible for the members.
That's what I will do :up:
Footman
05-16-2010, 08:21 PM
That's what I will do :up:
Thank you very much! That would be most appreciated Marco. :) My members don't need all the options that most need. It actually confuses their experience. So anything I can do to simplify their life in posting pics, commenting etc is great.
Out of curiosity... is there a way to make all attached images in a thread "inline" by default? I'm sure there's a reason we can do it two different ways, but I have no idea why. "Inline" is a much cleaner look for the flow of the forum. Just a thought.
hotfilepro
05-16-2010, 10:34 PM
excellent ! 5 star and marked as installed, thank you :D
Taurus MFF
05-20-2010, 08:34 PM
looks great, tagged... can you give us any update on 5.0?
Bounce
05-20-2010, 09:01 PM
Installed in less then 10 secs, brilliant work marco as usual :):up:
Bounce
05-20-2010, 09:08 PM
Strange, just installed this and had quick reply turned off, now that i've turned it on its not showing the advanced quick reply, any idea's Marco? :confused:
Tried uninstalling and reinstalling with no luck :(
ericgray
05-20-2010, 11:13 PM
it's weird, but i installed this, turned it on, and the quick reply box looks the same -- :|
thoughts?
thanks!
MARCO1
05-23-2010, 07:29 AM
Strange, just installed this and had quick reply turned off, now that i've turned it on its not showing the advanced quick reply, any idea's Marco? :confused:
Tried uninstalling and reinstalling with no luck :(
it's weird, but i installed this, turned it on, and the quick reply box looks the same -- :|
thoughts?
thanks!
PM Me With admincp info.
MARCO1
05-23-2010, 07:30 AM
looks great, tagged... can you give us any update on 5.0?
5.0 B1 Will release very soon.
Leeleemu
06-05-2010, 10:19 PM
Looking forward to the 5.0 version as the current version does not work at all on my 4.0.3 forum :(
roadrunna
06-13-2010, 01:20 PM
Here you go Marco
http://img21.imageshack.us/img21/457/ajaxl.jpg
The loading image keep circling "edit post" and I can't enter into edit mode. However, it works fine when I turned off Quick Reply Modification.
No, That's enough and I will look into this ASAP.
Hi Marco,
Did you manage to find a fix for this ? I'm having the same issue on my install after just installing VBSEO as well.
On FF it bypasses the quick edit altogether and goes straight to advanced edit. All other browsers it hangs with the loading.
I've worked around the problem in the mean time by disabling the "MARCO1 Advanced Edit -- editor_toolbar_end" plugin and using the basic toolbar with the quick edit.
Cheers,
Si
Nosfer@tu
06-14-2010, 02:13 PM
IM VERY GAME on this mod to :D
Not sure If I should wait til 5.0 or just give it a go now ? :D
lemonadesoda
06-19-2010, 05:49 PM
This really is a superb mod. Install 4.5 now and you will be happy.
BUT where is 5.0? Let's stop watching football MARCO1 and get back to the programming! :p
KURTZ
06-19-2010, 06:04 PM
This really is a superb mod. Install 4.5 now and you will be happy.
BUT where is 5.0? Let's stop watching football MARCO1 and get back to the programming! :p
i think that marco is very busy with vbseo.com ... :)
MARCO1
06-26-2010, 11:03 AM
Hi Marco,
Did you manage to find a fix for this ? I'm having the same issue on my install after just installing VBSEO as well.
On FF it bypasses the quick edit altogether and goes straight to advanced edit. All other browsers it hangs with the loading.
I've worked around the problem in the mean time by disabling the "MARCO1 Advanced Edit -- editor_toolbar_end" plugin and using the basic toolbar with the quick edit.
Cheers,
Si
My Mod doesn't make any changes in this Area, It's only works when you call the editor not in postbit.
IM VERY GAME on this mod to :D
Not sure If I should wait til 5.0 or just give it a go now ? :D
Thanks, You may need to go now with 4.5 and wait for the release of 5.0 BETA 1
This really is a superb mod. Install 4.5 now and you will be happy.
BUT where is 5.0? Let's stop watching football MARCO1 and get back to the programming! :p
LOL, You can say I don't have much time to watch all the world cup matches I'm only watch my favorite team "ENGLAND" :D
i think that marco is very busy with vbseo.com ... :)
Yes Christian, You are correct however I'm trying now to adding some new features in the editor like flash ....etc but that will not be in BETA 1 but it will be in the final build
P.S : BETA Version will release next week :up:
Sure I'll update this Mod that's not a normal modification it's a MOTM Winner :)
KURTZ
06-27-2010, 09:38 AM
thanks Marco :)
BlackHoster
06-27-2010, 09:48 AM
thank you Bro
Cedric_FP
06-27-2010, 11:25 AM
Hi Marco,
Did you manage to find a fix for this ? I'm having the same issue on my install after just installing VBSEO as well.
On FF it bypasses the quick edit altogether and goes straight to advanced edit. All other browsers it hangs with the loading.
I've worked around the problem in the mean time by disabling the "MARCO1 Advanced Edit -- editor_toolbar_end" plugin and using the basic toolbar with the quick edit.
Cheers,
Si
I get the same problem. With VBSEO installed, the quick edit is bypassed altogether on FF. Once I disable this mod, it works again.
ICannt.org
06-29-2010, 12:48 AM
Would it be possible to have the emoticon drop-down not have descriptors?
ie: something more like the colour drop-down.
This would enable a larger amount of emoticons to be displayed at once.
urstorm.com
07-02-2010, 07:48 PM
i installed it only cuz i want the smiles :)
strange why no smiles in the quick replay ?!@ int he orginal ?
MARCO1
07-02-2010, 10:47 PM
i installed it only cuz i want the smiles :)
strange why no smiles in the quick replay ?!@ int he orginal ?
There's a drop down smiles in quick reply, Are you don't see them ? If yes try to re-import the mod again or send PM to me with admin member.
urstorm.com
07-03-2010, 10:00 AM
There's a drop down smiles in quick reply, Are you don't see them ? If yes try to re-import the mod again or send PM to me with admin member.
i ment VBorginal NOT urs , after installed urs i have smiles;)
shokran marco
PSC001
07-06-2010, 02:07 PM
Great mod. Thanks!
Question - I'd like to add Facebook Share and Like buttons to the Quck Reply box, preferably along the top frame.
Does this support that? What code or template can be edited? Where is the FB code placed?
Thanks again!
PretorianoAlfa
07-07-2010, 07:25 AM
If you have not already dealt with this issue. This modification is compatible with version 4.0.4 of vBulletin?
Do not get it to work with that version. Not if I'm doing something wrong.
Thank you very much. A greeting.
dankreiner
07-07-2010, 01:17 PM
it works with my 4.04 but disables my first post ad code completely. had to disable it but i really want this mod.
MARCO1
07-09-2010, 10:38 AM
it works with my 4.04 but disables my first post ad code completely. had to disable it but i really want this mod.
The Mod is edit on "editor toolbar" not in "postbit" or "showthread_complete" so that's not from this MOD.
Great mod. Thanks!
Question - I'd like to add Facebook Share and Like buttons to the Quck Reply box, preferably along the top frame.
Does this support that? What code or template can be edited? Where is the FB code placed?
Thanks again!
You can make sure for this template "MARCO1_Full_Reply"
And edit it as you want.
PSC001
07-09-2010, 03:56 PM
The Mod is edit on "editor toolbar" not in "postbit" or "showthread_complete" so that's not from this MOD.
You can make sure for this template "MARCO1_Full_Reply"
And edit it as you want.
Thanks, that worked!
Fraxter
07-18-2010, 01:10 AM
Any news about an update?
ifitsmedia
07-26-2010, 05:47 AM
I just installed this in 4.0.5 and it doesn't have a smilie drop down menu.
this is what mine looks like:
https://vborg.vbsupport.ru/external/2010/07/7.png
cbiweb
07-28-2010, 11:45 PM
It is now 28th of July 2010, and no attachment manager in sight. This was promised months ago and still no joy? :( How many $ would it take to get it done?
Krosi1906
07-30-2010, 05:45 PM
Hi Marco,
Did you manage to find a fix for this ? I'm having the same issue on my install after just installing VBSEO as well.
On FF it bypasses the quick edit altogether and goes straight to advanced edit. All other browsers it hangs with the loading.
I've worked around the problem in the mean time by disabling the "MARCO1 Advanced Edit -- editor_toolbar_end" plugin and using the basic toolbar with the quick edit.
Cheers,
Si
I get the same problem. With VBSEO installed, the quick edit is bypassed altogether on FF. Once I disable this mod, it works again.
I have tge same problem :)
Can Marco fix this? Please :)
ifitsmedia
07-31-2010, 05:00 PM
This mod was great, but it causes problems with VBSEO.
I am running VB 4.0.5, this mod and the latest version of VBSEO. I had an issue where some of my Moderators were unable to edit any posts including their own... the edit button would simply spin as if the page was loading but it would never load.
VB support confirmed it was a problem with VBSEO, and when I deactivated VBSEO it went away. I put in a ticket at VBSEO and they determined it was a conflict with this mod. This mod was deactivated and everything works great now.
nymyth
08-04-2010, 01:54 PM
Marco - How would I change the default smilie button that shows up on the dropdown? Right now its pointing to http://www.mysite.com/forum/images/element/editor/smilie.png
nymyth
08-04-2010, 01:58 PM
nevermind just saw the post before mines and I have the same issues...uninstalled for now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.