Mini-Foren Statistik umbauen, aber wie?

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Mini-Foren Statistik umbauen, aber wie?

Beitrag von spritzpistole »

Habe diesen nun eingebaut und wollte es meinen Wünschen anpassen, dazu wollte ich die "Webmaster" und "best Topics" entfernen, aber klappte i-wie nicht. Habe es in der index_body und in der actual....php geändert. Aber klappt irgenwie nicht, was muss ich genau machen?

Was genau muss ich ändern um das hinzu bekommen?
so sollte es aussehen:

Code: Alles auswählen

<table>Last Reg</table><table>Newest Reg</table><table>last post</table>
Also diese in eine Reihe und "Webmaster" und "best posts" sollen wegfallen
Kein Support per ICQ/E-Mail oder PN.
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Das habe ich nun gelöst, aber ich hab jetzt ein Problem, dass da etwas nicht angezeigt wird, kann mir da jemand helfen?
Hier der Link, dass ihr euch das anschauen könnt:
www.funsofa.de

"Die letzten 6 Themen:" und "Poster/Postzeit" fehlt ... Views habe ich rausgeworfen ...

Kann mir bitte jemand helfen?
Kein Support per ICQ/E-Mail oder PN.
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Ich finde den Fehler einfach nicht. es fehlt wohl irgendwo ein Auszug in der index.body nehm ich an, aber welchen?
Kein Support per ICQ/E-Mail oder PN.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

suche in der actualstats_body.tpl

Code: Alles auswählen

	<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
		<tr>
	        	<td class="catHead" width="100%" colspan="2" height="25"><span class="cattitle"><center><b>{actualstats7}</b></center></span></td> 
		</tr>
		<tr>
        		<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
		</tr>
  		<tr> 
    			<th align="center" height="25" class="toprow" nowrap="nowrap">&nbsp;{actualstats8}&nbsp;</th> 
    			<th align="center" class="toprow" nowrap="nowrap">&nbsp;{actualstats6}&nbsp;</th> 
  		</tr>
		  	  		<!-- BEGIN topicrow --> 
  		<tr> 
    			<td class="row1" width="35" align="center" valign="middle" nowrap="nowrap"> <img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> </td> 
    			<td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> 
    			<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="genmed">&nbsp;{topicrow.LAST_POST_AUTHOR}&nbsp;{topicrow.LAST_POST_IMG}&nbsp;{topicrow.LAST_POST_TIME}&nbsp;</span></td> 
  		</tr> 
  		<!-- END topicrow --> 
	</table>
ersetze mit:

Code: Alles auswählen

	<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
		<tr>
	        	<td class="catHead" width="100%" colspan="3" height="25"><span class="cattitle"><center><b>{actualstats7}</b></center></span></td> 
		</tr>
		<tr>
        		<td colspan="3" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
		</tr>
  		<tr> 
    			<th align="center" height="25" class="toprow" colspan="2">&nbsp;{actualstats8}&nbsp;</th> 
    			<th align="center" class="toprow" nowrap="nowrap">&nbsp;{actualstats6}&nbsp;</th> 
  		</tr>
		  	  		<!-- BEGIN topicrow --> 
  		<tr> 
    			<td class="row1" width="35" align="center" valign="middle" nowrap="nowrap"> <img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> </td> 
    			<td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td> 
    			<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="genmed">&nbsp;{topicrow.LAST_POST_AUTHOR}&nbsp;{topicrow.LAST_POST_IMG}&nbsp;{topicrow.LAST_POST_TIME}&nbsp;</span></td> 
  		</tr> 
  		<!-- END topicrow --> 
	</table>
Markus
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Hi Markus erst einmal danke, aberd as Problem ist nicht gelöst :-?

Link: http://funsofa.de/actualstats_body.txt
funsofa.de
Kein Support per ICQ/E-Mail oder PN.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...ö

jetzt aber ...

Code: Alles auswählen

<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline"> 
		<tr>
	        	<td class="catHead" width="100%" colspan="3" height="25"><span class="cattitle"><center><b>
				{actualstats9}</b></center></span></td> 
		</tr>
		<tr>
	        	<td colspan="3" height="2" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
		</tr>
  		<tr> 
    			<th colspan="2" align="center" height="25" class="toprow" nowrap="nowrap">
				&nbsp;{actualstats10}&nbsp;</th> 
    			<th align="center" class="toprow" nowrap="nowrap">
				&nbsp;{actualstats12}&nbsp;</th> 
  		</tr> 
  		<!-- BEGIN topicrow --> 
  		<tr> 
    			<td class="row1" width="35" align="center" valign="middle" nowrap="nowrap"> <img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> </td> 
    			<td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
				{topicrow.GOTO_PAGE}</span></td> 
    			<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="genmed">
				&nbsp;{topicrow.LAST_POST_AUTHOR}&nbsp;{topicrow.LAST_POST_IMG}&nbsp;{topicrow.LAST_POST_TIME}&nbsp;</span></td> 
  		</tr> 
  		<!-- END topicrow --> 
	</table>
