Seite 1 von 1

[Hilfe] Statistik umbauen (nichts großes)

Verfasst: 10.11.2005 20:55
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?

Verfasst: 10.11.2005 21:00
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

Verfasst: 10.11.2005 21:01
von spritzpistole
Hier kannst du es dir anschauen
http://funsofa.de/index.php

Danke nochmal.

Verfasst: 10.11.2005 21:04
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