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.
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>
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
<!-- 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 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.
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
<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>
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.
Code: Select all
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
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
<!-- INCLUDE breadcrumbs.html -->
<br />
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.
See install.xml