4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: koikonut on May 24, 2006, 05:34:52 AM
-
Hello!
I installed the statistics mod from IceCreAm and modified the template. I put everything in two columns everything above each other. Now when I see the statistics.php there is a big space in the right column and I really don't know why. Perhaps you could take a look and help me :-)
The page: http://www.konradin.net/galerie/statistics.php
The template Code:
{header}
<h2>Kategorien</h2>
{categories_list}
</div><!-- divID left -->
<div id="content">
<h2>{site_name}</h2>
<br />
<div class="kasten">
<div>
{if stats_overview}
<h3>{lang_langstats_overview}</h3>
<table width="100%" border="0" cellspacing="3" cellpadding="3" class="row2">
{stats_overview}
</table>
<br />
{endif stats_overview}
<table width="100%">
<tr>
<td width="50%">
{if stats_user_stats}
{lang_langstats_userstats}
{stats_user_stats}
{endif stats_user_stats}
{if stats_commentstats}
{stats_commentstats}
{endif stats_commentstats}
{if stats_topuploaders}
{stats_topuploaders}
{endif stats_topuploaders}
{if stats_topusersnewusers}
{stats_topusersnewusers}
{endif stats_topusersnewusers}
{if stats_toppostcardssenduser}
{stats_toppostcardssenduser}
{endif stats_toppostcardssenduser}
{if stats_topimagehitsfromuser}
{stats_topimagehitsfromuser}
{endif stats_topimagehitsfromuser}
{if stats_topimagevoter}
{stats_topimagevoter}
{endif stats_topimagevoter}
{if stats_topusersshouted}
{stats_topusersshouted}
{endif stats_topusersshouted}
{if stats_topuserslastaction}
{stats_topuserslastaction}
{endif stats_topuserslastaction}
<br />
<br />
</td>
<td width="50%">
{if stats_votestats}
{stats_votestats}
{endif stats_votestats}
{if stats_topagegroups}
{lang_langstats_topagegroups}
{stats_topagegroups}
{endif stats_topagegroups}
{if stats_imagestats}
{stats_imagestats}
{endif stats_imagestats}
{if stats_topdownloaders}
{stats_topdownloaders}
{endif stats_topdownloaders}
{if stats_topcommenter}
{stats_topcommenter}
{endif stats_topcommenter}
{if stats_toppostcardsfromuser}
{stats_toppostcardsfromuser}
{endif stats_toppostcardsfromuser}
{if stats_topimageratingsfromuser}
{stats_topimageratingsfromuser}
{endif stats_topimageratingsfromuser}
{if stats_topimagevotedfromuser}
{stats_topimagevotedfromuser}
{endif stats_topimagevotedfromuser}
{if stats_topusersprofilehits}
{stats_topusersprofilehits}
{endif stats_topusersprofilehits}
{if stats_topcommented}
{stats_topcommented}
{endif stats_topcommented}
</td>
</tr>
</table>
<br />
<br />
<div align="center">Statistics {stats_version} by IcEcReaM</div>
<!-- Please don't remove the copyright -->
<!-- Statistics v1.0 (c)2006 by IcEcReaM -->
</div>
</div>
{copyright}
<br />
</div> <!-- DivID content -->
<div id="right">
{footer}
Bye, thank you
K
-
Please read forum rules and reply to the appropriate topic.