ACP nicht mehr erreichbar?

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
IceTrailer

ACP nicht mehr erreichbar?

Beitrag von IceTrailer »

Hallo,

ich hatte mir gestern auf meiner Website phpBB3 installiert, wobei ich dann natürlich direkt ein Style heruntergeladen habe um das Forum besser zu gestalten.

Ich hatte in overall_footer.html alles rausgelöscht, als ich dann bemerkt habe, dass da das ACP nicht mehr erreichbar ist, habe ich von dem Style die alte Datei mit der originalen noch einmal ersetzt.

Jetzt ist allerdings folgendes Problem da, was mir etwas Sorgen bereitet:

Die Datei ist genau die gleiche wie zuvor, nur ist das ACP nicht mehr da, wo es vorher war.

Ich hab es auch versucht, mal die Datei von nem Defaultstyle herzunehmen - ohne Erfolg, weiß jemand weiter?


in der hochgeladenen overall_footer.html ist Folgendes enthalten:

Code: Alles auswählen

<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

<!--
	We request you retain the full copyright notice below including the link to http://www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to http://www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

<div id="wrapfooter">
<!-- WARNING Licenses Creative Commons DON'T DELETE -->   
<center>Style created by &copy; <b>Matti</b>, <a href="http://www.gamesboard.pl" title="gry">gry komputerowe</a>, reklama sem <strong><a href="http://www.4poziom.com";
title="reklama">reklama</a></strong> seo
</center><br />
 <!-- WARNING Licenses Creative Commons DON'T DELETE -->
	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
	<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
	<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>

</body>
</html>
Weiß jemand weiter?

MfG

//PS: Ich habe bereits in Google und in der Suchfunktion gesucht, hat alles aber nichts gebracht.
Zuletzt geändert von Crizzo am 31.07.2013 14:13, insgesamt 1-mal geändert.
Grund: Bitte in Zukunft BBCode für Code nutzen: [code] oder die Pastebin bei Code länger als >50 Zeilen
Benutzeravatar
Crizzo
Administrator
Administrator
Beiträge: 12113
Registriert: 19.05.2005 21:45
Kontaktdaten:

Re: ACP nicht mehr erreichbar?

Beitrag von Crizzo »

Hi,

der Style scheint mir veraltet zu sein. z.B. das phpBB Copyright ist in den neuen Versionen so "{CREDIT_LINE} eingebunden, bitte einmal mit der Oringal phpBB3.0.11 overall_footer von "prosilver" vergleichen, siehe:

Code: Alles auswählen

    </div>
   2  
   3  <div id="page-footer">
   4  
   5      <div class="navbar">
   6          <div class="inner"><span class="corners-top"><span></span></span>
   7  
   8          <ul class="linklist">
   9              <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
  10                  <!-- IF not S_IS_BOT -->
  11                      <!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
  12                      <!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
  13                      <!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
  14                      <!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
  15                  <!-- ENDIF -->
  16              <li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
  17          </ul>
  18  
  19          <span class="corners-bottom"><span></span></span></div>
  20      </div>
  21  
  22      <div class="copyright">{CREDIT_LINE}
  23          <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
  24          <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
  25          <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
  26      </div>
  27  </div>
  28  
  29  </div>
  30  
  31  <div>
  32      <a id="bottom" name="bottom" accesskey="z"></a>
  33      <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
  34  </div>
  35  
  36  </body>
  37  </html>
Danach den alten Code mit dem neuen Code ersetzen und manuell den Cache leeren: KB:cache_leeren

Grüße

PS: Für die Zukunft: Einfach irgendwas zu löschen, wenn man nicht weiß was man macht, ist keine gute Idee!
IceTrailer

Re: ACP nicht mehr erreichbar?

Beitrag von IceTrailer »

Vielen Dank für die schnelle Antwort! Es funktioniert wie beschrieben.

Ja, das mit dem Löschen habe ich aus einem YouTube-Video, derjenige hat es im Nachhinein auch gesagt, das wäre falsch gewesen.

MfG
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“