Quote:
Originally Posted by divided_by_fear
yeah i didnt have it installed... i just installed it and its working great now... but if you dont have it installed it will show the extra table... thanks for the fast reply and great work... also another thing was the gif image is named wrong or its not included... but i used the image from the leader board
|
As mentioned, it shouldn't show up..
HTML Code:
<if condition="$vboptions['dispchamps'] == '1'">
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('arcade_champ')">
<img id="collapseimg_arcade_champ" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_arcade_champ].gif" alt="" border="0" /></a>
<a href="arcade.php?$session[sessionurl]do=lboard"><if condition="$mhsusername">$vbphrase[arcade_champ]<else /><if condition="$mhsarray">$vbphrase[arcade_champs]</if></if></a>
</td>
</tr>
</tbody>
<tbody id="collapseobj_arcade_champ" style="$vbcollapse[collapseobj_arcade_champ]">
<tr>
<td class="alt2" align="center"><a href="arcade.php?$session[sessionurl]do=lboard"><img src="$stylevar[imgdir_misc]/arcade_champ.gif" border="0" alt="" /></a></td>
<td class="alt1"><div class="smallfont"><if condition="$mhsusername"><phrase 1="$mhsusername" 2="$mosthigh" 3="$mhsuser">$vbphrase[x_with_y_titles]</phrase><else /><if condition="$mhsarray"><phrase 1="$mhsarray" 2="$mosthigh" 3="$mhsuser">$vbphrase[x_with_y_titles_array]</phrase></if></if></div></td>
</tr>
</tbody>
</if>
$vboptions['dispchamps'] can't possibly be 1 if the addon isn't installed.. *scratches head*