Post subject: Dual Portal on proSilver based themes
Posted: Thu Mar 12, 2009 5:52 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.
The phpBB Group : 2006 //-->
and add this before it:
Code:
</td> <!-- [-] center block area -->
<!-- [+] 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:
</td> <!-- [-] center block area -->
<!-- [+] right block area --> <td width="175" style="padding:4px;" valign="top"> {MYFF.LATEST} </td> <!-- [-] right block area --> </tr> </table>
<!-- 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.
The phpBB Group : 2006 //-->
now submit to save, now click back to previous page and select overall_header.html from the list.
scroll down and find:
Code:
<ul class="linklist rightside"> <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li> <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF --> <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF --> <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li> <!-- ENDIF --> </ul>
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td colspan="3" style="padding:4px;">{MYFF.FADER}</td> </tr> <tr> <!-- [+] left block area --> <td width="175" style="padding-left:4px; padding-right:4px;" 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;">
<a name="start_here"></a> <div id="page-body">
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <div id="message" class="rules"> <div class="inner"><span class="corners-top"><span></span></span> <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED} <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF -->
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 2 guests
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...