Page 1 of 1

WoW:Aliance (green)

Posted: 13. July 2010 10:20
by Marcelito
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

Re: WoW:Aliance (green)

Posted: 13. July 2010 19:16
by archivar
I have the German and the English instructions for Wow Alliance (green) Reviewed:
Look here: viewtopic.php?f=47&t=3833

Re: WoW:Aliance (green)

Posted: 21. July 2010 22:51
by Marc
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.

Code: Select all

<!-- 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

        <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.

Code: Select all

<!-- ENDIF -->
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.

Code: Select all

<!-- ENDIF -->
DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
See install.xml