Style Version: 3.2.9
phpBB Version: 3.0.7-PL1
Board3Portal Version: 1.0.4 / 1.0.5
Style Download: http://demo.phpbb3styles.net/X-Treme
Portal Screenshot-1: Portal Screenshot-2: 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/X-Treme/template/portal/*.*
 copy: root/styles/subsilver2/theme/images/portal/*.*
 to: styles/X-Treme/theme/images/portal/*.*
 
 open: styles/X-Treme/template/breadcrumbs.html
 find:Inline find:Code: Select all <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> »Inline add before:Code: Select all <a href="{U_INDEX}">{L_INDEX}</a>Open: styles/X-Treme/template/overall_header.htmlCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 find:Add after:Code: Select all <div id="wrapcentre"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td>find:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Add before:Code: Select all <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN -->  <span style="color: red;">{L_BOARD_DISABLED}</span> <!-- ENDIF -->Add after:Code: Select all <!-- ENDIF -->find:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Add after:Code: Select all <td><img src="{T_THEME_PATH}/images/p_menu/cu_r.png" width="45" height="45" alt="" /></td> <td style="background:url({T_THEME_PATH}/images/p_menu/p_02.png) repeat;" width="20%" height="45"></td> <td><img src="{T_THEME_PATH}/images/p_menu/p_03.png" width="61" height="45" alt="" /></td> </tr> </table>Find:Code: Select all <!-- ENDIF -->Add before:Code: Select all <tr> <td> <table style="height:45" border="0" cellpadding="0" cellspacing="0"> <tr>Find:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Add after:Code: Select all <!-- IF not S_IS_BOT --> <a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> <!-- ENDIF --> </td> <td><img src="{T_THEME_PATH}/images/p_menu/p_13.png" width="61" height="40" alt="" /></td> </tr> </table> </td> </tr>open: styles/X-Treme/template/portal/_block_config.htmlCode: Select all <!-- ENDIF -->
 replace with: (click the link to get the code)
 _block_config.html for X-Treme
 
 DIY instructions: Knowledge Base: Changes to forums styles
- [+] 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/X-Treme/template/portal/*.*
 Kopiere: root/styles/subsilver2/theme/images/portal/*.*
 nach: styles/X-Treme/theme/images/portal/*.*
 
 Öffne: styles/X-Treme/template/breadcrumbs.html
 Finde:In der Zeile finde:Code: Select all <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> »In der Zeile davor einfügen:Code: Select all <a href="{U_INDEX}">{L_INDEX}</a>Öffne: styles/X-Treme/template/overall_header.htmlCode: Select all <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
 Finde:Danach einfügen:Code: Select all <div id="wrapcentre"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td>Finde:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Davor einfügen:Code: Select all <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN -->  <span style="color: red;">{L_BOARD_DISABLED}</span> <!-- ENDIF -->Danach einfügen:Code: Select all <!-- ENDIF -->Finde:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Danach einfügen:Code: Select all <td><img src="{T_THEME_PATH}/images/p_menu/cu_r.png" width="45" height="45" alt="" /></td> <td style="background:url({T_THEME_PATH}/images/p_menu/p_02.png) repeat;" width="20%" height="45"></td> <td><img src="{T_THEME_PATH}/images/p_menu/p_03.png" width="61" height="45" alt="" /></td> </tr> </table>Finde:Code: Select all <!-- ENDIF -->Davor einfügen:Code: Select all <tr> <td> <table style="height:45" border="0" cellpadding="0" cellspacing="0"> <tr>Finde:Code: Select all <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Danach einfügen:Code: Select all <!-- IF not S_IS_BOT --> <a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> <!-- ENDIF --> </td> <td><img src="{T_THEME_PATH}/images/p_menu/p_13.png" width="61" height="40" alt="" /></td> </tr> </table> </td> </tr>Öffne: styles/X-Treme/template/portal/_block_config.htmlCode: Select all <!-- ENDIF -->
 Ersetze mit: (folge dem Link um zum Code zu gelangen)
 _block_config.html für X-Treme
 
 Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien

