Style Base: prosilver
Style Version: 1.5.0
phpBB Version: 3.0.11
Board3Portal Version: 2.0.1
Style Download: http://www.phpbb.com/community/viewtopi ... 4&t=639995
Screenshot: Step by Step Guide in
- [+] English
- This Guide is written for AeroBlue, but it works for AeroBlack, AeroRed, AeroGreen, AeroPink, AeroPurple and AeroTeal also.
If you want to use this Guide for ..Black ..Green or ..Purple you just have to replace "Aero" with the Name of your Style in this Guide.
First you need to download and install this Style. If it works, you can install the Portal for this Style as per description:
From the B3P-download-package you must first perform the install.xml.
copy: root/styles/prosilver/template/portal/*.*
to: root/styles/Aero/template/portal/*.*
copy: root/styles/prosilver/theme/portal.css
to: root/styles/Aero/theme/portal.css
copy: root/styles/prosilver/theme/images/portal/*.*
to: root/styles/Aero/theme/images/portal/*.*
open: root/styles/Aero/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.Add beforeCode: Select all
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tl"></td> <td class="tm"></td> <td class="tr"></td> </tr> <tr> <td class="ml"></td> <td class="navbar">
Tip: Add these lines on a new blank line before 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 beforeCode: Select all
<a href="{U_INDEX}" accesskey="h"><b>{L_INDEX}</b></a>
FindCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h"><b>{L_PORTAL}</b></a> » <!-- ENDIF -->
Tip: This may be a partial find and not the whole line.Add afterCode: Select all
<!-- IF U_RESTORE_PERMISSIONS --> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <!-- ENDIF --> </li> </ul> <!-- ENDIF --> {$A_BLOCK_END}
Tip: Add these lines on a new blank line after the preceding line(s) to find.open: root/styles/Aero/template/overall_footer.htmlCode: Select all
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.In-line Add beforeCode: Select all
<a href="{U_INDEX}" accesskey="h"><b>{L_INDEX}</b></a>
open: root/styles/Aero/template/portal/modules/login_box_side.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h"><b>{L_PORTAL}</b></a> » <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<a href="{U_LOGIN_LOGOUT}">
Tip: Replace the preceding line(s) to find with the following lines.open: root/styles/Aero/template/portal/modules/whois_online_center.htmlCode: Select all
<a class="genmedw" href="{U_LOGIN_LOGOUT}">
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<a href="{U_VIEWONLINE}">
Tip: Replace the preceding line(s) to find with the following lines.open: root/styles/Aero/template/portal/modules/whois_online_side.htmlCode: Select all
<a class="genmedw" href="{U_VIEWONLINE}">
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<a href="{U_VIEWONLINE}">
Tip: Replace the preceding line(s) to find with the following lines.open: root/styles/Aero/theme/stylesheet.cssCode: Select all
<a class="genmedw" href="{U_VIEWONLINE}">
Find
Tip: This may be a partial find and not the whole line.Add afterCode: Select all
@import url("colours.css");
Tip: Add these lines on a new blank line after the preceding line(s) to find.open: root/styles/Aero/template/portal/_block_config.htmlCode: Select all
@import url("portal.css");
Replace with
Tip: Replace the preceding line(s) to find with the following lines.additional changes: viewtopic.php?f=36&t=10393&p=33948#p33948Code: Select all
<!-- Config for the left and right blocks //--> <!-- DEFINE $LR_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon"><dt style="padding: 3px 0px 2px; white-space: nowrap;">' --> <!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul></div><ul class="topiclist forums"><li><dl><dd style="border-left: 0px; width: 100%;"><div style="text-align: left; margin: 0px 5px 0px 5px;">' --> <!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' --> <!-- DEFINE $LR_BLOCK_F_R = '</td><td class="mr"></td></tr><tr><td class="bl"></td><td class="bm"></td><td class="br"></td></tr></table>' --> <!-- Config for the center blocks //--> <!-- DEFINE $C_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon"><dt>' --> <!-- DEFINE $C_BLOCK_H_R = '</dt></dl></li></ul></div>' --> <!-- DEFINE $C_BLOCK_F_L = '' --> <!-- DEFINE $C_BLOCK_F_R = '</td><td class="mr"></td></tr><tr><td class="bl"></td><td class="bm"></td><td class="br"></td></tr></table>' --> <!-- Config for compact blocks //--> <!-- DEFINE $CC_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon">' --> <!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul></div>' --> <!-- Images-URL //--> <!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' --> <!-- Vertical distance between left/right and center Blocks --> <!-- DEFINE $BLOCK_DISTANCE = '0px' --> <!-- show Icons in left/right Blocks? 0=no 1=yes --> <!-- DEFINE $S_BLOCK_ICON = 1 --> <!-- postbody top (default 1 by prosilver) 0=no 1=yes --> <!-- DEFINE $S_POSTBODY_TOP = 1 --> <!-- override the column width settings of the ACP for this style? 0=no 1=yes --> <!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 --> <!-- override the column width settings of the ACP - set the width if enabled --> <!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' --> <!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
DIY instructions: Knowledge Base: Changes to forums styles
- [+] Deutsch
- Diese Anleitung wurde für AeroBlue geschrieben, funktioniert aber auch für AeroBlack, AeroRed, AeroGreen, AeroPink, AeroPurple und AeroTeal.
Wenn ihr diese Anleitung für ..Black ..Green oder ..Purple nutzen wollt, müsst ihr einfach "Aero" in dieser Anleitung mit dem Namen eures Styles ersetzen.
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:
Aus dem B3P-download-paket must Du zuerst die install.xml ausführen.
kopiere: root/styles/prosilver/template/portal/*.*
nach: root/styles/Aero/template/portal/*.*
kopiere: root/styles/prosilver/theme/portal.css
nach: root/styles/Aero/theme/portal.css
kopiere: root/styles/prosilver/theme/images/portal/*.*
nach: root/styles/Aero/theme/images/portal/*.*
Öffne: root/styles/Aero/template/overall_header.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: Select all
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tl"></td> <td class="tm"></td> <td class="tr"></td> </tr> <tr> <td class="ml"></td> <td class="navbar">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor 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 davor einfügenCode: Select all
<a href="{U_INDEX}" accesskey="h"><b>{L_INDEX}</b></a>
FindenCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h"><b>{L_PORTAL}</b></a> » <!-- ENDIF -->
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
<!-- IF U_RESTORE_PERMISSIONS --> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <!-- ENDIF --> </li> </ul> <!-- ENDIF --> {$A_BLOCK_END}
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffne: root/styles/Aero/template/overall_footer.htmlCode: Select all
<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile davor einfügenCode: Select all
<a href="{U_INDEX}" accesskey="h"><b>{L_INDEX}</b></a>
Öffne: root/styles/Aero/template/portal/modules/login_box_side.htmlCode: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}" accesskey="h"><b>{L_PORTAL}</b></a> » <!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<a href="{U_LOGIN_LOGOUT}">
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: root/styles/Aero/template/portal/modules/whois_online_center.htmlCode: Select all
<a class="genmedw" href="{U_LOGIN_LOGOUT}">
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<a href="{U_VIEWONLINE}">
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: root/styles/Aero/template/portal/modules/whois_online_side.htmlCode: Select all
<a class="genmedw" href="{U_VIEWONLINE}">
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<a href="{U_VIEWONLINE}">
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: root/styles/Aero/theme/stylesheet.cssCode: Select all
<a class="genmedw" href="{U_VIEWONLINE}">
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all
@import url("colours.css");
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffne: root/styles/Aero/template/portal/_block_config.htmlCode: Select all
@import url("portal.css");
Ersetzen mit
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.zusätzliche Änderungen: viewtopic.php?f=36&t=10393&p=33948#p33948Code: Select all
<!-- Config for the left and right blocks //--> <!-- DEFINE $LR_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon"><dt style="padding: 3px 0px 2px; white-space: nowrap;">' --> <!-- DEFINE $LR_BLOCK_H_R = '</dt></dl></li></ul></div><ul class="topiclist forums"><li><dl><dd style="border-left: 0px; width: 100%;"><div style="text-align: left; margin: 0px 5px 0px 5px;">' --> <!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' --> <!-- DEFINE $LR_BLOCK_F_R = '</td><td class="mr"></td></tr><tr><td class="bl"></td><td class="bm"></td><td class="br"></td></tr></table>' --> <!-- Config for the center blocks //--> <!-- DEFINE $C_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon"><dt>' --> <!-- DEFINE $C_BLOCK_H_R = '</dt></dl></li></ul></div>' --> <!-- DEFINE $C_BLOCK_F_L = '' --> <!-- DEFINE $C_BLOCK_F_R = '</td><td class="mr"></td></tr><tr><td class="bl"></td><td class="bm"></td><td class="br"></td></tr></table>' --> <!-- Config for compact blocks //--> <!-- DEFINE $CC_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="tl"></td><td class="tm"></td><td class="tr"></td></tr><tr><td class="ml"></td><td><div class="cat"><ul class="topiclist"><li class="header"><dl class="icon">' --> <!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul></div>' --> <!-- Images-URL //--> <!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' --> <!-- Vertical distance between left/right and center Blocks --> <!-- DEFINE $BLOCK_DISTANCE = '0px' --> <!-- show Icons in left/right Blocks? 0=no 1=yes --> <!-- DEFINE $S_BLOCK_ICON = 1 --> <!-- postbody top (default 1 by prosilver) 0=no 1=yes --> <!-- DEFINE $S_POSTBODY_TOP = 1 --> <!-- override the column width settings of the ACP for this style? 0=no 1=yes --> <!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 --> <!-- override the column width settings of the ACP - set the width if enabled --> <!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' --> <!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien