[Hilfe] Statistik umbauen (nichts großes)

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:

[Hilfe] Statistik umbauen (nichts großes)

Beitrag von spritzpistole »

http://funsofa.de/templates/actualstats_body.tpl
meine actualstats_body.tpl

so soll es aussehen
letzte reg -> Meisten Posts -> Letzt Beiträge

der rest soll weg ...

Kann mir da jemand helfen?
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 ....

wird das nicht ein bischen eng in der Breite?

Code: Alles auswählen

<!-- ##### AKTUELLE FORENSTATISTIK START ##### -->
<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="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>
</td>
</tr>
</table> 
<!-- ##### AKTUELLE FORENSTATISTIK ENDE ##### -->
<br>
Markus
spritzpistole
Mitglied
Beiträge: 1287
Registriert: 02.10.2004 00:25
Wohnort: Haßloch
Kontaktdaten:

Beitrag von spritzpistole »

Hier kannst du es dir anschauen
http://funsofa.de/index.php

Danke nochmal.
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 »

spritzpistole hat geschrieben:Hier kannst du es dir anschauen
http://funsofa.de/index.php

Danke nochmal.
Hi ...

ok .. kann man lassen ... ich dachte es wäre breiter :wink:

Markus
Antworten

Zurück zu „phpBB 2.0: Mod Support“