PDA

View Full Version : Add-On Releases - Quick Reply / Quick Edit Toolbars


TrucLinh
01-07-2009, 10:00 PM
Quick Reply / Quick Edit Toolbars


Product features


. Show Smilies, Font BB Code, Allignment BB Code, and more...

. Quick Reply \ Quick Edit Control Panel, easy to change (Show or Hide) options.

. Install quickly and easily with only one template to modify (for now).


Screenshots


http://img134.imageshack.us/img134/6676/qrtoolbarstu8.gif

http://img249.imageshack.us/img249/6239/qreplytoolbarsyc6.gif

http://img301.imageshack.us/img301/7647/qetoolbarsee4.gif

http://img229.imageshack.us/img229/8682/qedittoolbarsbn6.gif


Modify templates (1 template, for Quick Edit)

. Open postbit_quickedit template, (no mod install)
_Open the text-code file, then copy and paste... into your templatechange.template(postbit_quickedit)with.thi s.txt
OR...

. Open postbit_quickedit template, Find: (with mod install) $vbphrase[remove_text_formatting]" /></div></td>. Below add
<if condition="$vboptions[quickedit_active]"><!-- quick edit toolbars --><if condition="$show['font_bbcode'] OR $show['size_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</if>
<if condition="$vboptions[qe_font_bbcode]"><if condition="$show['font_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if></if>
<if condition="$vboptions[qe_size_bbcode]"><if condition="$show['size_bbcode']">
<td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if></if>
<if condition="$vboptions[qe_align_bbcode]"><if condition="$show['align_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$stylevar['textdirection'] == 'ltr'">
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
<else />
<td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.gif" width="21" height="20" alt="$vbphrase[align_right]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.gif" width="21" height="20" alt="$vbphrase[align_center]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.gif" width="21" height="20" alt="$vbphrase[align_left]" /></div></td>
</if>
</if></if>
<if condition="$vboptions[qe_list_bbcode]"><if condition="$show['align_bbcode'] OR $show['list_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</if>
<if condition="$show['list_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.gif" width="21" height="20" alt="$vbphrase[ordered_list]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.gif" width="21" height="20" alt="$vbphrase[unordered_list]" /></div></td>
</if></if>
<if condition="$show['align_bbcode'] OR $show['list_bbcode']">
<if condition="$vboptions[qe_indent_bbcode]"><if condition="$stylevar['textdirection'] == 'ltr'">
<td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
<else />
<td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.gif" width="21" height="20" alt="$vbphrase[decrease_indent]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.gif" width="21" height="20" alt="$vbphrase[increase_indent]" /></div></td>
</if></if>
</if><!-- quick edit toolbars --></if>. Next in the same template, Find:$vbphrase[wrap_quote_tags]" /></div></td>. Below add
<if condition="$vboptions[quickedit_active]"><!-- quick edit toolbars --><if condition="$show['code_bbcode'] OR $show['html_bbcode'] OR $show['php_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[qe_code_bbcode]"><if condition="$show['code_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.gif" width="21" height="20" alt="$vbphrase[wrap_code_tags]" /></div></td>
</if></if>
<if condition="$vboptions[qe_html_bbcode]"><if condition="$show['html_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.gif" width="21" height="20" alt="$vbphrase[wrap_html_tags]" /></div></td>
</if></if>
<if condition="$vboptions[qe_php_bbcode]"><if condition="$show['php_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.gif" width="21" height="20" alt="$vbphrase[wrap_php_tags]" /></div></td>
</if></if>
</if>
<if condition="$vboptions[qe_wysiwygsmilies]"><if condition="$show['wysiwygsmilies']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/smilie.gif" alt="" width="21" height="20" /></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if></if>
<if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
<td width="100%">&nbsp;</td>
<if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if></if><!-- quick edit toolbars --></if>

. Save your template.

. Enjoy!

Version [3.7.x] Quick Reply / Quick Edit Toolbars (https://vborg.vbsupport.ru/showthread.php?t=201017) [v1.0.0.jan]


Install Update Notes:
_uninstall, then install new update.
_edit your template, then update new template show about.

Update Notes: (1)

_adds Quick Edit Control Panel
_adds Quick Reply Control Panel
_adds auto-template (3) 'quickreply_disablesmilies, quickreply_a_toolbars, quickreply_b_toolbars'
_adds edit-template (1)
_clean-up code and template
_changes plugin title and phrase name



TrucLinh

TrucLinh
01-08-2009, 12:45 AM
notifications

Daniel_HBK
01-08-2009, 10:15 PM
Cool , installed ..

God bless u :)

mrcake
01-10-2009, 02:17 AM
Wow, this rocks! Thanks so much for building. :)

