WoW:Aliance (green)

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Marcelito
Active Member
Posts: 1
Joined: 13. July 2010 10:15

WoW:Aliance (green)

Post 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
User avatar

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

Re: WoW:Aliance (green)

Post by archivar »

I have the German and the English instructions for Wow Alliance (green) Reviewed:
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.
V.G. archivar
sorry for my bad english
User avatar

Marc
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)

Post 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
Post Reply

Return to “Styles Support”