Hi, Would love to use this mod, however ran into problem when I went to edit FORUMHOME. I have this piece of code:
Quote:
<if condition="$show['guest']">
<!-- guest welcome message -->
<table style="height: 36px;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16" style="background: url(tiger/misc/forumtitle-left.gif) top left no-repeat;" ></td>
<td style="background: url(tiger/misc/forumtitle-left-bg.gif) top left repeat-x; padding-top: 5px" class="titlelinks">?<phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
<td width="109" style="background: url(tiger/misc/forumtitle-mid.gif) top left no-repeat;" ></td>
<td style="background: url(tiger/misc/forumtitle-right-bg.gif) top left repeat-x;" >
</td>
<td width="15" style="background: url(tiger/misc/forumtitle-right.gif) top left no-repeat;" ></td>
</tr>
</table>
<div class="ring1">
<div class="ring2">
<div class="ring3">
<div class="ring4">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td></tr>
</table>
</div></div></div></div>
<br />
<!-- / guest welcome message -->
</if>
|
Any suggestions at all please