OK - hopefully someone can help me with this code
I've a customized template and trying to use the extra "Upgrade" code .
The thing is sometimes both the voting block AND the "you've already voted" block shows at the same time. I'm sure there is an if conditional that will allow a correction for that issue....
At anyrate - the code:
Code:
<!---------------------- / UPGRADE------>
<if condition="$show['rating'] AND $vbphrase[rate_thread]">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_misc]/_cat-top_lft.gif" alt="" /></td>
<td width="100%" class="cat-top_x">
Thank You For Your Rating
</td>
<td><img src="$stylevar[imgdir_misc]/_cat-top_rht.gif" alt="" /></td>
</tr></table>
<table cellpadding="4" cellspacing="1" width="100%" border="0" class="tborder" align="center">
<tr>
<td class="alt1">
<div align="center" id="threadrating_current">
You have already rated this thread. <font color="#8B008B"><strong><phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase></strong></font>
</div>
</td>
</tr>
</table>
<div class="cat-btm_x"><div class="cat-btm_lft"></div><div class="cat-btm_rht"></div></div>
</if>
<br />
<!---------------------- / UPGRADE------>
Any help will be appreciated
Thanx,
Jacquii.