Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Aug 2006 at 15:11 UTC
Updated:
19 Jan 2017 at 19:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jose reyero commentedHere's the patch
Comment #2
drummThere are hooks for this; the added code should be in the user module. And the indentation needs to be fixed for that UPDATE query.
Comment #3
jose reyero commentedFixed indentation.
About your comment
>There are hooks for this; the added code should be in the user module
I disagree. This is content types specific and the user module doesn't know -nor needs to know- about content type names or permissions.
Comment #4
tstoecklerI just tried this out, and it is still a valid issue.
Comment #5
sureshbabudrupal commentedWhen i was installed the ckeditor then bellow text came
The CKEditor component is not installed correctly. Please go to the CKEditor homepage to download the latest version. After that you must extract the files to sites/all/modules/ckeditor/ckeditor or sites/all/libraries/ckeditor and make sure that the file sites/all/modules/ckeditor/ckeditor/ckeditor.js or sites/all/libraries/ckeditor/ckeditor.js exist. Refer to the README.txt for more information.
There is no ckeditor.js in ckeditor.
Comment #6
tstoecklerRestoring values.
Please open a new issue if you have any problem that is not related to this one.
Comment #7
drupal_was_my_past commentedThis patch should include tests.
Comment #10
dpiYou can no longer change machine names for content types in D8. You can do this for D7 however.