Quote:
Originally Posted by Breathex
Thanks for the answer jacks, it would be very nice if you put an option for forumhome in the next version.
|
Like I said, this hack is not designed to do that on Forum Home but you can do it manually very easily. Below is an example template that you would add below $navbar in the Forumhome template. It was just a matter of removing the if statements and adding the info you need manually.
Code:
<!-- Begin ForumHome Intro -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" border="1" valign="top" colspan="2"><div align="center">Put The Block Title here</div></td>
</tr>
<tr>
<td class="alt1" valign="top">
<img src="Put Image URL Here" alt="Put Image Title Here" border="0" align="left"></td>
<td class="alt1" valign="top"><div align="left">Put your Content Here using HTML</div></td>
</tr>
</table>
<br>
<!-- / End ForumHome Intro -->
Obviously it would look the same as in the forums but below is an example from my site.