Markus
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Jetzt ist das weiße weg, aber der Schriftzug fehlt?

Danke schön (nochmal) :oops:
Kein Support per ICQ/E-Mail oder PN.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

ich hatte eigentlich nur deine vorlage umgebaut ...
Versuchs mal damit ...

Code: Alles auswählen

<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" width="100%" colspan="6" height="25"><span class="cattitle"><center><b>{actualstats1}</b></center></span></td> 
</tr> 
<tr>
<td colspan="6" height="2" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
</tr>
<tr>
<td width="25%" class="row3" valign="top">
	<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline"> 
		<tr>
	        	<td class="catHead" width="100%" colspan="2" height="25"><span class="cattitle"><center><b>{actualstats2}</b></center></span></td> 
		</tr>
		<tr>
	        	<td colspan="2" height="2" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
		</tr>
		<tr> 
    			<th align="center" height="25" class="toprow" nowrap="nowrap">&nbsp;{actualstats3}&nbsp;</th> 
    			<th align="center" class="toprow" nowrap="nowrap">&nbsp;{actualstats4}&nbsp;</th> 
  		</tr>
		  	<!-- BEGIN last_registrations -->
      	  	<tr>
	        	<td class="row2">&nbsp;<span class="genmed"><a href="{last_registrations.U_VIEWPROFILE}" class="genmed">{last_registrations.USERNAME}</a></span>&nbsp;</td> 
      	  	<td align="center" nowrap="nowrap" class="row3">&nbsp;<span class="genmed">{last_registrations.REG_DATE}</span>&nbsp;</td> 
		  	</tr>
		  	<!-- END last_registrations --> 
	</table>
</td>
<td width="30%" class="row3" valign="top">
	<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline"> 
		<tr>
	  		<td class="catHead" width="100%" colspan="2" height="25"><span class="cattitle"><center><b>{actualstats5}</b></center></span></td> 
		</tr>
		<tr>
		      <td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td> 
		</tr>
  		<tr> 
    			<th align="center" height="25" class="toprow" nowrap="nowrap">&nbsp;{actualstats3}&nbsp;</th> 
    			<th align="center" class="toprow" nowrap="nowrap">&nbsp;{actualstats6}&nbsp;</th> 
  		</tr>
        		<!-- BEGIN most_posts --> 
	  		<tr>
              	<td class="row2">&nbsp;<span class="genmed"><a href="{most_posts.U_VIEWPROFILE}" class="genmed">{most_posts.USERNAME}</a></span>&nbsp;</td> 
	        	<td align="center" nowrap="nowrap" class="row3">&nbsp;<span class="genmed">{most_posts.POSTS}</span>&nbsp;</td> 
        		</tr>
	  		<!-- END most_posts -->
	</table>
</td>
<td width="45%" class="row3" valign="top">
	   <table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
      <tr>
              <td class="catHead" width="100%" colspan="3" height="25"><span class="cattitle"><center><b>{actualstats9}</b></center></span></td>
      </tr>
      <tr>
              <td colspan="3" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
      </tr>
        <tr>
             <th align="center" height="25" class="toprow" colspan="2">&nbsp;{actualstats10}&nbsp;</th>
             <th align="center" class="toprow" nowrap="nowrap">&nbsp;{actualstats12}&nbsp;</th>
        </tr>
                   <!-- BEGIN topicrow -->
        <tr>
             <td class="row1" width="35" align="center" valign="middle" nowrap="nowrap"> <img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /> </td>
             <td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
             <td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="genmed">&nbsp;{topicrow.LAST_POST_AUTHOR}&nbsp;{topicrow.LAST_POST_IMG}&nbsp;{topicrow.LAST_POST_TIME}&nbsp;</span></td>
        </tr>
        <!-- END topicrow -->
   </table>
</td>
</tr>
</table> 
Markus
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Ahh okay vielen Dank hat geklappt :oops:
*verbeug*

Echt klasse Arbeit von dir.
Kein Support per ICQ/E-Mail oder PN.
Antworten

Zurück zu „phpBB 2.0: Mod Support“