AcidTech / AcidTech Red / AcidTech Green / AcidTech Purple

Locked
User avatar

Topic author
Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

AcidTech / AcidTech Red / AcidTech Green / AcidTech Purple

Post by Mike »

Style: AcidTech / AcidTech Red / AcidTech Green / AcidTech Purple
Style Version: 2.0.3
phpBB Version: 3.0.6
Board3Portal Version: 1.0.4

Style Download: http://www.stsoftware.biz/phpbb30_style.acidtech.html
Portal Demo: http://area51.mikevil.de/portal.php?style=87

Step by Step Guide in
[+] English
This Guide is written for AcidTech, but it works for AcidTech Red, AcidTech Green and AcidTech Purple also. If you want to use this Guide for ..Red ..Green or ..Purple you just have to replace "AcidTech" with the Name of your Style in this Guide.

As 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/acidtech/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/acidtech/theme/images/portal/*.*

open: styles/acidtech/template/breadcrumbs.html
find:

Code: Select all

			<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
in-line find:

Code: Select all

			<p class="breadcrumbs">
in-line add after:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->

open: styles/acidtech/template/overall_header.html
find:

Code: Select all

<tr>
	<td class="navrow">
add before:

Code: Select all

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

Code: Select all

<tr>
	<td id="contentrow">
add before:

Code: Select all

  <!-- ENDIF -->
find:

Code: Select all

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
	<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
add after:

Code: Select all

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

Code: Select all

	<!-- INCLUDE breadcrumbs.html -->
add after:

Code: Select all

   <!-- ENDIF -->

open: styles/acidtech/template/portal/_block_config.html
replace with: (click the link to get the code)
_block_config.html for AcidTech

DIY instructions: Knowledge Base: Changes to forums styles
Schritt für Schritt Anleitung in
[+] Deutsch
Diese Anleitung wurde für AcidTech geschrieben, funktioniert aber auch für AcidTech Red, AcidTech Green und AcidTech Purple.
Wenn ihr diese Anleitung für ..Red ..Green oder ..Purple nutzen wollt, müsst ihr einfach "AcidTech" in diese 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:
(kopiere diese Dateien bitte aus dem B3P download-paket.)

kopiere: root/styles/subsilver2/template/portal/*.*
nach: styles/acidtech/template/portal/*.*
kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/acidtech/theme/images/portal/*.*

öffne: styles/acidtech/template/breadcrumbs.html
finde:

Code: Select all

			<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
finde in dieser Zeile:

Code: Select all

			<p class="breadcrumbs">
in dieser Zeile danach einfügen:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->

öffne: styles/acidtech/template/overall_header.html
finde:

Code: Select all

<tr>
	<td class="navrow">
davor einfügen:

Code: Select all

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

Code: Select all

<tr>
	<td id="contentrow">
davor einfügen:

Code: Select all

  <!-- ENDIF -->
finde:

Code: Select all

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
	<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
danach einfügen:

Code: Select all

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

Code: Select all

	<!-- INCLUDE breadcrumbs.html -->
danach einfügen:

Code: Select all

   <!-- ENDIF -->

öffne: styles/acidtech/template/portal/_block_config.html
ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für AcidTech

Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien
kein Support per PN / Messenger
no Support via PM / Messenger
Locked

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