The Arcive of vBulletin Modifications Site. |
|
Add Code Tag In Quick Reply Details »»
|
|||||||||||||||||||||||||
What does this hack do? : This will give you a code 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> Add Under it Code:
<!--- 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 --->
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
there'r 6 place hav
Quote:
|
|
#3
|
|||
|
|||
|
Put it any where
|
|
#4
|
|||
|
|||
|
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?)
|
|
#5
|
|||
|
|||
|
What is the spolier tag?
|
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
|||
|
|||
|
You cant add that tag with this system!
|
|
#8
|
|||
|
|||
|
Ah ok - thanks for the reply!
|
|
#9
|
|||
|
|||
|
I used this tag .. but it appeared like this
![]() i'd like to have this tag at the left side of the editor , What should I do ? |
|
#10
|
|||
|
|||
|
Good mod
![]() Thanks! |
![]() |
|
|