MyXoops Forum

Forum - myXOOPS German Support

2 + 7 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw: Layout eines Blocks ändern

Betreff: Aw: Layout eines Blocks ändern
von Bleekk am 20.09.2012 21:45:38

versuch mal das hier
<table cellspacing="1" class="outer"
 <
tr>  
  <{foreach 
item=user from=$block.users}>   
    <
td class="<{cycle values='even,odd'}> alignmiddle">

        <
table>
     <
tr>
      <
td><{$user.rank}></td>     
      <
td class="txtcenter">       
       <{if 
$user.avatar != ""}>       
        <
img style="width:32px;" src="<{$user.avatar}>" alt="<{$user.name}>" /><br /> <{/if}>       
        <
a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a>     
     </
td>     
      <
td class="txtcenter"><{$user.posts}></td>
      </
tr>
   </
table>

    </
td>    
 <{/foreach}> 
 </
tr>
</
table>

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5325 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1813 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag