Any chance that we can put a check into the module so that when the function ckeditor_form_alter is called that it does a check to verify that we are on the account category such as:

if ( $form_id == 'user_profile_form' && $form['#user_category'] == 'account')

instead of how it is done now by only verifying the form_id

This would allow the module to not show up on other modules that have their settings in a different user_category such as simplenews etc.

Thanks in advance.

Comments

mkesicki’s picture

Status: Active » Postponed
megachriz’s picture

Status: Postponed » Closed (duplicate)