Closed (fixed)
Project:
Shoutbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Feb 2012 at 11:03 UTC
Updated:
10 Apr 2014 at 21:16 UTC
Jump to comment: Most recent
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
Comment #1
vitalblue commented