Archive for portalogy.myfastforum.org For all your portal needs
 



       portalogy.myfastforum.org Forum Index -> General Support
Ask Mr. Religion

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
admin(Nick_NR)

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>

       portalogy.myfastforum.org Forum Index -> General Support
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum
If you feel that PORTALOGY has been helpful and would like to say thank you then please click the donation button below.