Seite 1 von 1

impressum mod von Autor: AWSW

Verfasst: 21.11.2006 17:07
von jdgreycat
Nach vorschriftsmässiger Installation ist das Impressum da, kann aber nicht editiert werden.
Wo werden die Impressumtexte 1-27 eingegeben?

Ist es richtig, dass in der admin/index.php zweimal nacheinander identischer Inhalt eingegeben werden soll, nämlich nach
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
gemäß Finde1. und Finde 2. der install.txt jeweils
case PAGE_IMPRESSUM:
$location = $lang['Viewing_Impressum'];
$location_url = "impressum.$phpEx?pane=right";
break;
??.
Vielen Dank für Hinweise.

Verfasst: 21.11.2006 17:11
von Elvis
das ist 2x vorahnden und mußt es 2x machen.

Verfasst: 21.11.2006 17:22
von BennyProdo
den impressumstext kannst du ändern indem du mal die phpBB2/language/lang_german/lang_impressum.php nachguckst!
die ungefähr so aussehen sollte:

Code: Alles auswählen

<?php
/***************************************************************************
 *                          lang_impressum.php [german]
 *                          ---------------------------
 *
 *   copyright            : (C) 2003 AWSW @ www.awsw.de
 *   email                : awsw@awsw.de
 *
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

$lang['Impressumtext1'] = 'Impressum';
$lang['Impressumtext2'] = 'x';
$lang['Impressumtext3'] = 'x';
$lang['Impressumtext4'] = 'Anschrift:';
$lang['Impressumtext5'] = 'x';
$lang['Impressumtext6'] = 'x';
$lang['Impressumtext7'] = 'x';
$lang['Impressumtext8'] = 'x';
$lang['Impressumtext18'] = 'x';
$lang['Impressumtext19'] = 'x';
$lang['Impressumtext20'] = 'x';
$lang['Impressumtext21'] = 'x';
$lang['Impressumtext9'] = 'Kontakt';
$lang['Impressumtext10'] = 'x';
$lang['Impressumtext11'] = 'x';
$lang['Impressumtext12'] = 'Mail / Private Nachricht an den Admin:';
$lang['Impressumtext13'] = 'x';
$lang['Impressumtext14'] = 'x';
$lang['Impressumtext15'] = 'x';
$lang['Impressumtext16'] = 'x';
$lang['Impressumtext17'] = 'x';
$lang['Impressumtext18'] = 'x'

?>
überall wo ein x ist kannst du ändern, musst du aber nicht! Diesen code habe ich extra so bearbeitet, imoment stehen da ja andere werte drin, bei dir :wink:

lg Benny

Verfasst: 21.11.2006 17:39
von gloriosa
Hallo,
die Einrichtung und Konfiguration des Impressum MOD von AWSW geht weit über das Editieren der lang_impressum.php hinaus. Dazu habe ich schon mehrfach die Lösung beschrieben, so das ich hier nur auf die Nutzung der, viel zu selten benutzten, boardeigenen Funktion [ externes Bild ] Suchen nach Impressum und Autor=gloriosa hinweise. :wink:

Verfasst: 21.11.2006 18:04
von jdgreycat
Großes Dankeschön.