I know this is the PHP forum, but I couldn't find a better place for this question (I don't CMS as an option).
So, I'm using Drupal to build out my site and run have into an issue with the "chat room" module. The problem involves inviting another user to a chat. User A can invite User B; the option to do so is implemented in the chat. User B, however, never actually receives the invite. It just doesn't show up any where. After the invite, the chat will show that User B has been invited, but it User B will not be aware of that unless he/she navigates to the site for some other reason.
I'm sure this is not a module issue. Chats are to ubiquitous for such a glaring bug to remain unfixed. It's more likely, therefore, that I'm doing something wrong. I just don't know what that is. Hence, this post.
Is there a block that I have to create to alert the user to the invitation? Is that a separate module that I must add? I'm using Appbar, but that doesn't show the invite. Anyone know where I'm screwing up here?
Thanks in advance.