Thanks Missy Lynne (I will name my first baby-girl Lynne)
well this was the old solution for ForumDisplay:
Find:
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
|
Replace:
Quote:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
|
And find:
Quote:
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal">
|
And replace:
Quote:
<td x width="100%" align="center"><span class="normal">
<if condition="in_array($foruminfo['forumid'], array(1,2,3,4,5))">
<img src="images/catalogs/$foruminfo[forumid].png" align="center" alt="IOGAMES" border="0" />
</if>
|
Can someone pinpoint the new solution?