Log in

View Full Version : Show Thread Enhancements - Predefined Tags


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&amp;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>

LEAD_WEIGHT
08-02-2009, 03:09 AM
Nice, but would prefer to see list within an option to choose from a link and open up in same method as 'edit tags'

ThorstenA
08-02-2009, 09:29 AM
Nice, but would prefer to see list within an option to choose from a link and open up in same method as 'edit tags'
That can be done with a product. It can't be done with an easy template edit as this one.

yotsume
09-04-2009, 03:18 AM
Your screenshot is not helpful. Can you please make a screenshot of how these predefined tags look when you go to make a new thread.

Please make this a product with admincp options to create the predefined tags that are selectable from a drop menu on the editor maybe? Or maybe from check boxes above the editor like my screen shot.

I need this for one of my sites.

Thanks!

ThorstenA
09-04-2009, 07:41 AM
As there are only 4 installs, I do not see this template edit popular.

This template edit is Re-usable Code, please feel free to make a product out of it yourself.

yotsume
09-04-2009, 07:53 AM
Can you please post more screen shots.

Thanks

ThorstenA
09-04-2009, 07:58 AM
The screenshot shows, how the tag is displayed. It shows everything there is done.

yotsume
09-04-2009, 08:02 AM
No the screen shot doesnt show position! How about a little wider view please. At least my screen shot you can see the editor and the position etc.

ThorstenA
09-04-2009, 08:05 AM
No the screen shot doesnt show position! How about a little wider view please. At least my screen shot you can see the editor and the position etc.

First, this product is unsupported. Please take this into considerations. Thanks. As I wrote: "Place this code anywhere on template SHOWTHREAD". where it appears is on your side.You place this product on SHOWTHREAD, your screenshot is on NEWTHREAD where it can not be placed.

JVCode
10-10-2009, 09:36 PM
Won't be installing this mod... the coders response in the above post was uncalled for.

ThorstenA
11-17-2009, 10:39 PM
Notice: This mod uses Re-usable Code, so please feel free to port it to vbulletin 4 under your username. Thanks.