AnnieZC
01-12-2009, 10:20 PM
Looks great :)
Will this work with 3.8.0??

obmob
01-14-2009, 12:56 AM
interesting, will keep track of this one :p

yingzhou
01-14-2009, 07:27 AM
update for 3.8. Cheers TrucLinh & QNhu.

JorgeX
01-14-2009, 07:36 PM
Im kinda lost... need better instructions to install :(

JorgeX
01-14-2009, 07:39 PM
invalid file type for style.xml

msu2k
01-15-2009, 12:42 PM
I'm getting this error on the bottom of my pages:
Uncached templates: newpost_disablesmiliesoption (1)

TrucLinh
01-15-2009, 01:10 PM
Im kinda lost... need better instructions to install :(invalid file type for style.xml
Use [Add\ Import Produst] like other mods, you may open one of your template to input extra code or use my other xml files style include in zip file (I'm export from my style), please take some times to learn 'how to' by read your VBULLETIN_MANUAL to control your forum.

I'm getting this error on the bottom of my pages:
Uncached templates: newpost_disablesmiliesoption (1)Open product-QREToolbars.xml find,... add the line in red color
'quickreply_disablesmilies',
'newpost_disablesmiliesoption',only add this if you use 'microstats'
hey, cache it will take-up some of your mem. on your sys. to run 'only cache things you needed'

msu2k
01-15-2009, 01:34 PM
Thanks!

AMailer
01-16-2009, 04:04 AM
Think you could add a quick way to close/sticky threads?

carubmun
01-16-2009, 06:38 AM
Ok.
So we have two xlm files.
I installed the one that did not say "style".
I got two different entries in my vbulletin options though.
One for quick reply toolbar, and one for quick edit toolbar.
I enabled both, and now there is stuff overflowing outside of my quick reply box.
Im sure its no problem to fix.... just that the instructions are difficult to understand for most.
Which would not be as much of a problem if there was some better explanation of the contents of this plugin.

Im sure the plugin is great and everything needed is there... its just a little difficult to get through the language barrier.

But nice plugin either way.

belmacha
01-16-2009, 02:34 PM
Thanks for this.. Working just fine ! :)

talkncaasports
01-19-2009, 07:12 AM
Ok.
So we have two xlm files.
I installed the one that did not say "style".
I got two different entries in my vbulletin options though.
One for quick reply toolbar, and one for quick edit toolbar.
I enabled both, and now there is stuff overflowing outside of my quick reply box.
Im sure its no problem to fix.... just that the instructions are difficult to understand for most.
Which would not be as much of a problem if there was some better explanation of the contents of this plugin.

Im sure the plugin is great and everything needed is there... its just a little difficult to get through the language barrier.

But nice plugin either way.

From what I can tell you do not need to upload the "Style" xml file. I didnt, and it works fine for me.
Also, to stop things from overflowing, as you called it, then turn off some of the features that can be used. Features like HTML BB Code, Code BB Code, PHP BB Code, Alignment BB Code, etc.

kral_efe
01-27-2009, 09:34 PM
Thanks.........;);)

Il Pompa
01-27-2009, 10:28 PM
Installed and nominated for MOTM:up:
It's a very good product but unfortunately the vbulletin's blog displays like this:
http://img264.imageshack.us/img264/407/bloglt2.png
Can you help me to solve this problem?:D

TrucLinh
01-28-2009, 12:20 AM
. Go to Style Manager > click button [Go] > look for 'Sizes and Dimensions'
_find 'Blog Form Width (pixels) ' see picture... change to...

http://img98.imageshack.us/img98/2889/bogpxtg2.gif

Il Pompa
01-30-2009, 12:42 AM
Infinitely thanks you were very kind!

Why the smilies does not appear in blog? Can you help me to solve this problem?:up:
Also in guest's messages does't appear nothing:(

rapidphim
02-05-2009, 05:22 PM
awesome work. this hack is not conflict with the mViet keyboard... great work!

Sc00by22
02-05-2009, 09:37 PM
Works great, thanks, I added more BB Codes from the AdminCP and now they are longer then the quick reply box, how can I make it wider?

ocer_coc
02-06-2009, 01:46 AM
bạn này ở VN hả ?

are you from VN?

TrucLinh
02-07-2009, 04:23 AM
Infinitely thanks you were very kind!

Why the smilies does not appear in blog? Can you help me to solve this problem?:up:
Also in guest's messages does't appear nothing:(working on it... :)

Works great, thanks, I added more BB Codes from the AdminCP and now they are longer then the quick reply box, how can I make it wider?. Go to Style Manager > click button [Go] > look for 'Sizes and Dimensions'
_find 'User Control Panel Message Area Width (pixels) ' [ 380px ] change to [ 480px ]

awesome work. this hack is not conflict with the mViet keyboard... great work! .................. :)

