Style-Version: 1.0.3
phpBB-Version: 3.0.6
Board3Portal Version: 1.0.4 / 1.0.5 / 1.0.6
Style Download: http://demo.phpbb3styles.net/Melankolia
Portal Demo: http://area51.mikevil.de/portal.php?style=62
Step by Step Guide in
- [+] ENGLISH
- First you need to download and install this Style. If it works, you can install the Portal for this Style as per description:
(please copy this files from our B3P download package)
copy: root/styles/subsilver2/template/portal/*.*
to: styles/melankolia/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/melankolia/theme/images/portal/*.*
open: styles/melankolia/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.Add afterCode: Select all
<div id="logodesc"> <div id="logo"> <a class="logo" href="{U_INDEX}"><h1><font color="#FFFFFF">{SITENAME}</font></h1><span class="gen"><font color="#FFFFFF">{SITE_DESCRIPTION}</font></span></a> </div> </div> <br />
Tip: Add these lines on a new blank line after the preceding line(s) to find.FindCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Tip: This may be a partial find and not the whole line.In-line Add afterCode: Select all
<p class="breadcrumbs">
FindCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}"><strong><img src="{T_IMAGESET_PATH}/folder.gif" alt="#" />{L_PORTAL}</a> » <!-- ENDIF -->
Tip: This may be a partial find and not the whole line.Add afterCode: Select all
<td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td> </tr></table> <!-- ENDIF --><br />
Tip: Add these lines on a new blank line after the preceding line(s) to find.open: styles/melankolia/template/forumlist_body.htmlCode: Select all
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p> <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p> </td> </tr> </table> </table>
Tip: Replace the preceding line(s) to find with the following lines.1.) DIY instructions: Knowledge Base: Changes to forums stylesCode: Select all
</table> <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p> <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p> </td> </tr> </table>
2.) DIY instructions: note the contribution
- [+] DEUTSCH
- Als erstes musst du das Style downloaden und Installieren. Wenn das geschafft ist und das Style läuft, kannst du das Portal für das Style nach folgender Anleitung installieren:
(kopiere diese Dateien bitte aus dem B3P download-paket.)
Kopiere: root/styles/subsilver2/template/portal/*.*
nach: styles/melankolia/template/portal/*.*
Kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/melankolia/theme/images/portal/*.*
Öffne: styles/melankolia/template/overall_header.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
<div id="logodesc"> <div id="logo"> <a class="logo" href="{U_INDEX}"><h1><font color="#FFFFFF">{SITENAME}</font></h1><span class="gen"><font color="#FFFFFF">{SITE_DESCRIPTION}</font></span></a> </div> </div> <br />
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.FindenCode: Select all
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile danach einfügenCode: Select all
<p class="breadcrumbs">
FindenCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}"><strong><img src="{T_IMAGESET_PATH}/folder.gif" alt="#" />{L_PORTAL}</a> » <!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
<td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td> </tr></table> <!-- ENDIF --><br />
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffne: styles/melankolia/template/forumlist_body.htmlCode: Select all
<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p> <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p> </td> </tr> </table> </table>
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.1.) Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles DateienCode: Select all
</table> <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p> <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p> </td> </tr> </table>
2.) Manuelle Vorgänge: Diesen Beitrag beachten