Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2008 at 10:48 UTC
Updated:
3 Dec 2008 at 10:12 UTC
whenever I go to admin for this module I get a pop-up error message which I have attached here and an image. How can I fix this?
I would like to know if there is possibility to force users to use the first part of their emails (anything before @) as their user names. I hate the idea that some users are allowed to have just two letters as user name.
One useful function for this module is recording automatically the country of the registered person by flag of that country, which can be shown on their profile.
| Comment | File | Size | Author |
|---|---|---|---|
| logintoboggan_erro.jpg | 86.94 KB | droshani |
Comments
Comment #1
hunmonk commentedthis is not a logintoboggan error message -- you're getting that from some other contrib module you have installed.
i have no interest in coding the other feature you suggested, but it would be trivial to write another module which accomplishes that goal.
Comment #2
droshani commentedThanks,
I get this error ONLY when I open the admin section of logintoboggan. Are you calling any text element in your setting section for logintoboggan?
Comment #3
hunmonk commented"oFCK_1" looks like FCK editor to me.
Comment #4
droshani commentedYes it is but why only comes up when I open the setting page of this module? I use FCK on my entire site and this is the only place I get error message.
Comment #5
wwalc commentedThere is a conflict with the textarea called "foo".
To fix this, edit "FCKeditor Global Profile", assuming that the "exclude/include" setting is set to "exclude", add the following line:
in the "Paths to exclude/include:" section.
Comment #6
wwalc commentedFixed in CVS (added to the default exclusion list).