bashy |
05-16-2006 06:09 PM |
Hi
The vbux version in the instructions no longer work...
I have now fixed this so that it does work, it was the phrases, they were for the ebux
its now vbbux :) here ya go peeps, Perhaps the author can update the instructions and
send an update?
Ideally i would like the vbbux part of it to be aligned to the right and not below, I did have
a go but couldnt acheive out, can someone help on this one please?
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="180">
<thead>
<tr>
<td colspan="2" class="thead">
<a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumrules')"><img id="collapseimg_forumrules" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumrules].gif" alt="" border="0" /></a>
$vbphrase[posting_rules] </td>
</tr>
</thead>
<tbody id="collapseobj_forumrules" style="$vbcollapse[collapseobj_forumrules]">
<tr>
<if condition="!$show['codeonly']">
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<div><phrase 1="$rules[postnew]">$vbphrase[you_may_x_post_new_threads]</phrase></div>
<div><phrase 1="$rules[postreply]">$vbphrase[you_may_x_post_replies]</phrase></div>
<div><phrase 1="$rules[attachment]">$vbphrase[you_may_x_post_attachments]</phrase></div>
<div><phrase 1="$rules[edit]">$vbphrase[you_may_x_edit_your_posts]</phrase></div>
</div></td>
</if>
<td valign="top" nowrap="nowrap" class="alt1">
<div class="smallfont"><phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase></div>
<div class="smallfont"><phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase></div>
<div class="smallfont"><phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase></div>
<div class="smallfont"><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div> </td>
</tr>
<if condition="$vboptions['vbbux_enabled']">
<if condition="!$show['codeonly']">
<tr>
<td colspan="2" nowrap="nowrap" class="alt1">
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perview]">$vbphrase[vbbux_points_perview]</phrase></div>
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perthread]">$vbphrase[vbbux_points_perthread]</phrase></div>
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perreply]">$vbphrase[vbbux_points_perreply]</phrase></div>
</td>
</tr>
</if>
</if>
</tbody>
</table>
|