hello
the
//chat hack stuff goes right abvoe
eval("dooutput(\"".gettemplate('forumhome')."\");" );;
now i'm having a bigger problem wiht this one...
it works right, but it doesnt' catch the users who are logged in using
if($bbusername) {
it always displays the fact that you must log in to chat
any ideas? i tried using this code as well
if ($bbuserinfo['userid']==0) {
only reversing the order fo the if and else since the above means your not logged in
no luck, that actually threw me a database error!