portalogy.myfabforum.org

It is currently Tue Sep 07, 2010 5:44 am

News Fader
Current Time

Login

Login  •  Register


Top posters
admin 23
test 1

Search
Welcome
Font bb code test
Dual Portal on subSilver2 based themes
Dual Portal on proSilver based themes
cms_latest.tpl
Portalogy Ruling!
cms_login.tpl
cms_fader.tpl *updated*
ProSilver Modules READ ME!
cms_search.tpl

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Dual Portal on subSilver2 based themes
PostPosted: Sat Mar 21, 2009 3:24 pm 
Offline
Site Admin
Site Admin
User avatar

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
//-->

<div id="wrapfooter">
   <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
   <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
   <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>


and add this after 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:
<!--
   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
//-->

<div id="wrapfooter">
   <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
   <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
   <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>

   </td>
<!-- [-] center block area -->

<!-- [+] right block area -->
   <td width="175" valign="top">
   {MYFF.LATEST}
   </td>
<!-- [-] right block area -->
</tr>
</table>

</body>
</html>


now submit to save, now click back to previous page and select overall_header.html from the list.

scroll down and find:
Code:
<div id="wrapcentre">

   <!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />


and add after it:
Code:
<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;">


so it ends up like:
Code:
<div id="wrapcentre">

   <!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />

<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.




Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

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

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[
Forum Articles
Welcome
http://news.bbc.co.uk/1/hi/world/europe/8375326.stm
Font bb code test
Hello to you all, enjoy the bb code font replacement

Code:
[size=150][comic_sans_ms][color=#0080FF]Hello to you all, enjoy the bb code font replacement[/color][/comic_sans_ms][/size]
Dual Portal on subSilver2 based themes
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...