Post subject: Dual Portal on subSilver2 based themes
Posted: Sat Mar 21, 2009 3:24 pm
Site Admin
Joined: Sun Jan 27, 2008 2:04 pm Posts: 23
Open overall_footer.html
and find this:
Code:
<!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the "Powered by phpBB" line, with "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected.
<!-- [+] right block area --> <td width="175" style="padding:4px;" valign="top"> {MYFF.LATEST} </td> <!-- [-] right block area --> </tr> </table>
so you end up with this:
Code:
<!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the "Powered by phpBB" line, with "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected.
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <!-- [+] left block area --> <td width="175" valign="top"> {MYFF.CURRENTTIME}<br />{MYFF.LOGIN}<br />{MYFF.TOPPOSTERS}<br />{MYFF.SEARCH} </td> <!-- [-] left block area -->
<!-- [+] center block area --> <td valign="top" style="padding-left:16px; padding-right:16px;">
<!-- INCLUDE breadcrumbs.html -->
<br />
submit to save, you should now have dual portal working on proSilver, you can change which portals by editing the usual {MYFF.XXXXXX} macro, to whatever portal you want in it's place.
Users browsing this forum: No registered users and 1 guest
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 post attachments in this forum
Open overall_footer.html and find this: <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB3. If you (honestly) c...