As for the log out link, in your chat_main template, find:
HTML Code:
<b>Post Message:</b>
<input type='text' name='message' class='button' size='70'> <input type='submit' value=' Post ' class='button'>
</td>
Below that, add:
HTML Code:
<td align='right' class='tfoot'><a href='vBChat.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]'>
<input type="submit" class="button" name="logout" value="Log Out" accesskey="l" onClick="window.location='vBChat.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]'">
</a>
</td>
[/QUOTE]
How do i get the "log out" button to be positioned beside the post button? Currently after entering the code you stated, it places the logout button on the right, and throws the page width off?
Also, can anyone post how to change the (status) field, to (posted time). My users are wanting this, as they never know when the posts are put there.
Thanks.