View Full Version : Show Thread Enhancements - [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!
MARCO1
01-09-2010, 10:00 PM
MARCO1 Advanced Editor
Advanced Quick Reply
Advanced Quick Edit
100% With Drop-Down Smilies
Thanks For everyone who have make this Mod win the MOTM :)
Please Note that : I'm keeping update my products and codes without any money simply support me in vb.org to continue this work
Screen-shots for the new version here. (https://vborg.vbsupport.ru/showthread.php?p=2192683#post2192683)
V. 4.5
Support Me!
Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=232730) - Nominate For MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=232730&type=1)
What's this :
100% Full Quick reply without any template Modifications or File Edits!
100% Full Quick edit without any template Modifications or File Edits!
Features (Advanced Quick Reply) :
Full Quick Reply
Enable Smiles In Quick Reply
Enable Fonts in quick reply
Enable Change Size In Quick Reply
Enable Change Color In Quick Reply
Enable Bold In Quick Reply
Enable Italic In Quick Reply
Enable Underline In Quick Reply
Enable Aligns In Quick Reply
Enable Ordered list and Un-ordered list
Enable Text Directions In Quick Reply
Enable Insert link In Quick Reply
Enable Unlink In Quick Reply
Enable Add E-mail In Quick reply
Enable Insert Images In Quick Reply
Enable Insert Video In Quick Reply
Enable Quote In Quick Reply
Enable Code In Quick Reply
Enable HTML In Quick Reply
Enable PHP In Quick ReplyFeatures (Advanced Edit) :
Full Advanced Edit
Enable Smiles In Quick Reply
Enable Fonts in quick reply
Enable Change Size In Quick Reply
Enable Change Color In Quick Reply
Enable Bold In Quick Reply
Enable Italic In Quick Reply
Enable Underline In Quick Reply
Enable Aligns In Quick Reply
Enable Ordered list and Un-ordered list
Enable Text Directions In Quick Reply
Enable Insert link In Quick Reply
Enable Unlink In Quick Reply
Enable Add E-mail In Quick reply
Enable Insert Images In Quick Reply
Enable Insert Video In Quick Reply
Enable Quote In Quick Reply
Enable Code In Quick Reply
Enable HTML In Quick Reply
Enable PHP In Quick ReplyInstallation :
Only Import the XML File :up:
Upgrade :
Remove the old Version and Import the new version.
Translation :
You didn't have any permission to edit or tranlsate this Mod without contact me First via PM.
Arabic Users :
Don't translate this Mod, I have already translated it to Arabic
MARCO1
01-10-2010, 06:34 PM
History :
1.0 First Release
Version 2 :
Fixing 4 bugs
Automatic Installation
Change the box design to be more FlexibleVersion 3.0 : Fixed 2 bugs and cached the edited templates
Version 4.0 :
Fixed 3 Bugs in quick reply
Add Full Quick EditVersion 4.2 :
Fixed About me page
Fixed reply with quote
Fixed view members profile pages
Fixed Visitors messageVersion 4.5 :
Fixed the Arabic RTL BBCODES
Add Smiles
-----------------------------------------------------------------------------
RTL And Arabic Forums Please follow this post : https://vborg.vbsupport.ru/showpost.php?p=1971265&postcount=260
Kolbi
01-10-2010, 06:34 PM
Thank you!
I love your mods :)
Does this hack needs much ressources?
What about self created bb-codes?
gbechtel
01-10-2010, 06:37 PM
Working well, thank you!
MARCO1
01-10-2010, 06:37 PM
Thank you!
I love your mods :)
What about self created bb-codes?
Thanks Matthias,
Does this hack needs much ressources?
No.
Big-Pete
01-10-2010, 06:39 PM
Very good Marco, Tagged for installation in the morning :)
abbasbsp
01-10-2010, 06:52 PM
MARCO1 is great, Another innovation in the waiting
Gene Steinberg
01-10-2010, 07:15 PM
MARCO1 is great, Another innovation in the waiting
Bad design. You shouldn't have to edit one of the vBulletin app files, because there's the danger that when you upgrade to a newer version, you mistakenly replace that file as well.
Is there no other way to do this?
Peace,
Gene
MARCO1
01-10-2010, 07:18 PM
Bad design. You shouldn't have to edit one of the vBulletin app files, because there's the danger that when you upgrade to a newer version, you mistakenly replace that file as well.
Is there no other way to do this?
Peace,
Gene
You can use the Mod without editing the file but you will not have smiles in your box.
AliMadkour
01-10-2010, 07:23 PM
thanks MARCO
but I hate to edit vBulletin files!
Good JoB :)
MARCO1
01-10-2010, 07:27 PM
thanks MARCO
but I hate to edit vBulletin files!
Good JoB :)
Thanks Ali,
I have said it before you can use the Mod without edit any file in vBulletin but you will not see the smiles on your box.
tafreeh
01-10-2010, 07:52 PM
thanks for that :) does upgrade possible from previous version ?
MARCO1
01-10-2010, 07:59 PM
thanks for that :) does upgrade possible from previous version ?
What's your version ? This Mod will work on all of vBulletin 4 versions
Sador
01-10-2010, 08:09 PM
Thanks, gonna try it out. :)
BaziCenter
01-10-2010, 08:10 PM
You can use the Mod without editing the file but you will not have smiles in your box.
Just create a single plugin and use this code:
if ($editor_type == 'qr' OR $editor_type == 'qr_small')
{
$editor_type = 'fe';
}
Hook Location: editor_toolbar_switch
the quickreply will switch to full editor without any file/template change.
by the way you better cache the editor templates in your mod.
Sador
01-10-2010, 08:13 PM
Hm, too bad that thread management (stick, unstick, open, close) is missing.
Any chance you'll add this later?
Dr.osamA
01-10-2010, 10:18 PM
thanxx
installed
________
Brunette shower (http://www.++++tube.com/categories/441/shower/videos/1)
mikem164
01-11-2010, 12:12 AM
Hmmm. I installed the xml in product mangager and it doesn't show. I did both edits as well. Any suggestions?
Forum Lover
01-11-2010, 02:47 AM
I used one before. But that was working for forum. Will it do the same for blog too?
abbasbsp
01-11-2010, 03:02 AM
Bad design. You shouldn't have to edit one of the vBulletin app files, because there's the danger that when you upgrade to a newer version, you mistakenly replace that file as well.
Is there no other way to do this?
Peace,
Gene
I do not think so, I know, MARCO1 just move the original code
abbasbsp
01-11-2010, 03:20 AM
Hm, too bad that thread management (stick, unstick, open, close) is missing.
Any chance you'll add this later?
my place, no matter who you mean, everything works fine
MARCO1
01-11-2010, 09:52 AM
First of all thanks for all your reply, And my apologies for my late reply.
Just create a single plugin and use this code:
if ($editor_type == 'qr' OR $editor_type == 'qr_small')
{
$editor_type = 'fe';
}
Hook Location: editor_toolbar_switch
the quickreply will switch to full editor without any file/template change.
by the way you better cache the editor templates in your mod.
I have tried the same code before I publish the Mod in vb.org but it doesn't work. I will look for new code that do it.
Hm, too bad that thread management (stick, unstick, open, close) is missing.
Any chance you'll add this later?
I'm not sure what do you mean ? This Mod doesn't make anything with thread management.
I used one before. But that was working for forum. Will it do the same for blog too?
I didn't tried it in CMS and Blogs. But that's shouldn't work with Blogs or CMS, That's will be in the next version.
MARCO1
01-11-2010, 09:53 AM
Hmmm. I installed the xml in product mangager and it doesn't show. I did both edits as well. Any suggestions?
Sorry, I didn't support anyone who is use my Mod without Click on Mark As Installed, If you want support you should first click on installed :)
shiqah
01-11-2010, 10:05 AM
thanks alot
installed
MARCO1
01-11-2010, 10:48 AM
thanks alot
installed
Don't forget to Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=232730) if you installed this Mod.
movslow
01-11-2010, 12:20 PM
Great idea, however your instructions aren't very clear.
Installation :
Download the package from attachments, Extract it and you will found 3 files
Files Edits.txt
Showthread_quickreply.txt
Product MARCO1 Advanced Quick Reply.xml
Open Files Edits and edit this small change in functions_editor.php files
Replace showthread_quickreply template with the Showthread_quick reply.txt file
Import MARCO1 Advanced Quick Reply.xml from admincp
Downloaded, unzipped.
However you say Open the File Edits and make this small change in functions_editor.php ? What change?
Why would you have us download a file and make a change before uploading, why wouldn't it already be changed?
More detailed and clearer instructions are a must.
:up:
MARCO1
01-11-2010, 12:36 PM
Great idea, however your instructions aren't very clear.
Downloaded, unzipped.
However you say Open the File Edits and make this small change in functions_editor.php ? What change?
Why would you have us download a file and make a change before uploading, why wouldn't it already be changed?
More detailed and clearer instructions are a must.
:up:
This Edit is only to enable smiles on quick reply
Edrondol
01-11-2010, 12:49 PM
Here's what I did:
1) Downloaded the package.
2) Extracted the package.
3) Edited ../includes/functions_editor.php to replace the code with that in the edits.txt file.
4) In the adminCP -> Styles & Templates -> Style Manager -> Edit Templates I replaced the current code with the code in the Showthread_quickreply.txt file.
5) Imported product.
I went back into my boards, cleared my cache and...nothing. No change at all.
What did I do wrong?
MARCO1
01-11-2010, 12:58 PM
Here's what I did:
1) Downloaded the package.
2) Extracted the package.
3) Edited ../includes/functions_editor.php to replace the code with that in the edits.txt file.
4) In the adminCP -> Styles & Templates -> Style Manager -> Edit Templates I replaced the current code with the code in the Showthread_quickreply.txt file.
5) Imported product.
I went back into my boards, cleared my cache and...nothing. No change at all.
What did I do wrong?
Looks like you have done something wrong in template edit, What's the template you have edit on it ?
Edrondol
01-11-2010, 01:04 PM
Looks like you have done something wrong in template edit, What's the template you have edit on it ?
Edit -> Show Thread Templates -> showthread_quickreply
Replaced current code with the code from Showthread_quickreply.txt
MARCO1
01-11-2010, 01:13 PM
Edit -> Show Thread Templates -> showthread_quickreply
Replaced current code with the code from Showthread_quickreply.txt
Can you send to me via PM a normal member account ? So I can take a look.
MARCO1
01-11-2010, 01:54 PM
Edit -> Show Thread Templates -> showthread_quickreply
Replaced current code with the code from Showthread_quickreply.txt
Fixed, Thanks for your PM.
Edrondol
01-11-2010, 02:02 PM
Woot! And it looks great! Rated and nominated! Never sure why the Quick Reply is so unfriendly in base vBulletin, but who needs base code when you have Marco?
Thanks again!
movslow
01-11-2010, 02:17 PM
This Edit is only to enable smiles on quick reply
lol, you didn't answer my question ?
I want the smilies in quick reply like I'm sure most others who d/l'd the mod.
All I'm saying, is that your instructions aren't very detailed or clear.
I can see other people are having problems due to the lack of instructions..maybe someone who has already installed this could give a better writeup, otherwise I can see this causing you a big headache for something that could be avoidable.
:confused:
Edrondol
01-11-2010, 02:21 PM
lol, you didn't answer my question ?
I want the smilies in quick reply.
All I'm saying, is that your instructions aren't very detailed or clear.
I can see other people are having problems due to the instructions ?
:confused:
Issue with mine was my fault, not the instructions.
gbechtel
01-11-2010, 02:48 PM
Ran into a problem with the edit to Showthread_quickreply.txt
The edit caused the information on the profile pages to disappear. The first tab was ok, but the "about me" tab and any that tab that followed had no information under the selected tabs. The only fix was to revert Showthread_quickreply.txt
Anybody else have this issue?
MARCO1
01-11-2010, 02:54 PM
lol, you didn't answer my question ?
I want the smilies in quick reply like I'm sure most others who d/l'd the mod.
All I'm saying, is that your instructions aren't very detailed or clear.
I can see other people are having problems due to the lack of instructions..maybe someone who has already installed this could give a better writeup, otherwise I can see this causing you a big headache for something that could be avoidable.
:confused:
I didn't see anything wrong or can't understandably, As I see many users has already installed it with the current instructions without any problem.
Ran into a problem with the edit to Showthread_quickreply.txt
The edit caused the information on the profile pages to disappear. The first tab was ok, but the "about me" tab and any that tab that followed had no information under the selected tabs. The only fix was to revert Showthread_quickreply.txt
Anybody else have this issue?
Can you take screen-shot of the problem ?
Forum Lover
01-11-2010, 03:03 PM
Marco, does your hack do the same for blog too?
Hi marco...whatever ya did to get his showing....could ya do for me..ive been trying for ages....and really want to use your mod..its fantastic
MARCO1
01-11-2010, 03:17 PM
Hi marco...whatever ya did to get his showing....could ya do for me..ive been trying for ages....and really want to use your mod..its fantastic
Replied to your PM.
MARCO1
01-11-2010, 03:19 PM
Marco, does your hack do the same for blog too?
Check This reply : https://vborg.vbsupport.ru/showpost.php?p=1952597&postcount=23
Marco thx very much for installing right for me....Your a top person......Much respect......
Sador
01-11-2010, 03:33 PM
I'm not sure what do you mean ? This Mod doesn't make anything with thread management. No, I know. I used a mod before like this at vb3, which added a thread management option to your quick reply as well. That was kinda useful, because you could stick, unstick, open and close the topic from the quick reply with that. I just hoped you would add that as well.
movslow
01-11-2010, 03:46 PM
I didn't see anything wrong or can't understandably, As I see many users has already installed it with the current instructions without any problem.
What does this mean?
Open Files Edits and edit this small change in functions_editor.php files
:confused:
Forum Lover
01-11-2010, 03:52 PM
Check This reply : https://vborg.vbsupport.ru/showpost.php?p=1952597&postcount=23
Ah!! please keep it in your To Do List. on the top. :)
movslow
01-11-2010, 05:17 PM
I found an easier way to do it, uninstalled.
texasteamplayer
01-11-2010, 06:50 PM
can someone please describe in clear english (preferably a native speaker) how to install this? Open file edits what? how do I open "file edits"? what is "file edits?
How do I "edit" a change? Make a change? Overwrite a change?
things like this should be point and click. Make mods that install themselves through the import process 100%. why won't this?
MARCO1
01-11-2010, 07:57 PM
can someone please describe in clear english (preferably a native speaker) how to install this? Open file edits what? how do I open "file edits"? what is "file edits?
How do I "edit" a change? Make a change? Overwrite a change?
things like this should be point and click. Make mods that install themselves through the import process 100%. why won't this?
I mean file edits is files edits.txt I think you guys will no it without add .txt to understand it, however I will edit it with .txt to be easily to understand.
Open Files Edits.txt and follow the instructions to how to edit functions_editor.php
Please note that this change is only for show smiles on quick reply box, you can safely didn't do it but the smiles in the box will not work.
Gene Steinberg
01-11-2010, 08:03 PM
I'm finding that I cannot post a response to a Visitor message unless I move to Advanced.
Something related to your mod?
What should we look for?
Peace,
Gene
MARCO1
01-11-2010, 08:14 PM
I'm finding that I cannot post a response to a Visitor message unless I move to Advanced.
Something related to your mod?
What should we look for?
Peace,
Gene
Can you PM Me with admin test member to take a look ?
P.S : I going to sleep now so I will check it tomorrow.
Juggernaut
01-11-2010, 11:09 PM
Thank you installed :D
mikem164
01-11-2010, 11:12 PM
Sorry, I didn't support anyone who is use my Mod without Click on Mark As Installed, If you want support you should first click on installed :)
It's not technically installed and working yet...LOL. But....I just clicked installed. I redid both files and re upped xml. did both skins and neither show it. Any ideas?
gbechtel
01-11-2010, 11:27 PM
I didn't see anything wrong or can't understandably, As I see many users has already installed it with the current instructions without any problem.
Can you take screen-shot of the problem ?
The first two are screen captures before the edit of showthread_quickreply
The last two are after applying your edit.
baghdad4ever
01-12-2010, 08:39 AM
thanks maroc
there is conflict with tags editor i hope you fix it as soon as possible
MARCO1
01-12-2010, 11:14 AM
It's not technically installed and working yet...LOL. But....I just clicked installed. I redid both files and re upped xml. did both skins and neither show it. Any ideas?
:D
I sure you edit in the wrong style, Make sure you are edit in the current style and if you sure you are edit in the correct one feel free to send PM To me with admin member and I will install it for free in your forum :)
MARCO1
01-12-2010, 12:37 PM
Guys Wait new version today without any template edit or file changes :)
movslow
01-12-2010, 01:30 PM
can someone please describe in clear english (preferably a native speaker) how to install this? Open file edits what? how do I open "file edits"? what is "file edits?
How do I "edit" a change? Make a change? Overwrite a change?
things like this should be point and click. Make mods that install themselves through the import process 100%. why won't this?
I don't know man, I asked over and over..and never got a solid response. I'll pm you what I used, that imo is waay better than this mod and the broken english instructions, lol.
texasteamplayer
01-12-2010, 03:09 PM
Guys Wait new version today without any template edit or file changes :)
good. we'll give that a try, as well as the post above.
MARCO1
01-12-2010, 05:34 PM
New Version is released :)
Edrondol
01-12-2010, 05:44 PM
If we had the other version installed what do we do?
MARCO1
01-12-2010, 05:45 PM
If we had the other version installed what do we do?
Just re-import the product and the new version will take care of any old template changes :)
Edrondol
01-12-2010, 05:51 PM
What will the effect be on the templates we changed? If any?
MARCO1
01-12-2010, 05:53 PM
What will the effect be on the templates we changed? If any?
Never mind about any thing else, just import the product from admincp
kylek
01-12-2010, 07:08 PM
Just installed. When I go and do a quick reply and enter it we get another page that states:
Errors
The following errors occurred with your submission
The message you have entered is too short. Please lengthen your message to at least 1 characters.
Any ideas?
MARCO1
01-12-2010, 07:17 PM
Just installed. When I go and do a quick reply and enter it we get another page that states:
Errors
The following errors occurred with your submission
The message you have entered is too short. Please lengthen your message to at least 1 characters.
Any ideas?
Confirmed. let me back to you tomorrow I'm going to sleep now.
LifesGreatestGift
01-12-2010, 07:28 PM
Errors
The following errors occurred with your submission
* The message you have entered is too short. Please lengthen your message to at least 2 characters.
It was definitely longer than 2 characters :)
Bulldog Stang
01-12-2010, 07:40 PM
installed new version. However, my smilies are all jacked up.
kevius
01-12-2010, 07:48 PM
nice hack tks a lot ! (except the little bug of message to short :) )
Can you add icon of organisation joined piece system ?
MARCO1
01-12-2010, 07:50 PM
installed new version. However, my smilies are all jacked up.
There is something in your templates please try it with the default vBulletin style.
MARCO1
01-12-2010, 07:51 PM
nice hack tks a lot ! (except the little bug of message to short :) )
Can you add icon of organisation joined piece system ?
Yes, I will look into this tomorrow looks like it's a vBulletin bug however I want to confirm it tomorrow.
meissenation
01-13-2010, 01:17 PM
This isn't even allowing the quick reply box to work at all now. If click "Reply" it takes me to the New Reply page.
shadowevil
01-13-2010, 01:43 PM
Can you add function "Quick Attachment Quick Reply", thanks :)
gyaronn
01-13-2010, 01:55 PM
as all ways grate job man
abualk
01-13-2010, 02:26 PM
Thanke you very much but I have got a problem which is specified in the picture below :
https://vborg.vbsupport.ru/
As you can see, It shows BBcode
TyPenn613
01-13-2010, 03:16 PM
Just installed. When I go and do a quick reply and enter it we get another page that states:
Errors
The following errors occurred with your submission
The message you have entered is too short. Please lengthen your message to at least 1 characters.
Any ideas?
Mark one more for this error. I installed last night and have the same problem.
TyPenn613
01-13-2010, 03:36 PM
One of my staff members found that the "enhanced" interface is turned on automatically with this.
If you switch it to standard, the above error is fixed. However, when it's turned on, the error comes back. Any thoughts?
Webinsane.com
01-13-2010, 04:01 PM
I am receiving same error.
ForYou
01-13-2010, 04:49 PM
Mark one more for this error. I installed last night and have the same problem.
I have the same message NOTE ,
Regards
Datenpapst
01-13-2010, 05:06 PM
after installing the mod, the quick reply does not work anymore it automatically turns to the advanced editor... :(
vb 4.0.1
Beermonster
01-13-2010, 05:29 PM
I also get The message you have entered is too short error
mikem164
01-13-2010, 07:52 PM
after installing the mod, the quick reply does not work anymore it automatically turns to the advanced editor... :(
vb 4.0.1
Exactly what happened to me.
MARCO1
01-13-2010, 08:02 PM
New Version Will release tomorrow fixing all bugs and errors.
MARCO1
01-13-2010, 08:03 PM
Exactly what happened to me.
New Version will release tomorrow with fix for this error.
ForYou
01-13-2010, 10:00 PM
Hello MARCO1 ,
is there away to move smile under BOX like this Hack ,
https://vborg.vbsupport.ru/showthread.php?t=229650
Regards
BBR-APBT
01-14-2010, 03:26 AM
The following templates are not cached when using this mod.
$cache[] = 'editor_smilie';
$cache[] = 'editor_smilie_category';
$cache[] = 'editor_smilie_row';
$cache[] = 'editor_smiliebox';
$cache[] = 'editor_toolbar_on';
$cache[] = 'newpost_disablesmiliesoption';
dihuta
01-14-2010, 04:07 AM
Also need Avanced Editor for Quick Edit, very useful.
Thanks!
MARCO1
01-14-2010, 11:33 AM
Guys Can you try again now :)
I have fixed all the discovered bugs.
TimberFloorAu
01-14-2010, 11:44 AM
Marco, when we click reply, it looks just like Normal reply. Not quick reply with all the gadgets... weird
MARCO1
01-14-2010, 11:48 AM
Marco, when we click reply, it looks just like Normal reply. Not quick reply with all the gadgets... weird
Hi Steve,
I'm not completely understand you, Can you take a screen-shot ?
Gene Steinberg
01-14-2010, 12:04 PM
Guys Can you try again now :)
I have fixed all the discovered bugs.
Except Reply with Quote. It brings up the Advanced message window, but no quote. Sorry.
Peace,
Gene
TyPenn613
01-14-2010, 12:21 PM
Guys Can you try again now :)
I have fixed all the discovered bugs.
I tried your new version, but I'm getting the same error where it claims my post is too short.
I'm finding only about half of my members are getting the error.
VonDoom
01-14-2010, 12:22 PM
Same Error Confirmed, If it makes a difference im using quick reply without click to reply, And using FF latest stable
Interestingly it does work if you go back and submit a second time
kevius
01-14-2010, 12:24 PM
Sorry but problem is always on this new version...
MARCO1
01-14-2010, 12:36 PM
Does you edit the template ? Are you apply the fix ?
Greight
01-14-2010, 12:41 PM
Thanks buddy. This is a great work.
molieman
01-14-2010, 12:42 PM
Wonderful addition, Thank you, you got my vote :) :) :)
Would you please :) add a "Reply to All" button next to the recipients. I had this option in vB3.8 and have no idea how and when I got it. But it's been a lifesaver :)
So PLEASE the "Reply To All" :)
MARCO1
01-14-2010, 12:44 PM
Wonderful addition, Thank you, you got my vote :) :) :)
Would you please :) add a "Reply to All" button next to the recipients. I had this option in vB3.8 and have no idea how and when I got it. But it's been a lifesaver :)
So PLEASE the "Reply To All" :)
Thanks :)
Looks like a nice idea can you tell me more about it screen-shots....etc (Send them via PM)
kevius
01-14-2010, 12:51 PM
yes i do the fix but no effect.
Datenpapst
01-14-2010, 01:03 PM
did all the changes, still when I click reply to thread, it reloads and then shows the normal advanced editor reply window. same like when i click go advanced.
meissenation
01-14-2010, 01:34 PM
Still broke. Just like Datenpapst - if you click Reply it reloads as if you hit the "Advanced" button.
Bug report:
Spouse we have 10 posts in a thread and we click on "Reply" button in post number 5 or 6, The quick reply box should come up quickly, but this hack broken this feature and quick reply box do not come up. hope you can fix it as well.
MARCO1
01-14-2010, 01:54 PM
What's About changing the content of editor_toolbar_on template with this code :
<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>
texasteamplayer
01-14-2010, 02:29 PM
boom. loaded. looks good, except for a bit of spacing. http://img696.imageshack.us/img696/3350/picture1cet.png
texasteamplayer
01-14-2010, 02:30 PM
and I don't see the need to have the smileys on the right side, at all, since there is already a smiley button/function in the quick reply icons at the top (next to fonts, sizes, etc)
molieman
01-14-2010, 02:35 PM
texasteamplayer, I want to know where you got those smilies from :) :) :) Please :) I like em.
texasteamplayer
01-14-2010, 02:37 PM
I think they're called "Yolks by bad blood"
ngkong
01-14-2010, 02:42 PM
edit & reply with quote, text doesnt show up when enabling the plugin
MARCO1
01-14-2010, 02:46 PM
edit & reply with quote, text doesnt show up when enabling the plugin
If you applied Any fix should fix all problems, looks like you done something wrong, Send To Me PM With admin Test member so I can take a look.
abualk
01-14-2010, 02:49 PM
I still have the same problem as I noticed the last time :
https://vborg.vbsupport.ru/
Although I replaced all the template with the code you have posted!
Datenpapst
01-14-2010, 03:10 PM
What's About changing the content of editor_toolbar_on template with this code :
code you gave
this worked thanks :)
Datenpapst
01-14-2010, 03:10 PM
I think they're called "Yolks by bad blood"
love them too, can you share them? :)
the original ones are too big :(
MARCO1
01-14-2010, 04:00 PM
I still have the same problem as I noticed the last time :
http://img508.imageshack.us/img508/971/60946871.png
Although I replaced all the template with the code you have posted!
There is someone is try the fix and it works fine.
https://vborg.vbsupport.ru/showpost.php?p=1955601&postcount=111
P.S : I will not support you because you install the Mod without click on Mark As Installed.
MARCO1
01-14-2010, 04:01 PM
love them too, can you share them? :)
the original ones are too big :(
Yes Martin, The original vBulletin smiles are too bad :D
VonDoom
01-14-2010, 04:25 PM
New Problem editing a post from quick reply going advanced produces an empty text area SS below. smilies are missing in advanced editor also.
MARCO1
01-14-2010, 04:31 PM
New Problem editing a post from quick reply going advanced produces an empty text area SS below. smilies are missing in advanced editor also.
That's not a bug
Guys, I don't know what I should to do to make you happy with this Mod, this member suggest to remove the smiles from the right side because It's already in the drop-down menu.
https://vborg.vbsupport.ru/showpost.php?p=1955557&postcount=105
VonDoom
01-14-2010, 04:47 PM
i dont mind the smilie issue. and wasnt complaining only informing you. As far as the text being removed in advanced mode from the quick editor (if editing a post) that is a bug. nobody wants to loose there post esp if its long and thought out. Really you can take my bug report or leave it but it should at least be known.
You never actually mentioned that you removed the smilies, and your SS shows them so it was a natural assumption that it was a bug. but really a non issue as they are in the drop down. the bigger issue is loosing content in advanced mode while editing a post.
Skyrider
01-14-2010, 04:59 PM
That's not a bug
Guys, I don't know what I should to do to make you happy with this Mod, this member suggest to remove the smiles from the right side because It's already in the drop-down menu.
https://vborg.vbsupport.ru/showpost.php?p=1955557&postcount=105
How is this not a bug? When I attempt to quote a reply, it brings me to the advanced reply box and shows an empty field. Where's the quote of the post that I selected to reply upon?
VonDoom
01-14-2010, 05:05 PM
Anyways no big deal i was only trying to be helpful, no harm no foul.
MARCO1
01-14-2010, 05:16 PM
Guys, Looks like we are now about a bug in vBulletin System :
http://www.vbulletin.com/forum/project.php?issueid=35278
All these errors from vBulletin editor coding. Maybe I will stop this Mod until 4.0.2 to fix this errors. Or I will contact the vBulletin Team If there is any manual edit.
VonDoom
01-14-2010, 05:20 PM
I have uninstalled this mod for the time being and cant reproduce these errors anymore. Just an FYI. Tagged for 4.0.2
I did however confirm your bug in the bug tracker on vB.com
LifesGreatestGift
01-14-2010, 07:33 PM
Same issue I had with V2
https://vborg.vbsupport.ru/external/2010/01/44.png
kylek
01-14-2010, 07:50 PM
Thanks, everything works fine with the fix for the vb4 bug!
baghdad4ever
01-14-2010, 08:24 PM
thanks marco
Forum Lover
01-14-2010, 08:29 PM
Marco, did u tried for blog too after vb 4.0.1? Is it still in you future plan?
RedHacker
01-14-2010, 08:40 PM
Installed 4.0.1 without template edit.. Thanks..!!!
TimberFloorAu
01-14-2010, 10:17 PM
texasteamplayer, I want to know where you got those smilies from :) :) :) Please :) I like em.
http://bad-blood.deviantart.com/art/Y-o-l-k-s-78118255
Mini Yolks : http://bad-blood.deviantart.com/art/mini-Y-o-l-k-s-86620089
Juggernaut
01-14-2010, 11:30 PM
Installed, thank you :D
Switch3130
01-14-2010, 11:34 PM
Smiles are appearing on the side after I installed this, any way to remove the smiles are at least have them lay underneath?
NVM every time I add this my users complain about quick reply being messed up. Thanks anyways.
ngkong
01-15-2010, 02:07 PM
changing {vb:raw newpost.message} to {vb:raw click_quick_reply_icon} will make texteditor empty while editing, merge post, go advanced!
abualk
01-15-2010, 02:12 PM
There is someone is try the fix and it works fine.
https://vborg.vbsupport.ru/showpost.php?p=1955601&postcount=111
P.S : I will not support you because you install the Mod without click on Mark As Installed.
Sorry, I did that two minutes ago. However, I replaced all the template with the code you have posted but it didn't change.
MARCO1
01-15-2010, 02:32 PM
Same issue I had with V2
https://vborg.vbsupport.ru/external/2010/01/44.png
You should apply the fix because there is an bug in vbulletin system and you should fix it manually
Sorry, I did that two minutes ago. However, I replaced all the template with the code you have posted but it didn't change.
The fix should make it without problem if you want me to fix it, you can PM me with admin member.
lolo?
01-15-2010, 07:06 PM
very nice thanks a lot
texasteamplayer
01-15-2010, 07:46 PM
changing {vb:raw newpost.message} to {vb:raw click_quick_reply_icon} will make texteditor empty while editing, merge post, go advanced!
yup. now when hitting "reply with quote" it's not putting the quoted text into the quick reply. instead it's sending me to an advanced reply page, but with no quote text.
texasteamplayer
01-15-2010, 07:52 PM
the full replacement code works so that htting "reply with quote" works https://vborg.vbsupport.ru/showpost.php?p=1955518&postcount=103
however, if you put some text into quick reply, and then hit go advanced to finish the post, it puts what you wrote into preview, and empties the reply box.
http://img251.imageshack.us/img251/8093/picture1se.png
https://vborg.vbsupport.ru/
texasteamplayer
01-15-2010, 07:59 PM
here's what happens when you enter a post (12345) under the above situation (preview portion gets lost, and only 12345 gets written into thread).
http://img704.imageshack.us/img704/2844/picture1up.png
http://img704.imageshack.us/img704/2844/picture1up.png
argothiusz
01-16-2010, 01:59 AM
the full replacement code works so that htting "reply with quote" works https://vborg.vbsupport.ru/showpost.php?p=1955518&postcount=103
however, if you put some text into quick reply, and then hit go advanced to finish the post, it puts what you wrote into preview, and empties the reply box.
http://img251.imageshack.us/img251/8093/picture1se.png
https://vborg.vbsupport.ru/
How did you remove the right hand side smiles? I have some big smiles like your so experiencing the same extra spacing problem. THanks
lolo?
01-16-2010, 03:16 AM
hello thanks for this mode
but when i activate this mode the ajax function dosent work if i quote a message
RL714
01-16-2010, 03:43 AM
very nice mods, thanks Marco
MARCO1
01-16-2010, 10:40 AM
Guys As I said before there is a bug in vBulletin system and I now contacting vBulletin team and see if there is any Manual bug fix because the fix will be in the next version (4.0.2)
I love this mod, but it has to much bug. I must it uninstall :( I hope you fix the bugs
i-israeli.co.il
01-16-2010, 02:22 PM
I love this mod, but it has to much bug. I must it uninstall :( I hope you fix the bugs
+ 1
nikosb
01-16-2010, 06:56 PM
Very nice!
Thanks
shofolofo
01-16-2010, 09:03 PM
Great mod .. installed .. there is a problem when using quick reply after installing it .. when I use the quick reply it gives me " not enough fields" always putting in mind I have done the recommended fixes
Great mod .. installed .. there is a problem when using quick reply after installing it .. when I use the quick reply it gives me " not enough fields" always putting in mind I have done the recommended fixes
To fix it use you this:
changing {vb:raw newpost.message} to {vb:raw click_quick_reply_icon} on editor_toolbar_on template.
But after if you want a new topic, you can't use the toolbar :(
Miguel86
01-16-2010, 11:33 PM
Thanks.
I have installed it and seems to work fine :)
Lighting90
01-17-2010, 07:37 AM
Did install it, but the following problems occurred:-
Quoting of posts stopped working
Quick Reply stopped working - (it started only defaulting to the advanced box everytime, rather than the quick reply with additional features)
Smilies when clicked on didn't always show up in the text reply you were writing, yet would appear once you had submitted it.
The Quote system would start working again if I reverted the template back to how it was before the suggested modification.
Disabling the product allowed the quick reply to work okay again, and it to appear under the post your replying/quoting...
The strange thing is, the quick reply works when you first install/enable the product, with all the extra features, but then stops and reverts to advanced full reply only.
MARCO1
01-17-2010, 07:24 PM
New Version Will release Today.
Paul M
01-17-2010, 09:09 PM
Im sure it will, but please dont put that in the modification title, thanks.
MARCO1
01-17-2010, 10:02 PM
Im sure it will, but please dont put that in the modification title, thanks.
LOL, Thanks Paul :D
dihuta
01-18-2010, 12:38 AM
New Version Will release Today.
Hope you add Advanced Editor for Quick Post Edit.
Thanks you.
mikem164
01-18-2010, 02:30 AM
Nice work dude!! Is it possible for the smilies to appear in the bottom of quick reply instead of the side? anything over 9 and they are too small to see LOL... But, can't complain nice work and effort with the XML!
MARCO1
01-18-2010, 09:59 AM
Hope you add Advanced Editor for Quick Post Edit.
Thanks you.
Looks like a good idea, however that's will make the product take another 1 day to release but I see it a nice idea, Be sure that's will included in the next version :up:
Nice work dude!! Is it possible for the smilies to appear in the bottom of quick reply instead of the side? anything over 9 and they are too small to see LOL... But, can't complain nice work and effort with the XML!
Moving the smiles need 1 query and I don't like to use more than 2 query in my Mod.
Leo Brazil
01-18-2010, 12:09 PM
Took a look in several pages and could find it.
Can I select in this mod what I want or not to include in Quick Reply ?
I mean, all options are great but I don't need everything to show up, e.g. Smilies, just Smilies dropdown would be nice but not everythinh like Advanced.
Miko-Angel
01-18-2010, 01:49 PM
the full replacement code works so that htting "reply with quote" works https://vborg.vbsupport.ru/showpost.php?p=1955518&postcount=103
however, if you put some text into quick reply, and then hit go advanced to finish the post, it puts what you wrote into preview, and empties the reply box.
http://img251.imageshack.us/img251/8093/picture1se.png
http://img251.imageshack.us/img251/8093/picture1se.png
I have the same problem too, when I installed this hack. Please fix this please! >__<
MARCO1
01-18-2010, 02:52 PM
I have the same problem too, when I installed this hack. Please fix this please! >__<
Guys this version is outdated I will release new one today...
abbasbsp
01-18-2010, 03:00 PM
hopefully in the next 4.0.2 version, everything will be perfect
When will future releases be available?
We expect to release 4.0.1 in the week of January 7th.
We expect to release 4.0.2 on January 21st.
http://www.vbulletin.com/forum/showthread.php?332171-vBulletin-Gold-Release&p=1878370
Neptun
01-18-2010, 06:46 PM
i have a problem in the hack found - when i try to do the quick reply i get always the error "you must put more then 10 letters inside" - but the thing is i have put for testing 3-4 sentences inside - where is the bug there ?
MARCO1
01-18-2010, 06:56 PM
New version released.
MARCO1
01-18-2010, 06:57 PM
i have a problem in the hack found - when i try to do the quick reply i get always the error "you must put more then 10 letters inside" - but the thing is i have put for testing 3-4 sentences inside - where is the bug there ?
New version is released and that's already fixed on this version. Please upgrade to the latest version.
Gene Steinberg
01-18-2010, 07:08 PM
New version is released and that's already fixed on this version. Please upgrade to the latest version.
Where do we enable smilies? I don't see them in your Quick Reply window, and there's no Go Advanced option except in the Editor.
So what am I missing?
Peace,
Gene
Gene Steinberg
01-18-2010, 07:11 PM
One more thing: In the Quick Reply window there's also no button to send the reply on my forums, so it's basically not usable until we figure out why. Sorry.
Peace,
Gene
Neptun
01-18-2010, 07:14 PM
great this bug is away now but the smiliys are also away *G* please help
MARCO1
01-18-2010, 07:25 PM
One more thing: In the Quick Reply window there's also no button to send the reply on my forums, so it's basically not usable until we figure out why. Sorry.
Peace,
Gene
LOL, Not the picture didn't take the full image of the quick reply, The buttons is appear.
MARCO1
01-18-2010, 07:26 PM
great this bug is away now but the smiliys are also away *G* please help
In quick reply or edit ? and if in quick reply does it work in quick edit ?
Gene Steinberg
01-18-2010, 07:28 PM
LOL, Not the picture didn't take the full image of the quick reply, The buttons is appear.
No in my installation. No Reply button. No Go Advanced button. No Smilies.
Peace,
Gene
MARCO1
01-18-2010, 07:29 PM
No in my installation. No Reply button. No Go Advanced button. No Smilies.
Peace,
Gene
This from your upgrading :
The Old version is still installed
The Old version of editor_toolbar_on is not the default vBulletin one, You need to revert the template to the default vBulletin Template.
About Smiles check this reply : https://vborg.vbsupport.ru/showpost.php?p=1959508&postcount=165
Gene Steinberg
01-18-2010, 07:31 PM
This from your upgrading :
The Old version is still installed
The Old version of editor_toolbar_on is not the default vBulletin one, You need to revert the template to the default vBulletin Template.
The old version was previously removed.
The toolbar is standard, not altered. We just increased the depth of the text area.
Peace,
Gene
MARCO1
01-18-2010, 07:35 PM
The old version was previously removed.
The toolbar is standard, not altered. We just increased the depth of the text area.
Peace,
Gene
You have done something wrong there is some other members has installed this without any problem, If you want me to install it PM me with an admin member.
Gene Steinberg
01-18-2010, 07:38 PM
You have done something wrong there is some other members has installed this without any problem, If you want me to install it PM me with an admin member.
OK, I reverted the template. No change.
I think you already have the login credentials for our forums. Would you check?
Peace,
Gene
stained
01-18-2010, 07:49 PM
Just for info Marco, I have no smilies in 'Quick Reply'. They are present in 'edit' and in 'go advanced' though. I'm on 4.01
Edit: also, the popup dialogues for insert image and insert video appear down at the footer. The window focuses automatically on the insert viideo dialogue but not on the one for insert image. If I hadn't scrolled down I wouldn't have seen the insert image window. Just thought I'd let you know.
MARCO1
01-18-2010, 08:03 PM
No smilies in 'Quick Reply' here Marco. They are present in 'edit' and in 'go advanced'. I'm on 4.01
OK, I will check it, Looks like it's need an DB Query and I never like to add a query in My Mod to make it faster.
Greight
01-18-2010, 08:09 PM
No smilies in QR + as attached picture shows the foreground is cut below the QR box.
i-israeli.co.il
01-18-2010, 08:10 PM
Thanks for the update.
A few notes:
No smilies
Strange line appears under the quick reply box (see attached file)
Overall? Great update!
RedHacker
01-18-2010, 09:10 PM
It is work with 4.0.1 ...? Show smilies in QR....?
Drocr
01-18-2010, 09:53 PM
This QR does not work for 4.0.1
I had to uninstall because it was causing a "Security Token" error and also messing with the profile comment table.
Hasanudin
01-18-2010, 09:58 PM
i`m using 4.0.1
no showing error message. but the button not work for posting.
Drocr
01-18-2010, 09:58 PM
I received the issue from only 2 of 40 people online So I assume it might only happen a couple times randomly. Mainly in the blog comments.
Hasanudin
01-18-2010, 10:10 PM
hmm older version (3) work fine..
i must waiting next version, may be.
argothiusz
01-18-2010, 10:57 PM
Bug 1: No smile on QR
Bug 2: when you press reply after a post, you can't see the button to submit the reply
Bug 3: It's completely empty out visitor message and give token error when trying to post. (not sure if this was caused by QR but disable this new version of QR seems to fixed the problem)
The previous version works just fine though.
kylek
01-19-2010, 12:07 AM
Same - new version installed, editor toolbar on reverted.
No smilies in quick reply.
When you post a visitor message you get - Your submission could not be processed because a security token was missing.
argothiusz
01-19-2010, 01:20 AM
Same - new version installed, editor toolbar on reverted.
No smilies in quick reply.
When you post a visitor message you get - Your submission could not be processed because a security token was missing.
There we go, it wasn't only me xD
shadowevil
01-19-2010, 01:42 AM
Can you add new function "Quick attachment" for Quick Reply and Quick Edit, thanks :)
SABRSox
01-19-2010, 01:54 AM
This version does not take you back to the bottom of the thread when you add a quick reply.
VonDoom
01-19-2010, 02:00 AM
Just an FYI This breaks the profile pages on my forum. Ive Attached the SS's if it helps. It is only happening with Advanced Quick Reply on, Advanced Quick Edit is working as intended.
If i could get some donations coming into my own forum this month id hook ya up Marco. If somthing comes in ill be sure to shoot ya something for your continued efforts on this product.
albrens
01-19-2010, 02:42 AM
Good works.
Thanks a lot.
dihuta
01-19-2010, 04:13 AM
Blog entry's display has error.
Attachs here are screenshots of enabling and disabling this mod.
Greight
01-19-2010, 08:25 AM
No smilies in QR + as attached picture shows the foreground is cut below the QR box.
and in profiles, about and friends do not show anything while this mod enabled.
i just upgraded to the last version (4.00) with vBulletin 4.0.1
and i have a problem - can't post any messages.
i got an error "The message you have entered is too short. Please lengthen your message to at least X characters."
any suggestions?
(i had temporarily disable this mod)
etmaxx
01-19-2010, 11:00 AM
i just upgraded to the last version (4.00) with vBulletin 4.0.1
and i have a problem - can't post any messages.
i got an error "The message you have entered is too short. Please lengthen your message to at least X characters."
any suggestions?
(i had temporarily disable this mod)
same here!
Ozidoggy
01-19-2010, 11:41 AM
Appears to be working fine for me :)
mitch84
01-19-2010, 12:31 PM
same here!
and three here
MARCO1
01-19-2010, 12:42 PM
and three here
You are using version 3 not version 4 upgrade to the latest version and it should working.
there was a conflict with version 3 and version 4 (i just forgot to uninstall version 3)
now it works fine!
abbasbsp
01-19-2010, 03:40 PM
MACRO1, the use of "Reply With Quote" does not work
texasteamplayer
01-19-2010, 04:00 PM
smilies gone with 4.0?
and, I'd suggest that when using a "reply with quote" you don't cause the full "reply" button on the left side to move from above to below the quick reply. makes it confusing as to which button is the "quick reply" button. most users will click on the first reply button they see after entering text into the quick reply post area.
texasteamplayer
01-19-2010, 04:07 PM
and a quick attachment link would be cool, too. people always want to add images to their posts.
james_t
01-19-2010, 05:17 PM
I installed 4.01, and when I enable this mod, all the reply buttons disappear in Quick Reply.
110457
lolo?
01-19-2010, 05:41 PM
I installed 4.01, and when I enable this mod, all the reply buttons disappear in Quick Reply.
110457
i confirm same probleme :(
MARCO1
01-19-2010, 05:56 PM
I installed 4.01, and when I enable this mod, all the reply buttons disappear in Quick Reply.
110457
That's when you reply with quote ?
now i got another error in visitor messages.
when i try to post a new visitor message i get this error:
1. Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
Version 4.00 with vBulletin 4.0.1
james_t
01-19-2010, 06:41 PM
That's when you reply with quote ?
No, it's on both, reply or reply with quote.
MARCO1
01-20-2010, 03:22 PM
No, it's on both, reply or reply with quote.
OK, Let me back to you with the new version :)
meissenation
01-20-2010, 04:58 PM
Sure seems to be hard to get this to work. It's definitely needed so I appreciate your efforts, MARCO1. Just hope we can eventually get a version that works. :)
dihuta
01-20-2010, 11:05 PM
Blog entry's display has error.
Attachs here are screenshots of enabling and disabling this mod.
Please also fix this issue with new version.
Thank you, Marco1!
MARCO1
01-20-2010, 11:16 PM
Yes Guys, This kind of Mods takes a long time to get it work. Also there is somethings in vBulletin 4 coding not 100% compatible with the new add-ons.
meissenation
01-21-2010, 12:02 AM
Don't worry, Marco - yours is the only mod for this and once you get it working I'm sure we'll all be on board. :)
I find an other bug :(
If I install this mod, I can't see in profil about me, etc. With this mod can't change the tabs :(
Hall of Famer
01-23-2010, 12:39 AM
This sucks, got me a stupid error "Security Token".
gyaronn
01-23-2010, 10:01 AM
i have a problem when the mod runs it moves the about me and other stuff to the bottom of the page
https://vborg.vbsupport.ru/external/2010/01/22.png
RedFoxy
01-23-2010, 12:23 PM
I've the following troubles (vb suite 4.0.1):
- Limit character: I used it at 2 chars but every user give the error about message lenght, I tried to disable it but QR always say that I must insert "more than 1 char"
- If i try to use multi quote system, when I click on reply I goes to the advanced one
MARCO1
01-23-2010, 04:14 PM
I've the following troubles (vb suite 4.0.1):
- Limit character: I used it at 2 chars but every user give the error about message lenght, I tried to disable it but QR always say that I must insert "more than 1 char"
- If i try to use multi quote system, when I click on reply I goes to the advanced one
You are using version 2 and this is version 4 please upgrade your product first.
RedFoxy
01-24-2010, 01:19 PM
Hi!
I upgraded to lastes version and it seen to goes... But if i use "Reply with quote" I don't see the buttons to send the message
http://img229.imageshack.us/img229/2580/nobuttons.png (http://img229.imageshack.us/i/nobuttons.png/)
abdulbasitsaeed
01-24-2010, 03:34 PM
Just an FYI This breaks the profile pages on my forum. Ive Attached the SS's if it helps. It is only happening with Advanced Quick Reply on, Advanced Quick Edit is working as intended.
If i could get some donations coming into my own forum this month id hook ya up Marco. If somthing comes in ill be sure to shoot ya something for your continued efforts on this product.
I am only trying to help MARCO, and wanted to confirm this problem. I am using 4.0.1 and am facing exactly this same issue. Disabled the mod for the time being.
For screenshot, see the quoted post by VonDoom above please.
RedFoxy
01-24-2010, 03:50 PM
another bug:
In user profile in the visitor messages, all visitor's messages ara shifted down:
With plugin actived:
https://vborg.vbsupport.ru/ (http://img532.imageshack.us/i/withplugin.png/)
Without plugin:
https://vborg.vbsupport.ru/ (http://img714.imageshack.us/i/withoute.png/)
RedHacker
01-24-2010, 04:00 PM
Why put the previous version...?
I find an other bug :(
If I install this mod, I can't see in profil about me, etc. With this mod can't change the tabs :(
another bug:
In user profile in the visitor messages, all visitor's messages ara shifted down:
With plugin actived:
http://img532.imageshack.us/img532/72/withplugin.png (http://img532.imageshack.us/i/withplugin.png/)
Without plugin:
http://img714.imageshack.us/img714/9336/withoute.png (http://img714.imageshack.us/i/withoute.png/)
I have the same problem
saadessa
01-24-2010, 06:33 PM
thank you installed
JAFRI
01-25-2010, 03:55 AM
Very good Marco1,,, but Smilies tool ???
almannai
01-25-2010, 09:39 AM
Thanks MARCO1
very nice
albrens
01-26-2010, 03:05 AM
MARCO1,
I'm waiting for a next version.
Thanks
saadessa
01-26-2010, 06:30 PM
thank you for this great hack
Toni3055
01-26-2010, 09:46 PM
I have 4.0.1 and this doesn't work for me. It does nothing, literally. No errors that I can see, but no changes, either. Quick Reply is the same as always. I have Lynne's Move Smilies Below installed, however, so I'm not sure if that could be affecting my results. Just thought I'd let you know. It's a great mod and I'd love to have it someday. Thanks, Marco!
crazyace
01-26-2010, 11:44 PM
This really hosed my forums. even if uninstall/disable the mod, I can't fix the forums. This is the only MOD I had installed too :(
GeorgeB85
01-27-2010, 12:54 PM
Marco1:
There is a bug in this plugin. When installed, it messes up the "visitor messages" and the "about me" sections of the user profiles. I have deleted the plugin for now, till this bug is fixed.
MARCO1
01-28-2010, 01:54 PM
New version has been released.
GeorgeB85
01-28-2010, 02:04 PM
Thanks a lot marco1 for fixing the bugs. Going to reinstall now!
texasteamplayer
01-28-2010, 02:25 PM
installed again. thanks.
MARCO1
01-28-2010, 02:27 PM
installed again. thanks.
Great! Let me know if you see any other issue so I can fix it again :up:
GeorgeB85
01-28-2010, 02:30 PM
Another thing that would be cool is to be able to add smilies.
MARCO1
01-28-2010, 02:34 PM
Another thing that would be cool is to be able to add smilies.
Yes, That's in my notes for the next version however I was hurry to fix this version and release it ASAP, You didn't know what's the number of PM's that's I had received it for updating this Mod :D
GeorgeB85
01-28-2010, 02:49 PM
I can only imagine lol. Look forward to the next release!
thanks, I try it again ;)
Toni3055
01-28-2010, 04:15 PM
Thanks for the updated version, Marco. It works, but only if Lynne's Smiley mod is disabled/uninstalled. The last version probably would have worked if I'd thought to do that. So I've gotta 103rd the requests for smilies. Great mod, but it shouldn't be a trade-off.
And patience is [supposed to be] a virtue.
{looking virtuous] Pencil me in as waiting for the next one, too.
SABRSox
01-28-2010, 07:04 PM
The "reply" button seems to do the exact same thing as the "quick reply" button now.
Skreech94
01-28-2010, 07:42 PM
Much much much better without the bugs of the previous version. A member showed me their profile on the old version and the Visitor Messages were screwed up so I had to uninstall. But thank you very much for fixing it! Works great.
MARCO1
01-28-2010, 07:54 PM
Much much much better without the bugs of the previous version. A member showed me their profile on the old version and the Visitor Messages were screwed up so I had to uninstall. But thank you very much for fixing it! Works great.
Since you are using it now, So click again on mark as installed :D
balkanboy
01-28-2010, 08:53 PM
thanks for the fixes re-installed hope it all goes well after the 4.0.2 update lol :P
mrsbuzzy
01-28-2010, 11:47 PM
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.
RedFoxy
01-29-2010, 12:14 AM
looks really better but... no smiles icons?
Juggernaut
01-29-2010, 02:02 AM
Works great, thank you. :)
homanhtruong
01-29-2010, 02:21 AM
I've waited it for a long time. Very Excellent. Good Job. Thanks.:P
Hasanudin
01-29-2010, 02:35 AM
yes!
this version worked for me!
thx marco1
lolo?
01-29-2010, 03:04 AM
Very nice thanks for update :)
RedHacker
01-29-2010, 06:06 AM
Are have smilies in quick reply?
Extra PC
01-29-2010, 07:54 AM
perfect MARCO
but center - left - right not working
MARCO1
01-29-2010, 08:52 AM
Thanks All, a new version will release with 4.0.2 It will include full control and smiles box :)
perfect MARCO
but center - left - right not working
That's Doesn't happen with anyone here in vb.org, Can you send PM To me with admin test member.
Are have smilies in quick reply?
That's an bug fixes release, the smiles box will be in the next version "When vb4.0.2 release"
RedHacker
01-29-2010, 08:53 AM
That's an bug fixes release, the smiles box will be in the next version "When vb4.0.2 release"
Thanks MARCO1 i will waiting....
MARCO1
01-29-2010, 11:56 AM
You are welcome.
New version works great!, Thanks Man.
Installed and nominated.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.