Melankolia

Locked
User avatar

Topic author
archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Melankolia

Post by archivar »

Style: Melankolia
Style-Version: 1.0.3
phpBB-Version: 3.0.6
Board3Portal Version: 1.0.4 / 1.0.5 / 1.0.6

Style Download: http://demo.phpbb3styles.net/Melankolia
Portal Demo: http://area51.mikevil.de/portal.php?style=62

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

open: styles/melankolia/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<div id="logodesc">
	<div id="logo">
			<a class="logo" href="{U_INDEX}"><h1><font color="#FFFFFF">{SITENAME}</font></h1><span class="gen"><font color="#FFFFFF">{SITE_DESCRIPTION}</font></span></a>
	</div>
</div>
<br />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<p class="breadcrumbs">
In-line Add after

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}"><strong><img src="{T_IMAGESET_PATH}/folder.gif" alt="#" />{L_PORTAL}</a> &#187; <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

   <td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td>
</tr></table>
<!-- ENDIF --><br />
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select all

<!-- ENDIF -->
open: styles/melankolia/template/forumlist_body.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
	<tr>
		<td class="row1">
			<p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p>
			<p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p>
		</td>
	</tr>
	</table>
</table>
Replace with
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all

</table>
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
	<tr>
	  <td class="row1">
	     <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p>
	     <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p>
	  </td>
	</tr>
</table>
1.) DIY instructions: Knowledge Base: Changes to forums styles
2.) DIY instructions: note the contribution
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/melankolia/template/portal/*.*
Kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/melankolia/theme/images/portal/*.*

Öffne: styles/melankolia/template/overall_header.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<div id="logodesc">
	<div id="logo">
			<a class="logo" href="{U_INDEX}"><h1><font color="#FFFFFF">{SITENAME}</font></h1><span class="gen"><font color="#FFFFFF">{SITE_DESCRIPTION}</font></span></a>
	</div>
</div>
<br />
Danach einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

<p class="breadcrumbs">
In der Zeile danach einfügen

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}"><strong><img src="{T_IMAGESET_PATH}/folder.gif" alt="#" />{L_PORTAL}</a> &#187; <!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

   <td class="menu2"><a href="{U_FAQ}">{L_FAQ}</a></td>
</tr></table>
<!-- ENDIF --><br />
Danach einfügen
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.

Code: Select all

<!-- ENDIF -->
Öffne: styles/melankolia/template/forumlist_body.html
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.

Code: Select all

	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
	<tr>
		<td class="row1">
			<p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p>
			<p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p>
		</td>
	</tr>
	</table>
</table>
Ersetzen mit
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.

Code: Select all

</table>
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
	<tr>
	  <td class="row1">
	     <p class="breadcrumbs"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></p>
	     <p class="datetime"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a align="right" class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --></p>
	  </td>
	</tr>
</table>
1.) Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien
2.) Manuelle Vorgänge: Diesen Beitrag beachten
Last edited by archivar on 4. September 2010 08:55, edited 2 times in total.
Reason: Hinweis(Link) zu bestehenden Beitrag hin zu gefügt.
V.G. archivar
sorry for my bad english
Locked

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