Seite 1 von 1

Arcade-Installation ->overall_header.html - Eintrag fehlt!?

Verfasst: 16.11.2010 23:21
von o0Pascal0o
Hallo,

ich bin dabei die Arcade-Mod zu installieren: http://www.phpbb.com/community/viewtopi ... fc7e93ad6f

Ich nutze das Style: etechgray (Subsilver2-Style). Jedoch finde ich in der Install.xml für Suvsilver2 folgenden Eintrag nicht in der overall_header.html meines Styles. Das ist die Anweisung:


Find
Tip: This may be a partial find and not the whole line.

Code: Alles auswählen

Code:Select All
		</table>
		</div>

		<div id="datebar">
			<table width="100%" cellspacing="0">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Alles auswählen

Code:Select All
		<!-- INCLUDE arcade/arcade_info_body.html -->


Hier ist meine overall_header.html. Ich finde dort keinen ähnlichen Eintrag:
https://www.phpbb.de/support/pastebin.p ... view&s=588
Ich finde dort zwar: "<table width="100%" cellspacing="0">" - aber darüber im Code geht es komplett anders weiter:

Code: Alles auswählen

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

    <table width="100%" cellspacing="0">
Wo muß ich das nun einfügen?

Vielen Dank

Pascal

Mein Style: http://www.phpbb3styles.net/db/style/eTech+Gray

Re: Arcade-Installation ->overall_header.html - Eintrag fehl

Verfasst: 17.11.2010 05:47
von Schattentraum
Hey du ,

habs mir eben mal angeschaut.
Meines wissens erzeugt der Code:

Code: Alles auswählen

<!-- INCLUDE arcade/arcade_info_body.html -->
einen ähnlichen Kasten wie:

Code: Alles auswählen

<!-- 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 -->
Dieser zeigt an wenn das Board deaktiviert ist. Kannst du ja mal selbst testen, wenn du es einstellst.

Also kannst du den Code einfach darüber oder darunter setzen.

Das es dann so aussieht:

Code: Alles auswählen

<!-- 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 -->
<!-- INCLUDE arcade/arcade_info_body.html -->

Grueße!

Re: Arcade-Installation ->overall_header.html - Eintrag fehl

Verfasst: 17.11.2010 09:13
von o0Pascal0o
Ah - super. Vielen Dank.

Jetzt sieht es bei mir so aus:

Code: Alles auswählen

<!-- ENDIF -->

<!-- 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 -->
                    <!-- INCLUDE arcade/arcade_info_body.html -->
    <table width="100%" cellspacing="0">
    <tr>
        <td class="gensmall">