Log in

View Full Version : Zoints Tags - Add To First Post


thinkcreations
04-04-2007, 12:44 PM
Hi Guys, bear with me, its my first post!

I hope someone can help me. I have Zoints Tags installed and its working fine.

What I would actually like is for the tags to be shown at the bottom of the the first post of the thread and not at the top of the thread. Basically, so they are part of the first posting.

Is this possible, can anyone point me in the right direction?

Thanks,

Danny

Triky
04-04-2007, 01:20 PM
Ask it here: https://vborg.vbsupport.ru/showthread.php?t=127244. ;)

thinkcreations
04-04-2007, 01:31 PM
Ask it here: https://vborg.vbsupport.ru/showthread.php?t=127244. ;)

Will do thanks,

Danny

tobybird
04-04-2007, 04:55 PM
Take a look at the readme.txt file that came with the download... ;)

ii) Showing the tag cloud BELOW the posts
Edit template: SHOWTHREAD
==== FIND ==================================
============================================
<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if>
==== BELOW, ADD ============================
============================================
<if condition="$vbulletin->options['zointstags_showthread'] == 2">
$zointstags
</if>
============================================
============================================