Needs review
Project:
Instant messenger
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 00:33 UTC
Updated:
19 Aug 2009 at 14:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedIt should only be shown in user edit page. Where is it also shown? URL?
Comment #2
kunago commentedI am using the Instant messenger module (http://drupal.org/project/im) which adds a tab under the user edit called "IM Alert Settings". And the Piwik configuration fieldset also appears there.
Both conditions are being fulfilled (the form_id is user_profile_form which it apparently is, and the user has the privilege to administer the piwik reports).
In the attached screenshot you can see the Piwik configuration fieldset in the IM Alert Settings tab. The URL is then /?q=user/3/edit/im_sound
Comment #3
hass commentedShould be a bug if IM. Not sure why it use the same form name like the node edit page...
Comment #4
hass commentedComment #5
kunago commentedYes, you were right. IM seems to be the one to blame. Apologies.
I checked the code and the question is whether a new user category is essential in order to set the sounds. I modified the code just to leave the sound settings in the user account form.
Comment #6
kunago commentedComment #7
hass commented