PDA

View Full Version : Show Thread Enhancements - Full Quickreply Toolbar ( without install any plugin )


Hamednet
08-30-2008, 10:00 PM
Hi Dears ,

This allows you have font choice; allignment; and more... in quick reply box

for more info see attachment file

https://vborg.vbsupport.ru/external/2008/08/2.jpg (https://vborg.vbsupport.ru/attachment.php?attachmentid=86334&d=1220189823)Installation Instructions:

Log into your admincp --> Styles & Templates --> Search in Templates --> Choose your style --> Find showthread_quickreply in template -- > Edit, clear all and Replace with


<if condition="$show['editor_toolbar']">
<div id="{$editorid}_controls" class="controlbar">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.gif" width="21" height="20" alt="$vbphrase[remove_text_formatting]" /></div></td>
<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="$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 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 condition="$show['color_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.gif" width="21" height="16" alt="" /><br /><img src="$vboptions[cleargifurl]" id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
<td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
</if>
<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 condition="$show['attach']">
<td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_editor]/attach.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>
<!--
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.gif" width="21" height="20" alt="$vbphrase[cut]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.gif" width="21" height="20" alt="$vbphrase[copy]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.gif" width="21" height="20" alt="$vbphrase[paste]" /></div></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>
<td width="100%">&nbsp;</td>
<if condition="is_browser('ie') AND !is_browser('mac')">
<td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
</if>
<td>
<div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.gif" width="21" height="9" alt="$vbphrase[decrease_size]" /></div>
<div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.gif" width="21" height="9" alt="$vbphrase[increase_size]" /></div>
</td>
<if condition="$show['wysiwyg_compatible']">
<td><div class="imagebutton" id="{$editorid}_cmd_switchmode"><img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" /></div></td>
</if>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<if condition="$show['basic_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.gif" width="21" height="20" alt="$vbphrase[bold]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.gif" width="21" height="20" alt="$vbphrase[italic]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.gif" width="21" height="20" alt="$vbphrase[underline]" /></div></td>
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</if>
<if condition="$show['align_bbcode']">
<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>
<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 condition="$show['align_bbcode'] OR $show['list_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>
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</if>
<if condition="$show['url_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_unlink"><img src="$stylevar[imgdir_editor]/unlink.gif" width="21" height="20" alt="$vbphrase[remove_link]" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_email"><img src="$stylevar[imgdir_editor]/email.gif" width="21" height="20" alt="$vbphrase[insert_email_link]" /></div></td>
</if>
<if condition="$show['img_bbcode']">
<td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.gif" width="21" height="20" alt="$vbphrase[insert_image]" /></div></td>
</if>
<if condition="$show['quote_bbcode']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</if>
<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 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 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>
</tr>
</table>
</div>
</if>
<div class="controlbar">
<if condition="$show['qr_require_click']">
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
<else />
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
</if>
</div>

<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
<input type="hidden" name="styleid" value="$session[styleid]" />

<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
var QR_EditorID = '$editorid';
//-->
</script>

your welcome

UGA
08-31-2008, 01:40 PM
thanks friend.http://qsmile.com/qsimages/36.gif

MCAlexandre
08-31-2008, 01:42 PM
Very cool. :D
And where did you get those stylish buttons for you editor?

UGA
08-31-2008, 01:52 PM
it's very old button https://vborg.vbsupport.ru/external/2008/08/1.gif

MCAlexandre
08-31-2008, 02:06 PM
it's very old button http://qsmile.com/qsimages/297.gif
Really? They seem very new. For example, the buttons from the editor here in vB.org are older than the ones in that screenshot. :erm:

lucky51
08-31-2008, 02:22 PM
thanks i m only code tag add on my quick reply

FLMom
08-31-2008, 02:25 PM
Thanks! Installed :D

Allan
08-31-2008, 03:08 PM
h?h?, it's simple, good job ;)

bokmade
09-01-2008, 04:23 AM
Thanks, Installed ..

eTiKeT?
09-01-2008, 04:25 AM
Thanks :D Installed

sambalis
09-01-2008, 12:02 PM
Installed and...working!!
Thanks!

ndut
09-02-2008, 08:52 AM
thanks, installed on ver. 3.7.3

chjp
09-05-2008, 07:08 AM
Thank you.

