For example, when you leave the message blank and try to submit it, it should show an error message. Also when you generally click shout it should show the throbber.

The reason this doesn't happen is because in the shoutbox.module file on lines 436/437 and 449/450 html is trying to be inserted as #type 'item'. Simply change #type from 'item' to 'markup' and on the following line change '#value' to '#markup'.

This should be an easy one for you to fix :)
Thanks!

Comments

vitalblue’s picture

Assigned: Unassigned » vitalblue
Issue summary: View changes
Status: Active » Closed (fixed)