Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 21:22 UTC
Updated:
14 May 2012 at 14:53 UTC
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
Comment #1
mkesicki commentedComment #2
megachrizThis a duplicate of issue #1350998: [D7] CKEditor settings appear on all user profile edit pages.