Seite 1 von 2

Kein Adminlink mehr da!

Verfasst: 14.06.2006 19:06
von WebElch
Hallo!
Ich habe seit längerem keinen Adminlink mehr, der normalerweise unten im forum angezeigt wird. Ich hab herausgefunden, dass anscheinend der gesamte Footer nicht mehr angezeigt wird. Denn neben dem Adminlink fehlt u.a. auch der Verweis auf den Webring und ctracker. :( In welchen Dateien könnte das Problem liegen? Ich habe keine Ahnung! Bitte um Hilfe!
MfG Webelch

Verfasst: 14.06.2006 19:08
von Julian87
Hi,

inder overall_footer.tpl steht alles.
Bzw. dort sollte es stehen.

Julian

Verfasst: 14.06.2006 19:13
von BraveEagle
Hast du überhaupt noch das Copyright von phpBB?

Verfasst: 14.06.2006 19:19
von WebElch
Nein. das wird auch nicht mehr angezeigt. Schauts euch bitte einfach mal an: http://www.goerzhainer-elche.de/php/forum/index.php

Verfasst: 14.06.2006 19:50
von Fehlerteufel
spiele die overall_footer.tpl einfach nochmal in den entsprechenden ordner des styles ein...

Verfasst: 21.06.2006 19:04
von WebElch
Das hat leider auch nichts gebracht. Es wird keine Fußzeile angezeigt. :-?

Verfasst: 21.06.2006 19:40
von Julian87
Hi,

dann stell doch mal die overall_footer.tpl zum Download bereit.

Julian

Verfasst: 22.06.2006 14:00
von WebElch

Code: Alles auswählen

<br>
<!-- Code fuer den phpBB.de-Webring START -->
            <style type="text/css">
a.ring_mono,
a.ring_mono:hover,
a.ring_mono:active,
a.ring_mono:visited,
.ring_mono {
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
a.ring_text,
a.ring_text:hover,
a.ring_text:active,
a.ring_text:visited,
.ring_text {
    font-family:Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

</style>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td align="center"><span class="ring_text"><a target="_top" class="ring_text" href="http://www.phpbb.de/wr_info.php?id=1069">phpBB.de-Webring</a></span></td>
  </tr>
  <tr> 
    <td align="center">
	  <span class="ring_mono"><a target="_top" class="ring_mono" href="http://www.phpbb.de/wr_go.php?id=1069&action=prev" title="Eine Site zurück"><</a></span>     
      <span class="ring_mono"><a target="_top" class="ring_mono" href="http://www.phpbb.de/wr_go.php?id=1069&action=rand" title="Zufällige Site">*</a></span>     
	  <span class="ring_mono"><a target="_top" class="ring_mono" href="http://www.phpbb.de/wr_go.php?id=1069&action=next" title="Eine Site weiter">></a></span>
    </td>
  </tr>
</table>
<!-- Code fuer den phpBB.de-Webring ENDE -->

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
	We request you retain the full copyright notice below including the link to 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 phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the 
	Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected. 

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}<br /><br />{CTRACKER_PUBLIC}<br /></span></div>
		</td>
	</tr>
</table>

</body>
</html>

Verfasst: 22.06.2006 17:24
von Julian87
Hi,

die ist in Ordnung. Schau mal ob du das hier findest:

Öffne includes/page_tail.php

Code: Alles auswählen

$template->pparse('overall_footer');
Ist das bei dir in der genannten Datei?

Julian

Verfasst: 22.06.2006 21:25
von WebElch
Hab den Fehler gefunden! :D Lag am MOD CTracker. Irgendwie scheint sich da was in letzter Zeit getan zu haben. Gibs die denn noch?
Aber danke für den Tipp! So bin auch auf die fehlerhafte Stelle in der page_tail.php gestoßen:

Code: Alles auswählen

include($phpbb_root_path . "ctracker/pubview.php");
Durch auskommentieren dieser Zeile geht es wieder!
Vielen Dank!