X-Treme

Locked
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

X-Treme

Post by Marc »

Style: X-Treme
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:
1-X-Treme.jpg
Portal Screenshot-2:
2-X-Treme.jpg
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:

Code: Select all

<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; 
Inline find:

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>
Inline add before:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Open: styles/X-Treme/template/overall_header.html
find:

Code: Select all

<div id="wrapcentre">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
		<td>
Add after:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

Code: Select all

						<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span>
						<!-- ENDIF -->
Add before:

Code: Select all

<!-- ENDIF -->
Add after:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
find:

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>
Add after:

Code: Select all

		<!-- ENDIF -->
Find:

Code: Select all

		<tr>
		<td>
			<table style="height:45" border="0" cellpadding="0" cellspacing="0">
			<tr>
Add before:

Code: Select all

		<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find:

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>
Add after:

Code: Select all

		<!-- ENDIF -->
open: styles/X-Treme/template/portal/_block_config.html
replace with: (click the link to get the code)
_block_config.html for X-Treme

DIY instructions: Knowledge Base: Changes to forums styles
Schritt für Schritt Anleitung in
[+] 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:

Code: Select all

<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; 
In der Zeile finde:

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>
In der Zeile davor einfügen:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Öffne: styles/X-Treme/template/overall_header.html
Finde:

Code: Select all

<div id="wrapcentre">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
		<td>
Danach einfügen:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finde:

Code: Select all

						<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span>
						<!-- ENDIF -->
Davor einfügen:

Code: Select all

<!-- ENDIF -->
Danach einfügen:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finde:

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>
Danach einfügen:

Code: Select all

		<!-- ENDIF -->
Finde:

Code: Select all

		<tr>
		<td>
			<table style="height:45" border="0" cellpadding="0" cellspacing="0">
			<tr>
Davor einfügen:

Code: Select all

		<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finde:

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>
Danach einfügen:

Code: Select all

		<!-- ENDIF -->
Öffne: styles/X-Treme/template/portal/_block_config.html
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
Last edited by archivar on 2. October 2010 19:06, edited 1 time in total.
Reason: Portal Screenshot´s hinzu gefügt
Locked

Return to “board3 Portal v1.0.4 / v1.0.5 / v1.0.6 - Styles”