
03-01-2006, 08:30 PM
|
|
|
Join Date: Jan 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Ragnarok
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.
|
I did this and got the $welcomeheaders in the correct spot now on FORUMHOME with the right color text and background but how do I put a table around them with a top border like you did on your site? I really like it.
Thanks,
Joey
|