PDA

View Full Version : Moving Thread Tags to Top of Page


zagman76
03-07-2009, 12:07 AM
I am having a problem moving the thread tags to the area above the thread navigation. I tried moving:

<if condition="$show['tag_box']">
<!-- thread tags -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<if condition="$show['manage_tag']"><div style="float: $stylevar[right]" class="normal">
<a href="threadtag.php?$session[sessionurl]t=$thread[threadid]" id="tag_edit_link">$vbphrase[edit_tags]</a>
</div></if>
<a name="taglist"></a>
<a href="tags.php$session[sessionurl_q]">$vbphrase[tags]</a>
</td>
</tr>
<tr>
<td class="alt1 smallfont" id="tag_list_cell">$tag_list</td>
</tr>
</table>

<script type="text/javascript" src="clientscript/vbulletin_ajax_taglist.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript" src="clientscript/vbulletin_ajax_tagsugg.js?v=$vboptions[simpleversion]"></script>
<br />
<!-- / thread tags -->
</if>


to the section between:

<a name="poststop" id="poststop"></a>
and

<!-- controls above postbits -->

Whenever I do that though, and try to edit the tags, I get:

"You did not select any posts to which the action you picked can be applied."

Any suggestions as to what I'm doing wrong?

Thanks!