Try our conversational search powered by Generative AI!

Render properties in template

Vote:
 

Hi,

We are working on a intranet solution where the users are allowed to create news pages. The form should be in the public pages and not in edit mode. The gui should look like the "all propertis" view in edit mode. Is it posible to render the properties this way? We allso like to use the build in link dialog and MainBody with TinyMCE.

#202703
Mar 29, 2019 10:22
Vote:
 

Hi Tomas,

We've done that kind of functionality with custom page for non editors (and NO, it is not using Episerver edit mode functionality like you ask).

Basically there was title field, content field and possibility to upload image. Then this information is submitted to server (API controller handless the post) and Episerver page is created programmatically and status set to 'ready for publish'. Image is stored to the pages 'For This Page' folder. Editors will check the page and publish it if everything is fine.

If you can't give limited access to Episerver edit mode to the intranet users (they could only have access to the news section and no publishing rights) then I would go with the above solution.

#202722
Mar 29, 2019 11:15
Vote:
 

If it's an intranet then potentially the users can be authenticated via AD or similar and given basic authoring control to only the news items?

#202727
Mar 29, 2019 12:34
Vote:
 

Antti, thanks for the feedback. 

The users are suppose to upload images and documents but allso create links to existing global files and pages. To use the built in functionallity would save a lot of time instead of creating this ourselfes.

Janaku, to use the built in functionality is not on the table at this time.

#202732
Mar 29, 2019 13:50
Vote:
 

I would agree then with Antti.  One other thing you might want to consider is using either Content approvals or Notifications API to notify a group of users who need to review the content once it's created.

#202734
Mar 29, 2019 14:11
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.