Seite 1 von 1

Impressum Mod Dinseprinz auf Avalon Style Hilfe

Verfasst: 11.02.2013 18:52
von badboy26
Hallo, ich habe mit automod den Impressum Mod Dinseprinz installiert, aber leider hat sich nicht geändert im Admin bereich ist er nicht, genau so auf Seite im footer wird nichts angezeigt.Was muss ich den ändern wen Impressum Mod mit Auto Mod instaliert wird und board mit anderen Style ist?

:oops: Ich bin anfänger

Re: Impressum Mod Dinseprinz auf Avalon Style Hilfe

Verfasst: 11.02.2013 18:55
von Crizzo
Hi,

mit deinem Browser (Opera, Firefox, Chrome, Internet Explorer, Safari...) die install.xml deines Mods öffnen und dort die Installations-Anweisung manuell mit einem Editor an den Dateien durchführen, die zu deinem Style gehören.

Beispiel:
Da steht ändere: styles/prosilver/template/overall_header.html
Dann musst du bei dir die Änderungen an der Datei: styles/<DEINSTYLENAME>/template/overall_header.html vornehmen.


Grüße

Re: Impressum Mod Dinseprinz auf Avalon Style Hilfe

Verfasst: 11.02.2013 19:04
von badboy26
Folgende Datai habe ich eingefügt:

beim includes/functions.php

// Which timezone?
$tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone']));
$user->add_lang('mods/lang_impressum'); Hinzugefügt


und hier was soll gemacht werden?
Find

Code: Alles auswählen

$tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone']));
Add After

Code: Alles auswählen

$user->add_lang('mods/lang_impressum');
The Find specified by the MOD could not be found
styles/prosilver/template/overall_header.html
Find

Code: Alles auswählen

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
Add Before

Code: Alles auswählen

<li class="icon-disclaimer"><a href="{U_IMPRESSUM}" title="{L_IMPRESSUM_TITLE}" accesskey="l">{L_IMPRESSUM_TITLE}</a></li>
The Find specified by the MOD could not be found
styles/prosilver/template/overall_footer.html
Find

Code: Alles auswählen

<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
In-Line Find
<div class="copyright">
The In-Line Find specified by the MOD could not be found. The Find specified by the MOD could not be found
styles/prosilver/theme/stylesheet.css
Find

Code: Alles auswählen

@import url("colours.css");
Add After

Code: Alles auswählen

@import url("impressum.css");
Success
styles/subsilver2/template/overall_header.html
Find

Code: Alles auswählen

<a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
Add After

Code: Alles auswählen

&nbsp; &nbsp;<a href="{U_IMPRESSUM}"><img src="{T_THEME_PATH}/images/icon_mini_disclaimer.gif" width="12" height="13" alt="*" /> {L_IMPRESSUM_TITLE}</a>
Success
styles/subsilver2/template/overall_footer.html
Find

Code: Alles auswählen

<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
In-Line Find

Code: Alles auswählen

<span class="copyright">

Re: Impressum Mod Dinseprinz auf Avalon Style Hilfe

Verfasst: 11.02.2013 19:08
von gloriosa
Hallo,
1. zum Posten von Quelltest gibt es die Code-Tags ! ::oops:
2. zum manuellen Einbau von MOD's (auch im Nachgang eines AUtoMOD-Einabu'e) oder Teilen davon gelten die >>> KB:18 >>> bzw. >>> KB:183 <<< ! :oops: