By WVMule on
First time Drupal user here. I successfully installed the CKeditor, IMCE, IMCE Wysiwyg Bridge, and WYSIWYG modules I think I have them setup correctly. I can use the editor and upload files, but I get two WYSIWYG editors instead of a single instance. I can disable the FCKeditor and yet I still have a WYSIYG editor and it works properly (just looks wonky) and upload files.
Any ideas?
Also I want/need to be able to place the uploaded files in a directory for each user. any clue as to how I can do this?
Thanks...
Comments
CKeditor and IMCE only
This is why I use CKeditor and IMCE only. The WYSIWYG module looked promising, but just seems to complicate things. Also, I am pretty sure IMCE supports the ability of every user to have their own directory. Look at the docs for "private file system."
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
I'm not at all sure what you
I'm not at all sure what you mean by this:
but I get two WYSIWYG editors instead of a single instanceWhere do you see two editors? You mention CKeditor and FCKeditor; do you have both of them installed?
As to IMCE uploading files to a directory for each user, take a look at the 'Sample profile' that comes with IMCE. In the Directories section under Directory path you can define a path based on UserID (%uid) that the user of the profile can access and the files will be uploaded to that directory. For example the path: users/user%uid would create directories users/user1, users/user2, etc.
Pick one or the other
I think that WYSIWYG and CKeditor both do the same thing. So you want to pick one or the other. They are modules that do the same thing. I believe that CKeditor is the favored module, but with its robustness comes more complexity.