The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link to this thread
Hello,
How to make function "Link to this thread" example : http://www.vbulletinzone.com/t236/ Please, learn me step after step |
#2
|
|||
|
|||
Put this in you postbit
Change your-domein.com to your own url Code:
<if condition="$post[postcount] == 2"> <table cellspacing="0" cellpadding="5" border="0" width="100%"> <tr> <td class="smallfont" style="color: #fff; font-weight: bold; text-align: center; vertical-align: middle;">Link To This Thread: <input type="text" name="link" value="http://www.your-domein.com/showthread.php?$session[sessionurl]p=$post[postid]#post$post[postid]" size="50"> </td> </tr> </table> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|