Style Version: 2.0.0
phpBB Version: 3.0.8
Board3Portal Version: 1.0.6
Style Download: http://www.awesomestyles.com/phpbb3-sty ... mpany-2-v2
Screenshot: 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:
 From the B3P-download-package you must first perform the install.xml.
 
 copy: root/styles/subsilver2/template/portal/*.*
 to: styles/Bad_Company_2_v2/template/portal/*.*
 copy: root/styles/subsilver2/theme/images/portal/*.*
 to: styles/Bad_Company_2_v2/theme/images/portal/*.*
 
 open: styles/Bad_Company_2_v2/template/breadcrumbs.html
 Find
 Tip: This may be a partial find and not the whole line.In-line FindCode: Select all <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
 Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all <p class="breadcrumbs">open: styles/Bad_Company_2_v2/template/overall_header.htmlCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 Find
 Tip: This may be a partial find and not the whole line.Add beforeCode: Select all <td class="row1"> <div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
 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 FindCode: Select all <div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
 Tip: This is a partial match of a line for in-line operations.In-line Add afterCode: Select all <div class="breadcrumbs">FindCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 Tip: This may be a partial find and not the whole line.Add afterCode: Select all <!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --> <!-- ENDIF --> <!-- ENDIF --> </div> </td>
 Tip: Add these lines on a new blank line after the preceding line(s) to find.open: styles/Bad_Company_2_v2/template/portal/block/login_box.htmlCode: Select all <!-- ENDIF -->
 Find
 Tip: This may be a partial find and not the whole line.Replace withCode: Select all {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF --><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$LR_BLOCK_H_R}
 Tip: Replace the preceding line(s) to find with the following lines.open: styles/Bad_Company_2_v2/template/portal/block/whois_online.htmlCode: Select all {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF -->{L_LOGIN_LOGOUT}{$LR_BLOCK_H_R}
 Find
 Tip: This may be a partial find and not the whole line.Replace withCode: Select all {$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}
 Tip: Replace the preceding line(s) to find with the following lines.DIY instructions: Knowledge Base: Changes to forums stylesCode: Select all {$C_BLOCK_H_L}<!-- IF U_VIEWONLINE -->{L_WHO_IS_ONLINE}<!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}
- [+] 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:
 Aus dem B3P-download-paket must Du zuerst die install.xml ausführen.
 
 kopiere: root/styles/subsilver2/template/portal/*.*
 nach: styles/Bad_Company_2_v2/template/portal/*.*
 kopiere: root/styles/subsilver2/theme/images/portal/*.*
 nach: styles/Bad_Company_2_v2/theme/images/portal/*.*
 
 Öffne: styles/Bad_Company_2_v2/template/breadcrumbs.html
 Finden
 Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.In der Zeile findenCode: Select all <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
 Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.In der Zeile danach einfügenCode: Select all <p class="breadcrumbs">Öffne: styles/Bad_Company_2_v2/template/overall_header.htmlCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 Finden
 Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Davor einfügenCode: Select all <td class="row1"> <div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
 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 findenCode: Select all <div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
 Hinweis: Dies ist ein Ausschnitt einer Zeile für Änderungen innerhalb einer Zeile.In der Zeile danach einfügenCode: Select all <div class="breadcrumbs">FindenCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Select all <!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --> <!-- ENDIF --> <!-- ENDIF --> </div> </td>
 Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffne: styles/Bad_Company_2_v2/template/portal/block/login_box.htmlCode: Select all <!-- ENDIF -->
 Finden
 Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF --><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$LR_BLOCK_H_R}
 Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/Bad_Company_2_v2/template/portal/block/whois_online.htmlCode: Select all {$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{T_THEME_PATH}/images/portal/portal_login.png" width="16" height="16" alt="" /> <!-- ENDIF -->{L_LOGIN_LOGOUT}{$LR_BLOCK_H_R}
 Finden
 Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all {$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}
 Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles DateienCode: Select all {$C_BLOCK_H_L}<!-- IF U_VIEWONLINE -->{L_WHO_IS_ONLINE}<!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$C_BLOCK_H_R}

