How can i add a new bbc buton in the quick reply?
Quick Reply doesn't have any BBcode buttons on it in the first place. =T
There's a quick reply enhance mod for 1.1.4, Check this out.
http://custom.simplemachines.org/mods/index.php?mod=883
Quote from: JohnyB on March 27, 2008, 06:21:47 PM
There's a quick reply enhance mod for 1.1.4, Check this out.
http://custom.simplemachines.org/mods/index.php?mod=883
I have this but i want to add a new bbc buton (hide tag buton)...
I have it but I haven“t got this place for text
(http://i25.tinypic.com/2dj2s9e.jpg)
how can I do it?
Can someone help me please?
ok find this in Display.template.php
Quote<input type="hidden" name="num_replies" value="', $context['num_replies'], '" />
before this past this
Quote<a href="javascript:void(0);" onclick="surroundText(\'[hide]\', \'[/hide]\', document.forms.postmodify.message); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/hide.gif" alt="Left" title="Left" style="margin: 1px 2px 1px 1px; background-image: url(' . $settings['images_url'] . '/bbc_bg.gif);" align="bottom" border="0" /></a>
past hide.gif and bbc_bg.gif file in main images dir ur problem will solved ;)
Quote from: blarejazi on April 03, 2008, 12:08:13 PM
ok find this in Display.template.php
Quote<input type="hidden" name="num_replies" value="', $context['num_replies'], '" />
before this past this
Quote<a href="javascript:void(0);" onclick="surroundText(\'[hide]\', \'[/hide]\', document.forms.postmodify.message); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="' . $settings['images_url'] . '/hide.gif" alt="Left" title="Left" style="margin: 1px 2px 1px 1px; background-image: url(' . $settings['images_url'] . '/bbc_bg.gif);" align="bottom" border="0" /></a>
past hide.gif and bbc_bg.gif file in main images dir ur problem will solved ;)
tnx but i Have this
I need this "textbox"jet
(http://i25.tinypic.com/2dj2s9e.jpg)
Do you know how can I do it?