PDA

View Full Version : Show Thread Enhancements - Add Code Tag In Quick Reply


Symbian Galaxy
08-03-2007, 10:00 PM
What does this hack do? : This will give you a code tag (https://vborg.vbsupport.ru/external/2009/07/3.gif) in your quick reply box!



In showthread_quickreply

Find

<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

Add Under it


<!--- Code Tag --->
<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>
<!--- Code Tag --->

Mark As Installed - If you use this hack! (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=154319) :)

vspro
08-06-2007, 06:39 AM
there'r 6 place hav
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>

???

Symbian Galaxy
08-06-2007, 08:24 AM
Put it any where :)

lostgirl815
08-07-2007, 05:50 AM
Is there any reason I couldn't add a different bbcode tag with this system, so long as I change the names and so on? (Like if I wanted to add a spoiler tag to the quick reply?)

Symbian Galaxy
08-07-2007, 08:11 AM
What is the spolier tag?

lostgirl815
08-07-2007, 08:29 AM
The code for it is on here somewhere (because that's where I got it) - basically a BbCode for a collapse table, and you put the spoiler inside it. It would be handy to be able to put some of the custom tags like that on Quick Reply.

Symbian Galaxy
08-07-2007, 10:59 AM
You cant add that tag with this system!

lostgirl815
08-07-2007, 05:16 PM
Ah ok - thanks for the reply!

ramco
08-25-2007, 08:52 AM
I used this tag .. but it appeared like this
http://i15.tinypic.com/626jome.jpg
i'd like to have this tag at the left side of the editor , What should I do ?

malag
04-18-2008, 02:36 PM
Good mod :)
Thanks!

invisiblea
04-30-2008, 10:57 PM
Thanks good one..