bạn n?y ở VN hả ?

are you from VN?Yes, long times, but not now...

Q.Nhu

rapidphim
02-09-2009, 10:46 PM
<span style="text-decoration: line-through">Can you please guide how to adjust the editor box for Blog?</span>

Edit: I found the solution from above thread. Thanks.

Forum Lover
02-18-2009, 10:23 AM
will it work for vB bLog too?

rapidphim
02-18-2009, 02:20 PM
will it work for vB bLog too?

Yes, it does work on blog and PM too.

gmerin
02-20-2009, 01:18 AM
Lets see if i got this correctly:

(1) Go to AdminCP, then to Plugins & Products, then Manage Products, then
(2) Add/Import Product file product-QREToolbars.xml
(3) Go to Styles & Templates, then to Download / Upload Styles, then
(4) Import Style XML File QREToolbars-style.xml
a. Merge Into Style - pick any existing style
b. Select (click checkbox) Ignore Style Version
(5) press Import button

did i get it right?

rapidphim
02-20-2009, 03:15 AM
gmerin: what are you trying to do?

AteNa
03-05-2009, 01:58 PM
Thanks , installed ..

AteNa

khalagh
04-04-2009, 02:27 PM
thank you ver.............................................

supLaditOz
04-04-2009, 09:17 PM
QUOTE is not working anyone can help me?

when im trying to use im getting a pop up says " The message you have entered is too short. Please lengthen your message to at least 10 characters. "

Edit Never mine i fixed it :)

Thanks Installed.

Feanor_87
04-04-2009, 11:56 PM
Installed and working perfectly, thanks!! :)

RL714
04-06-2009, 02:56 PM
Hi, when i Import Product QREToolbars-style.xml the error msg >>> Invalid File Specified why is that TrucLinh ? thanks for the mods

HardForum
04-23-2009, 08:49 AM
How to change positions of disabling smilies checkbox and quoting message checkbox?

nando99
06-04-2009, 02:42 AM
quick edit works fine but i see nothing happen on the quick reply....

the Disable smilies in text and Quote message in reply? check boxes popped up but thats it, no tool bar...

i installed it, activated it, did the edits and uploaded/merged the style xml file and nothing...

P?ŋĭsЋ?я
06-04-2009, 04:44 AM
Thanks installed...:)

down.low
06-18-2009, 04:22 AM
Thanks for the mod, love it. I was wondering, how do put
$vboptions[qe_extrabuttons](all the extra buttons), Into a pop-up box like you did for the moods, I think I'd have to edit:


<if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
<td width="100%">&nbsp;</td>
<if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if></if>

but I dont know what I would need to change it to to make it work....Could you please help me if you have the time, or if you could point me in the right direction it would be greatly appreciated.


http://i472.photobucket.com/albums/rr88/ps_auction/extras.jpg

RedHacker
06-18-2009, 10:27 AM
Install this mod and import only product-QREToolbars. What doing other xml. ? Must editing templates?

down.low
06-18-2009, 10:38 AM
Install this mod and import only product-QREToolbars. What doing other xml. ? Must editing templates?


Me?


If so, I didn't install the style.xml- I only installed the main product. All the other icons shown in the picture I posted are BB Codes to embed videos from those websites shown, youtube and ect.. I'm trying to put the "Extra buttons" into a pop-up menu like the mod-maker did for the smilie box.

down.low
06-22-2009, 02:21 PM
Could someone please help me out if at all possible?

