Orchard Permission To One Particular Blog - orchardcms

IS there a way to limit user permission to only manage one blog instead all blogs?
Thanks,
Sam

Related

Kentico roles and ui personalization

I need to give permissions to edit/create/destroy pages in a node to a group of users.
I've created a group and added a test user to that group.
I can't seem to give permission to the Pages application so see if i can see the node.
I also added game this role permissions at the node level too.
Ideally this editor role would be able to create new sub pages, which also means being able to upload media.
Your new user must have editor privilege level (you can edit user in Users application). If you want to provide ability to see content in Pages app you have to grant the user with Browse tree and Read permission (content module). To satisfy your scenario you need to grand user with Modify and Create permissions, too (maybe Design?).
Just FYI: The approach provided by Brenden (cloning the role) is very handy but there a is chance you grant the user with permission you don`t want to provide (inappropriate permissions for original role).
I've found the most efficient method is review the out of the box roles provided by Kentico and clone the one which fits closest to your needs. Then modify your cloned role to add/remove abilities and permissions.
If you're unsure of what each role can and cannot do, create a new test user with one of the roles assigned to them and log in as them. Do the same for all the roles you want to test until you find the one closest to what you're looking for.

As an user how can i terminate my account?

I want to add a feature in my portal for user if he don't want to be member of the portal anymore. If he want to leave his account how can he terminate his account.
Thanks
Akash Jaiswal
There are some foreign key relationships (not enforced on the database, still exist) on users, e.g. forum posts, blog posts and other content might have an author entry. Thus it might be hard to completely delete the user account. You might be able to deactivate the user, but there's no self-service functionality built into Liferay. It should be easy to achieve what you want through the API though. Look for UserService or UserLocalService documentation.

With liferay how to give different permission to different users as their Roles?

With liferay how to give different permission to different users as their Roles?
I had just installed liferay Portal on my PC, what I want is to make one page and there are three users in that with different roles. (e.g only view blog, Only edit the blog entry, view, edit blog entry..etc..)
It was easy to create role and their permission, but some how I can't make it the way I wanted. I just want that same page can be accessed by users with different permission as their roles.
I had tried to Google for any tutorial for that kind of thing which can guide me but not found any good link, so is there any tutorial that can fulfill my requirement that how to give different permission on the same page. Can anyone provide me good reference link for tutorial of liferay permissions for user?
I guess following link will do the job for you !
http://www.liferay.com/community/forums/-/message_boards/message/8131940

How to use Drupal View

i am using Drupal 6.x
I had created two users i.e. a user with all permission i.e. Webmaster and other is member. The permissions of member are restricted and are allowed only to create story, delete own story and edit own story. However when i logged in with member name i got only three option i.e.:
My account
Create Content
Log Out
The post submitted by that user is not visible. I want to display all post published by that user in its account detail, and here he/she can easily edit, delete or modify his/her content. How it can be possible. Have you any idea. If yes then please guide me step by step. waiting for your reply. Thanks in advance for this support.
This is because of permission issue, steps to solve this issue
Create a view to list the story with edit button.
Go to the admin/user/permissions and give create, edit and view permission for the user.
publish the created article via admin user.
Last assign the created view block to users home page.

How to provide add-to-page functionality for custom role user

My requirement is that I have a student user and student role . I have mapped this user with student role. Admin will provide few portlets for student role.So, when he gets sign in to the portal he could able to add / decorate whatever the portlets he can access. I want to provide the add to page functionality with limited access. I hope now it's clear.
I would suggest you start off by reading the Liferay User Guide, in particular the section that can be found here:
http://www.liferay.com/es/documentation/liferay-portal/6.1/user-guide/-/ai/managing-users-user-groups-organizations-sites-teams-and-roles
This isn't really a programming question, and would probably be better suited being asked over at ServerFault.com unless you're trying to do this in code.

Resources