Hallo zusammen,
ich wollte gestern Abend den Style WoW:Aliance (green) an das Portal anpassen (http://www.sushervestdorsten.de/portal/portal.php)
Leider stehen in den Dateien nicht die Angegebenen Pfade die verändert werden sollen. Kann mir vielleicht jemand sagen was ändern muss und wo?
Oder weiß jemand ob es eine Anleitung gibt?
Danke schonmal im Voraus für die Hilfe.
Hier ist der Style: http://www.stsoftware.biz/phpbb30_style ... iance.html
WoW:Aliance (green)
-
- Portal Professional
- Posts: 1963
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: WoW:Aliance (green)
I have the German and the English instructions for Wow Alliance (green) Reviewed:
Look here: viewtopic.php?f=47&t=3833
Look here: viewtopic.php?f=47&t=3833
Last edited by archivar on 31. July 2010 15:58, edited 1 time in total.
Reason: Anleitung für Wow Alliance (green) in Deutsch und Englisch überarbeitet.
Reason: Anleitung für Wow Alliance (green) in Deutsch und Englisch überarbeitet.
V.G. archivar
sorry for my bad english
sorry for my bad english
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: WoW:Aliance (green)
And in English:
For all other edits please take a look at: siehe board3_Portal_105/contrib/subsilver2.xml
Open: root/styles/wow_alliance_green/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Find
Tip: This may be a partial find and not the whole line.
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
For all other edits please take a look at: siehe board3_Portal_105/contrib/subsilver2.xml
Open: root/styles/wow_alliance_green/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code: Select all
<tr>
<td id="logorow" align="center"><div id="logo-left"><div id="logo-right">
<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>
</div></div></td>
</tr>
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 -->
Tip: This may be a partial find and not the whole line.
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 -->
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Select all
<!-- ENDIF -->
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 -->
Tip: This may be a partial find and not the whole line.
Code: Select all
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}<br />
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
</td>
</tr>
</table>
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select all
<!-- ENDIF -->
Tip: This may be a partial find and not the whole line.
Code: Select all
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
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 -->
Tip: This may be a partial find and not the whole line.
Code: Select all
<!-- INCLUDE breadcrumbs.html -->
<br />
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select all
<!-- ENDIF -->
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
See install.xml