Brandon7
|
Portals on index onlyHow do I get portals on the index_body?
I have searched both Howtodoit and on here with no results.
|
Andrew(AP)
|
well what i do was surrounded every thing in your index_body.tpl with
on top of index_body.tpl
| Code: | <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" width="150" valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.MAINMENU}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.LATEST}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.LINKSMENU}</td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr><td>
|
on bottom of index_body.tpl
| Code: | </td>
</tr>
</table>
</td>
<td align="left" width="150" valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.CATEGORIES}</td>
</tr>
<tr>
<td colspan="1" width="150" height="25" class="topictitle" nowrap="nowrap">{MYFF.POPULAR}</td>
</tr>
</table>
</td>
</tr>
</table> |
then it runs just like the cms.index_body.tpl just change the portals to what you want.
But i dont know why you would want to do that becuase its just the same thing as having them in overall_header.tpl and overall_footer.tpl
|
Brandon7
|
I just put that top one and it works!
It fixed the arcade being tiny!
Thx!
|
|
|