The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I need a modification for my vBullettin 3.6.2 that allow me to create custom tags used by the users to create smilies with a custom text in the smile image.
For example if the user insert the tags [tagname]Hello World![/tagname] the smile should have the "Hello World!" text Example: ![]() Thank you :P |
|
#2
|
||||
|
||||
|
It's a bbcode tags?
|
|
#3
|
|||
|
|||
|
Yes, i need a custom bbcode tag!
|
|
#4
|
||||
|
||||
|
Title = Sign
Tag = sign Replacement= Code:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="background-color: White; border: 1px solid
Black; padding: 1px;"><normalfont>{param}</normalfont></td>
</tr>
<tr><td align="center">
<img src="the path to the attatched image will be placed here automatically" alt="" border="0">
</td></tr>
</table>
Description = Create a custom sign holding smilie for your post! |
|
#5
|
|||
|
|||
|
Thank you! It works!
|
|
#6
|
||||
|
||||
|
Glad to help
|
![]() |
|
|