hey is anyone out there actually USING the chatroom_appbar module? it's not working for me. i have an appbar with various things loaded onto it, including the blocks that are defined by chatroom module, but... can't find a way to initiate a chat with another user! what am i missing?

and why is chatroom_appbar only ONE single short function? can it really be that easy? :-)

cheers
Fish

Comments

mongokannan’s picture

Will you pls attach snapshot of your appbar. when clicking what it shows and all :)

sylvaticus’s picture

"including the blocks that are defined by chatroom module"
good for you.. in my case I can't even see them.. is there any doc on how to use the chatroom / appbar integration (what is supposed to do and how t oset it) ??

For the time being I'm using a custom block with a

$node = node_load(<<id of a chat node>>);
print node_view($node, FALSE, TRUE, FALSE);

code inside..