wie krieg ich die live statistik aus dem forum wech ??

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
TaLianOveRo
Mitglied
Beiträge: 16
Registriert: 24.03.2003 22:10
Wohnort: NRW
Kontaktdaten:

wie krieg ich die live statistik aus dem forum wech ??

Beitrag von TaLianOveRo »

wie krieg ich die live statistik aus dem forum wech ??

schaut es euch selber an.........rechts am rand das soll WECH !!

http://talianovero.gu2.info/phpBB2/index.php
Acid
Ehrenadmin
Beiträge: 12195
Registriert: 26.04.2001 02:00
Wohnort: Berlin

Beitrag von Acid »

Ersetze den Inhalt der /fisubsilver/index_body.tpl mit folgendem Code..

Code: Alles auswählen

<table width="100%" cellspacing="4" cellpadding="0" border="0">
  <tr>
        <td valign="bottom" class="gensmall">
        <!-- BEGIN switch_user_logged_in -->
                {LAST_VISIT_DATE}<br />
        <!-- END switch_user_logged_in -->
                {CURRENT_TIME}<br /><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
        <td align="right" valign="bottom" class="gensmall">
        <!-- BEGIN switch_user_logged_in -->
                <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <!-- END switch_user_logged_in -->
                <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
                <a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a></td>
  </tr>
</table>

<script language="JavaScript" src="newsmod.php?display_mode=showjs"></script>
	
	<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
		<th height="28" colspan="4"><span class="cattitle"><a href="{FORUM_LINK}" class="cattitle">News</a></span></th>
	</tr>
	<!-- BEGIN newsrow -->
	<tr>
		<td class="row2" align="center">
		<script language="JavaScript" type="text/javascript">
		<!--
		onoff('post{newsrow.TOPIC_ID}_switch',false);
		 //-->
		</script></td>
		<td class="row2" align="center"><p><span class="gensmall">{newsrow.TOPIC_TIME}</span></p></td>
		<td class="row1" align="left"><p><a href="{newsrow.TOPIC_LINK}" class="forumlink">{newsrow.TOPIC_TITLE}</a></span></p></td>
		<td class="row2" align="right"><p><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">Comments</a> ({newsrow.TOPIC_REPLIES})</span></p></td>
	</tr>
	{NEWS_POLL_DISPLAY}
	<tr id="post{newsrow.TOPIC_ID}_switch" style="display:none;">
		<td class="row2" align="center">&nbsp;</td>
		<td colspan="3" class="row2"><span class="postdetails">{L_AUTHOR}: {newsrow.POSTER_NAME} &nbsp;&nbsp;&nbsp; {L_VIEWS}: {newsrow.TOPIC_VIEWS} &nbsp;&nbsp;&nbsp; {L_REPLIES}: {newsrow.TOPIC_REPLIES}</span><hr /><span class="postbody">{newsrow.MESSAGE}<br /><br />{newsrow.SIGNATURE}</span><span class="gensmall">{newsrow.EDITED_MESSAGE}</span><br /><hr /></td>
	</tr>
	<!-- END newsrow -->
	<tr> 
		<td class="row2" colspan="4" align="center"><span class="genmed"><a href="{FORUM_LINK}">News Archive</a></span></td>
	</tr>
	</table><br />
	
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr>
        <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
        <th>&nbsp;{L_TOPICS}&nbsp;</th>
        <th>&nbsp;{L_POSTS}&nbsp;</th>
        <th width="25">&nbsp;</th>
        <th>&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
<!-- BEGIN catrow -->
  <tr>
        <td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
        <td class="rowpic" colspan="3">&nbsp;</td>
  </tr>
<!-- BEGIN forumrow -->
  <tr>
        <td class="row1" height="45"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="33" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
        <td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
                <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
                </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
        <td class="row2" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
        <td class="row2" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
        <td class="row2" align="center" valign="middle" height="50"><img src="{catrow.forumrow.LAST_ICON}"></td>
        <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
<br />

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="cat" width="100%" height="22"><span class="cattitle"><a href="{U_LINKS}" class="cattitle">{L_LINKS}</a></span></td>
	<td class="cat" nowrap="nowrap" align="center"><span class="cattitle">{SITENAME}</span></td>
  </tr>
  <tr> 
	<td class="row1" nowrap="nowrap"><iframe marginwidth="0" marginheight="0" src="{U_LINKS_JS}" frameborder="0" scrolling="no" width="100%" height="{SITE_LOGO_HEIGHT}"></iframe></td>
	<td class="row2" nowrap="nowrap"><img src="{U_SITE_LOGO}" alt="{SITENAME}" width="{SITE_LOGO_WIDTH}" height="{SITE_LOGO_HEIGHT}" border="0" /></td>
  </tr>
</table>
<br clear="all" />
<table cellspacing="3" border="0" cellpadding="0" align="center">
  <tr>
        <td><img src="templates/fisubsilver/images/folder_new.gif" alt="{L_NEW_POSTS}" title="{L_NEW_POSTS}" width="33" height="25" /></td>
        <td class="gensmall">{L_NEW_POSTS}</td>
        <td>&nbsp;</td>
        <td><img src="templates/fisubsilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" title="{L_NO_NEW_POSTS}" width="33" height="25" /></td>
        <td class="gensmall">{L_NO_NEW_POSTS}</td>
        <td>&nbsp;</td>
        <td><img src="templates/fisubsilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" title="{L_FORUM_LOCKED}" width="33" height="25" /></td>
        <td class="gensmall">{L_FORUM_LOCKED}</td>
  </tr>
</table>
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“