NLP-er
06-22-2009, 06:33 PM
Use [Add\ Import Produst] like other mods, you may open one of your template to input extra code or use my other xml files style include in zip file (I'm export from my style), please take some times to learn 'how to' by read your VBULLETIN_MANUAL to control your forum.

It's not about VBULLETIN_MANUAL - it's about plugin package. Sometimes I download several plugins and then install - You have no instructions at all. I see product - ok I can install product. But there is also some style file - should I install it. Will it work without it? And on this page is instruction that it is also needed to update template... It could be done better.

I have one question - I installed product, but no style - it works, so what for this style is?

down.low
06-23-2009, 04:01 AM
Thanks for the mod, love it. I was wondering, how do put
$vboptions[qe_extrabuttons](all the extra buttons), Into a pop-up box like you did for the moods, I think I'd have to edit:


<if condition="$vboptions[qe_undoredo]"><td><td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.gif" width="21" height="20" alt="$vbphrase[undo]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.gif" width="21" height="20" alt="$vbphrase[redo]" /></div></td></if>
<td width="100%">&nbsp;</td>
<if condition="$vboptions[qe_extrabuttons]"><if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if></if>but I dont know what I would need to change it to to make it work....Could you please help me if you have the time, or if you could point me in the right direction it would be greatly appreciated.


http://i472.photobucket.com/albums/rr88/ps_auction/extras.jpg


Has anyone fixed this issue yet,........?

ShackMaster
06-27-2009, 03:11 PM
I agree... this appears to be a great hack, but the install instructions are lacking big time.

First of all, your instructions insinuate that only one template mod needs to be done and then we can:

. Save your template.

. Enjoy!




There is no enjoyment after making the template edit because the hack does not work if this is all that is done.

There are no instructions to download any files.

There are no instructions on what to do if the download files are downloaded, assuming most people will figure out the files need to be downloaded. Someone new to this will most likely not know.

down.low
06-28-2009, 07:59 PM
I agree... this appears to be a great hack, but the install instructions are lacking big time.

First of all, your instructions insinuate that only one template mod needs to be done and then we can:

. Save your template.

. Enjoy!




There is no enjoyment after making the template edit because the hack does not work if this is all that is done.

There are no instructions to download any files.

There are no instructions on what to do if the download files are downloaded, assuming most people will figure out the files need to be downloaded. Someone new to this will most likely not know.

This thread owner doesn't even care- I don't think.

down.low
07-07-2009, 12:11 AM
Will someone mark this thread as unsupported?- no one will even help the slightest lil' bit.

RedHacker
08-07-2009, 08:23 AM
http://img527.imageshack.us/img527/2786/71912721.jpg

How to fix two lines to one line....?

Sador
08-08-2009, 12:58 PM
Interesting hack, but it does seem to have some troubles, so I'm gonna wait with installing it.

RedHacker
08-12-2009, 05:34 PM
Why my original smilies not display....?

wii
08-22-2009, 12:12 PM
Seems to work without the changing the template manually ?

Zaki Shafqat
08-22-2009, 08:32 PM
i don't know why but i am having 2 Hide codes and 2 Hide Reply codes, whatever extra bbcode i activate i get two?

Please help how can i see only 1?

RedHacker
08-25-2009, 06:41 AM
Uninstall it is bug.....

compact123
11-21-2009, 04:36 PM
Hi there :)

I'm sure that along with many other fans of this modification, I was wondering if you would be updating this plugin for the new version 4 of vBulletin? It would be great to have such a nice mod continue. thanks sir :O

The Smoking Gun
11-29-2009, 05:11 PM
I too am having the overflowing buttons problem and have been trying to cause that long line to wrap at the right point but have not had as predictable responses as expected, can anyone advise, based on both the edits offered here and the regular template for these reply boxes, as to how to insert line breaks or cause it to wrap at a specific width to keep it inside the boxes?

I hear a number of people complaining about there being no support, but see the Author has responded to many issues with solutions, and unless people read through all these posts or searches the thread for relevant information, I wouldn't complain about someone offering such complex work and extensibility to your vB forums for free, considering once it is working properly, your members will be VERY grateful to you for having installed it. So give the author a chance, he has been here until October, so if someone becomes unavailable it could be for any number of personal reasons, and possibly any kind of medical family or other type of emergency occupying their time.

It is also possible this author was not to thrilled about some new changes that have taken place and is no longer using vB themselves so why should they continue support here?

So there are any number of possibilities and we should be thankful for the hack, and be patient and try testing different means on getting the output you would llike, after all it is only "code", you going to let that get the better of you rather than keeping a mock install with a post and member database to fiddle with the hack's code and the style issues/conflicts, and maybe someone will be able to solve this for most of us in some time, after all there "IS" a bb code explanation/use page that could be linked to for "more" bb code options that won't fit in the QR toolbars.

Waiting patiently while trying alternative solutions, that will be shared if I am successful!

Truthfully, I did not find the instructions on this mod page, at all difficult to understand, except for the gray area about the stlye.xml use.

That I'll give you could have been better addressed!

TSG!

Hell Bomb
12-01-2009, 10:16 PM
where is the change.template(postbit_quickedit)with.this.txt

longgsm
06-30-2010, 06:58 AM
Quick Close thread?

Hellmaster
06-30-2010, 01:21 PM
Installed, nothing to modify (I don't want the Quick Edit Option) and works perfect.

THANX

gamerzhut
04-11-2011, 10:09 AM
Works like a charm. Installed & Thank you :)

gabrielt
08-12-2013, 03:53 PM
It works. It took me a while to understand that there are two configurations, "quick reply" and "quick edit"...

JUST DON'T IMPORT THE FILE QREToolbars-style.xml; IT WILL DELETE ALL YOUR CUSTOMIZATIONS.