Quote:
Originally Posted by Renmiri
sweet!
will install asap, thanks!
Ooopsie!
 3.5.4 here...
Nevermind.. Hacked it to 3.5.4  (basically entered the template and plugins from the XML manually)
Also put it on most pages (forumdisplay, inferno, showthred, forumhome)
Check it out
http://sinsdawn.ffproject.net/showthread.php?t=126
|
I guess if your not running 3.6 you could do this:
Templates to edit: FORUMHOME (2 edits)
Edit One
FIND
Code:
<thead>
<if condition="$show['guest']">
<!-- guest welcome message -->
ABOVE ADD
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
Edit Two
FIND
ABOVE ADD
Code:
<!-- peterska2 side column -->
</td>
<td width="10px"></td>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
PUT YOUR CONTENT HERE.
</table>
</td>
</tr>
</table>
<!-- / peterska2 side column -->