sunnylikbeckham
09-07-2008, 11:50 AM
thanks man i needed that as i disabled all plugins via config
so only template edits mods can help me

Justin Murad
09-09-2008, 11:26 AM
<i>CooL... Thank you. xD
</i>

FTAALPHA
09-11-2008, 01:44 AM
thanks, installed and works and looks nice (good job)

Fireproof
09-11-2008, 02:29 AM
Nice one!

*installed*

kingvillain
09-11-2008, 12:47 PM
Exactly what I needed, installed thankyou

mastertek2000
09-11-2008, 11:51 PM
thanks this is great any way to put attachment button there 2

Hamednet
09-26-2008, 08:03 PM
your wellcome dears

thanks this is great any way to put attachment button there 2

I am working about it

Adam21
09-26-2008, 11:48 PM
To add custom bbcodes onto it,add the following after the php_bbcode codes in the showthread_quickreply template too

<if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if>

Swastik
09-27-2008, 12:29 AM
Great! Thanks a lot :)

djrapid.com
09-28-2008, 02:35 AM
Does this also change the visitor message box?

Brandon Sheley
09-28-2008, 04:52 AM
nice template edits :)

Hamednet
09-30-2008, 02:10 PM
To add custom bbcodes onto it,add the following after the php_bbcode codes in the showthread_quickreply template too

<if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
$vBeditTemplate[extrabuttons]
</if>
thanks you
Does this also change the visitor message box?

no, for visitor message box need edit this codes

albrens
09-30-2008, 05:40 PM
Thank you :)

baghdad4ever
10-03-2008, 07:33 AM
thanks

very good job

installed

imported_ESCal
10-03-2008, 12:30 PM
Can we get the smilies button on there too? :)

mohammadxxx
10-06-2008, 09:26 AM
hi

I install this mod , but my menu (font - size - color - smilies) notworking !

I uploaded an image to show you this problem .

sorry for my bad english

baghdad4ever
10-06-2008, 07:03 PM
Can we get the smilies button on there too? :)

yes please

add smilies

to be completed:D

mastertek2000
10-07-2008, 09:47 AM
your wellcome dears



I am working about it

did you find out how to do this

Hamednet
10-09-2008, 05:58 AM
Can we get the smilies button on there too? :)

You can install Show Smilies in Quickreply (https://vborg.vbsupport.ru/showthread.php?t=134135&highlight=smilies)

hi

I install this mod , but my menu (font - size - color - smilies) notworking !

I uploaded an image to show you this problem .

sorry for my bad english

dear ?

you have put that code in header or chatbox ?!! :confused:

beacase I see search and Quick Links menu in pic

did you find out how to do this

a few

mastertek2000
10-10-2008, 01:43 PM
a few

thanks

Hamednet
10-22-2008, 03:37 PM
thanks
((( :D )))

proudgreenyin
10-25-2008, 11:02 AM
installed this and show smilies. thanks for all your hard work m8

IIAnDoII
10-27-2008, 08:38 PM
nice post but i just want to add a code button can you help me

mac-warez
11-01-2008, 11:00 PM
mine keeps giving me an error that says im missing an <if> tag. then my quick reply doesnt show up

stickskills
11-03-2008, 10:39 AM
Nevermind, I see the above post. Thanks!

abdobasha2004
11-05-2008, 06:15 PM
this may cause un wanted load on server

rockylinux
11-12-2008, 05:34 AM
nice post but

You can add a quick replay, attach files

without pluing

thanks ..

SHalliday
11-26-2008, 08:35 PM
I was also wondering about "attach files". Maybe I missed it. Is it included in the quick reply box as well or is there some way it can be added?

SloppyGoat
01-21-2009, 09:02 PM
This messed up a lot of things in 3.8.0 for me. Apparently, it's not compatible.

killa seven
01-22-2009, 02:51 AM
Didn't work for me at all, is there a chance that highly customized styles could throw this off?

josef1
02-11-2009, 07:42 PM
any chance to be used on 3.8

NumaNK
07-20-2009, 06:59 PM
Installed and...working!!
Thanks!

Jd19
03-03-2010, 05:03 PM
Anything like this for vb4 ?

soundbarrierpro
03-05-2010, 05:45 PM
Thank you. Good job

Daisyboo
03-10-2010, 10:00 AM
Could someone post the code I need to look for to add my custom bbcodes please?

Never mind I found it :)