Good stuff. Installed without error, and played around to fit my liking. Clicked Install with relish. :P
What I did, was I went into the created template, and changed the tables to look more like the original welcome message. I also pasted it into the FORUMHOME template in the location of the original message, instead.
Find:
PHP Code:
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
Replace With:
PHP Code:
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
Find:
PHP Code:
</td>
</tr>
</table>
Replace With:
And so on, the way down. It looks less out of place, in my opinion. I've got my site linked in my profile, you can check it out if you want to see the results.
The only problem with this of course is that it only appears on index.php, as opposed to all pages.