Seite 17 von 77

Verfasst: 11.02.2008 21:03
von treffchat
Gibts des Impressum bald auch für die Goldedition?

Verfasst: 11.02.2008 21:34
von Skippy07
Funktioniert problemlos in Gold

Gruss
Stefan

Verfasst: 11.02.2008 21:50
von ups
mal ne frage...

frage: wo ist die installanweisung für subsilver2 oben im footer? der ordner ist da, aber nicht wie man sie einbaut.....
laut einbauanweisung fehlts in der install, eine andere ist auch nicht dabei

würd auch gerne nen code haben zum einbau im footer in beide styles...

wann gibts mal eine definitive fertige version?, nur die bei google geht, ansonsten ist die seite ein bischen verweist

merci :-)

EDIT: ich hab 17 seiten jetzt durchgelesen...
gefunden hab ich nun :

Code: Alles auswählen

<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a>
für styles/xx xx/template/overal footer....
nur unter welchen code füge ich das ein in subsilver2 und prosilver?

Verfasst: 12.02.2008 14:03
von stevenwort
Ich würde auch mal gerne wissen, wie man das Impressum im subsilver2 Style eingeschaltet bekommt. :(

Verfasst: 12.02.2008 17:22
von ups
gute frage
wann ist die endgültige fertig?

Verfasst: 12.02.2008 19:24
von franki
1) unter prosilver laut der install-Anweisung
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All

Code: Alles auswählen

						<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l" class="icon-logout">{L_LOGIN_LOGOUT}</a>
					<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All

Code: Alles auswählen

		<strong>&bull;</strong> <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a>
2) unter subsilver2

Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Alles auswählen

				<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Alles auswählen

<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a> &nbsp;

Verfasst: 12.02.2008 19:57
von ups
franki hat geschrieben:2) unter subsilver2

Open: styles/subsilver2/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Alles auswählen

				<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Alles auswählen

<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a> &nbsp;
hab nur:

Code: Alles auswählen

			<td class="genmed">
				<!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"<!-- IF S_USER_LOGGED_IN --> onclick="return logout_confirmation(); return true;"<!-- ENDIF -->
><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
gefunden...

wissen wollte ich auch wie und wo und auch was man im Footer.html in beide templates einfügen kann

grüße
ups

Verfasst: 13.02.2008 01:15
von franki
Prosilver

Öffne
style/prosilver/template/overall_footer.html

Suche

Code: Alles auswählen

			<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
Füge direkt hinter dem </a> ein

Code: Alles auswählen

 » <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a>
Subsilver2

Öffne
style/subsilver2/template/overall_footer.html

Suche

Code: Alles auswählen

<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
Ersetze durch

Code: Alles auswählen

<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]<!-- ENDIF --> &nbsp; &nbsp;<!-- IF not S_IS_BOT -->[ <a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a> ]<!-- ENDIF --></span><br /><br />

Verfasst: 13.02.2008 01:50
von ups
öhm...ups...
merke grad das es nicht das was ich möchte...

sollte so aussehen...also mittig über den powered.....

[ externes Bild ]

subsilver2/template/overall_header.html ? brauch ich immernoch ;)


grüße
ups

Verfasst: 13.02.2008 11:13
von franki
Subsilver2/template/overall_header.html
Suche

Code: Alles auswählen

         <td class="genmed"> 
            <!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"<!-- IF S_USER_LOGGED_IN --> onclick="return logout_confirmation(); return true;"<!-- ENDIF --> 
><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
füge hinter

Code: Alles auswählen

<!-- IF not S_IS_BOT -->

Code: Alles auswählen

<a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}" accesskey="l">{L_IMPRESSUM}</a> &nbsp;
ein

Subsilver2/template/overall_footer.html
Suche

Code: Alles auswählen

<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
Davor einfügen

Code: Alles auswählen

<span><a href="{U_IMPRESSUM}" title="{L_IMPRESSUM}">{L_IMPRESSUM}</a></span><br />