Style Version: 2.0.4
phpBB Version: 3.0.7
Board3Portal Version: 1.0.5/1.0.6
Style Download: http://demo.phpbb3styles.net/Avalon
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/avalon/template/portal/*.*
copy: root/styles/subsilver2/theme/images/portal/*.*
to: styles/avalon/theme/images/portal/*.*
open: styles/avalon/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/avalon/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
<div class="navrow">
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.Add beforeCode: Select all
</td> <td class="row-right" valign="top"><img src="{T_THEME_PATH}/images/row_right_top.gif" width="4" height="100" alt="" /></td> </tr> <tr> <td class="row-left"><img src="{T_THEME_PATH}/images/spacer.gif" width="4" height="1" alt="" /></td> <td id="contentrow">
Tip: Add these lines on a new blank line before the preceding line(s) to find.Add afterCode: Select all
<!-- ENDIF -->
Tip: Add these lines on a new blank line after 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.Add beforeCode: 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 -->
Tip: Add these lines on a new blank line before the preceding line(s) to find.Add afterCode: Select all
<!-- ENDIF -->
Tip: Add these lines on a new blank line after 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.Add afterCode: Select all
<!-- INCLUDE breadcrumbs.html --> <br />
Tip: Add these lines on a new blank line after the preceding line(s) to find.open: styles/avalon/template/portal/block/announcements.htmlCode: Select all
<!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<td class="cat"> <a name="a"></a><a name="a{announcements_row.A_ID}"></a> <!-- IF announcements_row.S_UNREAD_INFO --><a href="{announcements_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{announcements_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF announcements_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements_row.TOPIC_ICON_IMG}" width="{announcements_row.TOPIC_ICON_IMG_WIDTH}" height="{announcements_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a> </td>
Tip: Replace the preceding line(s) to find with the following lines.open: styles/avalon/template/portal/block/announcements_compact.htmlCode: Select all
<th> <a name="a"></a><a name="a{announcements_row.A_ID}"></a> <!-- IF announcements_row.S_UNREAD_INFO --><a href="{announcements_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{announcements_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF announcements_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements_row.TOPIC_ICON_IMG}" width="{announcements_row.TOPIC_ICON_IMG_WIDTH}" height="{announcements_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a> </th>
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<!-- IF not announcements_row.S_NO_TOPICS --> <tr class="nav"> <!-- IF S_TOPIC_ICONS --> <td class="cat" align="center" colspan="3"> {L_TOPICS} </td> <!-- ELSE --> <td class="cat" align="center" colspan="2"> {L_TOPICS} </td> <!-- ENDIF --> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <td class="cat" align="center"> {L_REPLIES} </td> <td class="cat" align="center"> {L_VIEWS} </td> <!-- ENDIF --> <td class="cat" align="center"> {L_LAST_POST} </td> </tr> <!-- ENDIF -->
Tip: Replace the preceding line(s) to find with the following lines.open: styles/avalon/template/portal/block/news.htmlCode: Select all
<!-- IF not announcements_row.S_NO_TOPICS --> <tr class="nav"> <!-- IF S_TOPIC_ICONS --> <th colspan="3"> {L_TOPICS} </th> <!-- ELSE --> <th colspan="2"> {L_TOPICS} </th> <!-- ENDIF --> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <th> {L_REPLIES} </th> <th> {L_VIEWS} </th> <!-- ENDIF --> <th> {L_LAST_POST} </th> </tr> <!-- ENDIF -->
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<td class="cat"> <a name="n"></a><a name="n{news_row.N_ID}"></a> <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}" width="{news_row.TOPIC_ICON_IMG_WIDTH}" height="{news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
Tip: Replace the preceding line(s) to find with the following lines.open: styles/avalon/template/portal/block/news_compact.htmlCode: Select all
<th> <a name="n"></a><a name="n{news_row.N_ID}"></a> <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}" width="{news_row.TOPIC_ICON_IMG_WIDTH}" height="{news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></th>
Find
Tip: This may be a partial find and not the whole line.Replace withCode: Select all
<td class="cat" align="center" colspan="3"> {L_TOPICS} </td> <!-- ELSE --> <td class="cat" align="center" colspan="2"> {L_TOPICS} </td> <!-- ENDIF --> <!-- IF S_DISPLAY_NEWS_RVS --> <td class="cat" align="center"> {L_REPLIES} </td> <td class="cat" align="center"> {L_VIEWS} </td> <!-- ENDIF --> <td class="cat" align="center"> {L_LAST_POST} </td>
Tip: Replace the preceding line(s) to find with the following lines.open: styles/avalon/template/portal/_block_config.htmlCode: Select all
<th colspan="3"> {L_TOPICS} </th> <!-- ELSE --> <th colspan="2"> {L_TOPICS} </th> <!-- ENDIF --> <!-- IF S_DISPLAY_NEWS_RVS --> <th> {L_REPLIES} </th> <th> {L_VIEWS} </th> <!-- ENDIF --> <th> {L_LAST_POST} </th>
replace with: (click the link to get the code)
_block_config.html for Avalon
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/avalon/template/portal/*.*
kopiere: root/styles/subsilver2/theme/images/portal/*.*
nach: styles/avalon/theme/images/portal/*.*
Öffne: styles/avalon/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/avalon/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
<div class="navrow">
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.Davor einfügenCode: Select all
</td> <td class="row-right" valign="top"><img src="{T_THEME_PATH}/images/row_right_top.gif" width="4" height="100" alt="" /></td> </tr> <tr> <td class="row-left"><img src="{T_THEME_PATH}/images/spacer.gif" width="4" height="1" alt="" /></td> <td id="contentrow">
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.Danach einfügenCode: Select all
<!-- ENDIF -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach 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.Davor einfügenCode: 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 -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile vor den/der gerade gesuchten eingefügt.Danach einfügenCode: Select all
<!-- ENDIF -->
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach 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.Danach einfügenCode: Select all
<!-- INCLUDE breadcrumbs.html --> <br />
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Öffne: styles/avalon/template/portal/block/announcements.htmlCode: Select all
<!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<td class="cat"> <a name="a"></a><a name="a{announcements_row.A_ID}"></a> <!-- IF announcements_row.S_UNREAD_INFO --><a href="{announcements_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{announcements_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF announcements_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements_row.TOPIC_ICON_IMG}" width="{announcements_row.TOPIC_ICON_IMG_WIDTH}" height="{announcements_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a> </td>
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/avalon/template/portal/block/announcements_compact.htmlCode: Select all
<th> <a name="a"></a><a name="a{announcements_row.A_ID}"></a> <!-- IF announcements_row.S_UNREAD_INFO --><a href="{announcements_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{announcements_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF announcements_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements_row.TOPIC_ICON_IMG}" width="{announcements_row.TOPIC_ICON_IMG_WIDTH}" height="{announcements_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a> </th>
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<!-- IF not announcements_row.S_NO_TOPICS --> <tr class="nav"> <!-- IF S_TOPIC_ICONS --> <td class="cat" align="center" colspan="3"> {L_TOPICS} </td> <!-- ELSE --> <td class="cat" align="center" colspan="2"> {L_TOPICS} </td> <!-- ENDIF --> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <td class="cat" align="center"> {L_REPLIES} </td> <td class="cat" align="center"> {L_VIEWS} </td> <!-- ENDIF --> <td class="cat" align="center"> {L_LAST_POST} </td> </tr> <!-- ENDIF -->
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/avalon/template/portal/block/news.htmlCode: Select all
<!-- IF not announcements_row.S_NO_TOPICS --> <tr class="nav"> <!-- IF S_TOPIC_ICONS --> <th colspan="3"> {L_TOPICS} </th> <!-- ELSE --> <th colspan="2"> {L_TOPICS} </th> <!-- ENDIF --> <!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS --> <th> {L_REPLIES} </th> <th> {L_VIEWS} </th> <!-- ENDIF --> <th> {L_LAST_POST} </th> </tr> <!-- ENDIF -->
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<td class="cat"> <a name="n"></a><a name="n{news_row.N_ID}"></a> <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}" width="{news_row.TOPIC_ICON_IMG_WIDTH}" height="{news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></td>
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/avalon/template/portal/block/news_compact.htmlCode: Select all
<th> <a name="n"></a><a name="n{news_row.N_ID}"></a> <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><!-- IF news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}" width="{news_row.TOPIC_ICON_IMG_WIDTH}" height="{news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></th>
Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Ersetzen mitCode: Select all
<td class="cat" align="center" colspan="3"> {L_TOPICS} </td> <!-- ELSE --> <td class="cat" align="center" colspan="2"> {L_TOPICS} </td> <!-- ENDIF --> <!-- IF S_DISPLAY_NEWS_RVS --> <td class="cat" align="center"> {L_REPLIES} </td> <td class="cat" align="center"> {L_VIEWS} </td> <!-- ENDIF --> <td class="cat" align="center"> {L_LAST_POST} </td>
Hinweis: Die genannten Zeile(n) werden mit den/der folgenden ersetzt.Öffne: styles/avalon/template/portal/_block_config.htmlCode: Select all
<th colspan="3"> {L_TOPICS} </th> <!-- ELSE --> <th colspan="2"> {L_TOPICS} </th> <!-- ENDIF --> <!-- IF S_DISPLAY_NEWS_RVS --> <th> {L_REPLIES} </th> <th> {L_VIEWS} </th> <!-- ENDIF --> <th> {L_LAST_POST} </th>
Ersetze mit: (folge dem Link um zum Code zu gelangen)
_block_config.html für Avalon
Manuelle Vorgänge: Knowledge Base: Änderungen an den Styles Dateien