Quote:
Originally Posted by Keyser S?ze
i have been trying but nothing fixes the problem
|
I fixed this
Code:
<if condition="$post[fieldX2]">
<td class="tcat" width="50%"><center><b>$userinfo[username]'s Video <if condition="$post[fieldX2]"> - $post[fieldX2]</b></center></if></td>
change to
Code:
<td class="tcat" width="50%"><center><b>$userinfo[username]'s Video <if condition="$post[fieldX2]"> - $post[fieldX2]</b></center></if></td>