Hi,
Im building a page like this - http://www.bvhd.dk/medarbejdere/juridiske-medarbejdere/martin-von-haller-groenbaek/
All data is extracted from the User Management module. Therefore I need one or mere rich-text editors in the module. Whan I create Custom fields I can only choose "Long text". This is not flexible enough and linebreaks etc. are ignored.....
Specific user (employees) are displayed on other pages, and therefore I have to use this module. Normal content pages is not an option.
Any bright ideas - anybody?
Kind Regards
Torben 727
Developer forum
E-mail notifications
Custom fields in UserManagement/Extranet
Posted on 19/11/2010 12:03:24
Replies
Nicolai Høeg Pedersen
Posted on 19/11/2010 13:25:03
It has already been put in the product backlog.
You can apply a rich text editor for when the user edits the profile in the frontend, but as it is now its not possible to add one in backend.
You can apply a rich text editor for when the user edits the profile in the frontend, but as it is now its not possible to add one in backend.
Tue Beck
Posted on 24/05/2011 11:51:47
Hi
Nope - that does not work :-(
I tried to include the CKeditor on erhvervaarhus.dk on the user edit templates. The CKeditor works fine but the page crashes on submit due to
"Server Error in '/' Application.
A potentially dangerous Request.Form value was detected from the client (CustomField.AccessUser_AccessUser_Info_om_medlem="...e & co<br> Medlem af Udvik..."). "
I guess it is tricked by the HTML in the variables - but the HTML in the variables was the whole point of the exercise...
Any ideas how to fix this problem? - anyone?
Thanks! :-)
Best regards
Tue
Nope - that does not work :-(
I tried to include the CKeditor on erhvervaarhus.dk on the user edit templates. The CKeditor works fine but the page crashes on submit due to
"Server Error in '/' Application.
A potentially dangerous Request.Form value was detected from the client (CustomField.AccessUser_AccessUser_Info_om_medlem="...e & co<br> Medlem af Udvik..."). "
I guess it is tricked by the HTML in the variables - but the HTML in the variables was the whole point of the exercise...
Any ideas how to fix this problem? - anyone?
Thanks! :-)
Best regards
Tue
Nicolai Høeg Pedersen
Posted on 24/05/2011 12:57:39
Set ValidateRequest="false" in your Default.aspx
Magni J. Hansen
Posted on 24/05/2011 13:40:06
or update your web.config to:
<httpRuntime executionTimeout="600" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true" requestValidationMode="2.0" />