Developer forum

Forum » Feature requests » Custom fields in UserManagement/Extranet

Custom fields in UserManagement/Extranet


Reply
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

Replies

 
Nicolai Høeg Pedersen
Reply
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.
 
Tue Beck
Reply
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 &amp; 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
Reply
Set ValidateRequest="false" in your Default.aspx
 
Magni J. Hansen
Reply

or update your web.config to:
<httpRuntime executionTimeout="600" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true" requestValidationMode="2.0" />