TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 360
  • Total: 361
  • @rjen

[Block] Avatar of Users Online

Started by IchBin, December 01, 2008, 02:18:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NenaGb

how can i center the avatars in the block?

IchBin

I suppose you could just add align="center" to the table code.
<table class="avatar_column">

fl4pj4ck

there's a missing </td> in the code, spotted it today when working on w3 validation

IchBin

All </td>'s are there that I can see. Maybe if you don't have any users online it may not show any <td>'s.

fl4pj4ck

Quoteif ($counter < $columns)
         {
            echo '
                <td>',empty($user['avatar']['image']) ? '<a href="'.$user['href'].'"><img class="'.$css.'" src="'.$settings['images_url'].'/default_avatar.gif" width="'.$width.'" height="'.$height.'" alt="" title="'.$user['name'].'" /></a><h6>'.$user['name'].'</h6><MISSING /td>' : '<a href="'.$user['href'].'"><img class="'.$css.'" '.$user['avatar']['image'].'</a><h6>'.$user['name'].'</h6></td>';
             $counter++;
         }
         else
         {
            echo '
            </tr>
            <tr>
               <td>',empty($user['avatar']['image']) ? '<a href="'.$user['href'].'"><img class="'.$css.'" src="'.$settings['images_url'].'/default_avatar.gif" width="'.$width.'" height="'.$height.'" alt="" /></a><h6>'.$user['name'].'</h6><MISSING /td>' : '<a href="'.$user['href'].'"><img class="'.$css.'" '.$user['avatar']['image'].'</a><h6>'.$user['name'].'</h6></td>';
            $counter = 1;
         }

IchBin

Ah yes, in the middle of the turnary statement.... Didn't see that one. lol I meant to do it like the second snippet where the </td> wasn't included in the statement.

Lord Anubis

Did some modifying to the block...



Finally got it the way I wanted, great code Ich  O0

This website is proudly hosted on Crocweb Cloud Website Hosting.