The Arcive of vBulletin Modifications Site. |
|
Add HTML Tag In Quick Reply Details »»
|
|||||||||||||||||||||||||
What does this hack do? : This will give you a HTML tag (
) in your quick reply box!In showthread_quickreply Find Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> Code:
<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>
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
hii
need screen shot plz |
|
#3
|
|||
|
|||
|
Added! , Check Now
|
|
#4
|
|||
|
|||
|
There are about 5 instances of the lines to search for. Which one do we add it to?
|
|
#5
|
|||
|
|||
|
Add it anywhere
|
![]() |
|
|