PDA

View Full Version : how to remove display of TAG section ?


radiofranky
06-30-2011, 07:21 PM
In my topic display, I would like to remove the TAG display. How do I do it?

thanks

Jeff Ledger
06-30-2011, 08:00 PM
In template showthread remove the following code

<vb:if condition="$show['tag_box']">
<h4 class="threadinfohead blockhead">{vb:rawphrase tags_for_this_thread}</h4>
<div id="thread_tags_list" class="thread_info_block blockbody formcontrols">
<div class="inner_block">
<vb:if condition="$show['manage_tag']">
<a id="tag_edit_link" href="threadtag.php?{vb:raw session.sessionurl}t={vb:raw thread.threadid}" class="textcontrol" style="float:{vb:stylevar right}; font-size:11px; margin:10px;">{vb:rawphrase edit_tags}</a>
</vb:if>
<div id='tag_list_cell'>
{vb:raw tag_list}
</div>
<p>
<a href="tags.php{vb:raw session.sessionurl_q}">{vb:rawphrase view_tag_cloud}</a>
</p>
</div>
</div>
</vb:if>

LifesGreatestGift
06-30-2011, 09:28 PM
AdminCP>Settings>Options>

Refer to image.