Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > User Contribution Roles/Permissions View modes: 
User avatar
Member
Member
lwhittemore-emh - 6/3/2013 2:53:33 PM
   
User Contribution Roles/Permissions
What roles or permissions does a user need to add and deleted documents using the user contribution web part?

I will be creating 3 document types that site users will be able to add to their profiles.

When I log in as the global admin the web part shows but when I log in as a user it does not show.

User avatar
Member
Member
lwhittemore-emh - 6/3/2013 3:16:17 PM
   
RE:User Contribution Roles/Permissions
also, is it possible to have it close edit mode once the user hits save?

User avatar
Member
Member
lwhittemore-emh - 6/3/2013 3:28:37 PM
   
RE:User Contribution Roles/Permissions
I figured out the first part.
I had to set "Allow editing by users" to Authenticated and add this
NodeOwner = {%CMSContext.CurrentUser.UserID%}
to the where condition.

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 6/7/2013 8:45:10 AM
   
RE:User Contribution Roles/Permissions
Hello,

Regarding the Permissions issue.. if you will need more details, take a look at our Developers Guide: User contributions - Security and Permissions overview.

To the second. You can use some conditional macro (Macros Reference)... if-else on the page which will check the URLRefferer and depending on that value you can redirect user to another page.

Best regards,
Martin Danko