ThorstenA
07-31-2009, 10:00 PM
Notice: This mod uses Re-usable Code, so please feel free to port it to vbulletin 4 under your username. Thanks.
Predefined Tags
Predefined Tags are small links, for example called Mercedes:
102768
When a user clicks on this link, the thread is tagged with Mercedes.
Place this code anywhere on template SHOWTHREAD
Replace the red marked text with your tag names
Place as many of these pre defined tags as you want
<form action="threadtag.php?do=managetags&t=$threadid" method="post">
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="do" value="managetags" />
<input type="submit" class="button" value="Mercedes" />
<input type="hidden" name="taglist" id="tag_add_input" value="Mercedes" />
</form>
Predefined Tags
Predefined Tags are small links, for example called Mercedes:
102768
When a user clicks on this link, the thread is tagged with Mercedes.
Place this code anywhere on template SHOWTHREAD
Replace the red marked text with your tag names
Place as many of these pre defined tags as you want
<form action="threadtag.php?do=managetags&t=$threadid" method="post">
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="do" value="managetags" />
<input type="submit" class="button" value="Mercedes" />
<input type="hidden" name="taglist" id="tag_add_input" value="Mercedes" />
</form>