Jump to content


Who is chatting block


  • You cannot reply to this topic
No replies to this topic

#1 miguelmayo

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 02 March 2010 - 05:06 AM

This block searches the session data for whos in the chat rooms. Note I link to a blog graphic for some spit and polish might want to find an appropriate graphic, and change the href if you dont have the blog addon.

<table class='ipb_table' cellspacing="1">
    <tbody>
        <tr>
            <td class='row2'>
<?php
echo('<b><a href="../forum/index.php?app=chat">Join Chat</a></b><br /><br />');
$Cchat = $this->DB->query("SELECT `member_name`, `member_id` FROM `ibf_sessions` WHERE `current_appcomponent` = 'chat'
 AND `member_group` > 2");
while ( $Crow = $this->DB->fetch($Cchat))
{
echo('<a href="../forum/index.php?showuser='.$Crow['member_id'].'">'.$Crow['member_name'].'</a> <a href="../forum/index.php?app=chat"><img src="../forum/public/style_images/master/blog/comments.png"></a><br />');
}
?>


            </td>
        </tr>
    </tbody>
</table>






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users