 |
| Welcome |
| This forum is dedicated to the MyFreeForum portal system. |
|
| How to configure gallery view |
How can I correct this current view of my forum's gallery:
http://rti.myfineforum.org/viewportal.php?component=gallery
What files control the gallery view? I want to eliminate the duplicate portals shown.
AMR |
| How to configure gallery view |
nothing in the gallery controls the extra portals, what you'll need to do is edit them out of cms_index_body.tpl
and replace what's in there with this:
| Code: | <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
</tr>
<td valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr><td>{MYFF.DESCRIPTION}</td></tr>
<tr><td>
{MYFF.COMPONENT}
</td>
</tr>
</table>
</span>
</td>
</tr>
</table> |
if you don't want the welcome part, that sits just above the gallery then take out this bit:
| Code: | | <tr><td>{MYFF.DESCRIPTION}</td></tr> |
|
|
|
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Template back ported to phpbb2 by Nick(NR) © 2007 Nick(NR) Design By Poker Bandits
|
|
 |