I would like delete (vb 3.8.4) tags the same way like it is in
zoints thread tags mod,
so i wrote small hack but it not works. Could someone check it?
in
tag_cloud_link template
find
Code:
<a href="tags.php?$session[sessionurl]tag=$thistag[tagtext_url]" class="tagcloudlink level$thistag[level]">$thistag[tagtext]</a>
change to
Code:
<a href="tags.php?$session[sessionurl]tag=$thistag[tagtext_url]" class="tagcloudlink level$thistag[level]">$thistag[tagtext]</a>
<if condition="is_member_of($bbuserinfo,5,6,7)">
<font size="1">[<a href="tags.php?do=tagkill&tag=$thistag[tagtext]">x</a>]</font>
</if>
when i try to click in [x] i can see white page