Author
Message
Please Register and Login to this forum to stop seeing this advertsing.
Post subject :
Posted :
Back to top
Ask Mr. Religion
Post subject : How to configure gallery view
Posted : Mon Aug 18, 2008 6:02 am
Joined: 17 Aug 2008 Posts: 2 Points: 0 Location: Chandler, AZ
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 _________________ Ask Mr. Religion
Reformed Theology Institute
Back to top
admin(Nick_NR)
Post subject :
Posted : Mon Aug 18, 2008 4:11 pm
Site Admin Joined: 27 Dec 2006 Posts: 207 Points: 1000000 Location: England
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>
Back to top
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Template back ported to phpbb2 by Nick(NR) © 2007 Nick(NR) Design By Poker Bandits