1. The auto-poll every X seconds feature doesn't work. No data is being loaded.

2. The Shout Block has a tickbox option to display the shout. That goes back to default (unchecked) when the block is saved. (and also, does not display anything)

3. When you react, the avatar initially displayed is the Guest avatar. (noavatar setting) and even after page reload, the avatar's title is still set to "Guest"

4. It would be awesome if when a user submits a Shout, the display updated to prepend that latest data.

Comments

Stalski’s picture

Hey,

1. The auto-poll does work for me and you can see this on the demosite:

2. Could you explain what you think is wrong? How should it be, i took the experience from facebook . Check http://heartbeat.menhireffect.be/heartbeat/siteactivity , maybe you don't see what is displayed there.

3. Are you talking about heartbeat_example module? or custom code that shows the avatar. Don't see how that can be a heartbeat issue.

4. At the same page , you could test this, and again, this works for me. Shouting automatically puts the message in the stream.

DarkLight’s picture

Thanks for the reply.

1. The auto-poll feature simply does not work for me. At all. Does it have issues with the Zen theme? Or maybe it could be clashing with some other module?

2. when I edit the Shout Block, there is a Tick Box, and regardless of whether or not it is checked, I see nothing displayed in the block afterwards. And when I re-edit the configuration, the tickbox is defaulted back to "unchecked".

3. When a Reaction is submitted, the avatar displayed is "Anonymous" not the picture of the user who posted the message.

4. When I submit a shout, the Textarea simply empties itself. I understand the message was successfully posted, but there is no confirmation/notification and the stream is not auto-updated to prepend the message.

Could I have the link to your demo site? If it's the one I saw earlier, then it works perfectly on your website.

Thank you.

Stalski’s picture

The link to the demosite is heartbeat.menhireffect.be . I really don't know how it is possible for you.

Almost everything seems like your javascript is disabled. or using a browser that's incompatible.
If using firebug, you see error? (if dont use firebug, download it for mozilla ofcourse ;))

Stalski’s picture

Status: Active » Closed (fixed)

Hey i am closing this issue since it is difficult to follow up and seems rather custom to your site.
If you have any bugs to report , please by my guest.

Here in summary your points:
1) it works in the demosite and it don't know about clashes with other modules. This could happen indeed. You would have to check that.
2) The feature you have questions for , it seems like you have the heartbeat_example module (or maybe the heartbeat_implemenations module, available at the demosite) enabled. And that is not the intension of course. They are demonstration modules, not ready to plug-in sites.
3) I juste retested it and i can see the avatar showing up. Strange that you have that.
4) Indeed there is no confirmation message, but with the rules module, you could in fact create one your own. Just use the shout event or even the heartbeat_comment event. The autoprepending does work in my tests and on the demosite.

regards,

Stalski