I want a usergroup to have the possibility to add a new directory in the file-tree by rightclicking with the mouse on an existing folder.
I have managed to add the icons in the manager tree but I can't find out which permission is needed to show this option in the menu that opens on a rightclick.
Ah, just found it out. I was looking intot the wrong permission set. I needet to select some more permissions in the "Media Source User" set, which is responsible for the Mediasource I have enabled for the usergroup I wanted to change the permissions for.
But Thanks for everyone that has read this Question so far! :)
Related
I have a SharePoint site where I am the admin and I have full control permission. One of the users created a link on the navigation menu, but I cannot edit it or delete it. The user is no longer on the site. I checked the permission again, and it shows I have full control.
How do I modify or delete the link and its page?
I tried giving myself more permission, but that did not help. I thought full control covers everything.
On the edit mode, some links are editable, but the one I need to remove doesn't give me that option.
If it is a link to a list/library, it might not be permissions related. Check the List/Library Settings, "Name, Description and Navigation" option:
Here´s my question: Is there a simple way to configure liferay so that newly created JournalArticles get a certain permission (like : "All new articles are not viewable by guests" or "All new articles are viewable by guests") ?
Thanks for your efforts !!
Daniel
When you create a new journal article under permissions you will be seeing view able by option.
You can give permission there for particular article.
Is your expectation is to give permission one time common for all articles?So that whenever you create it will not be viewed by guest.
Can you please tell whether it will be viewed by guest in future.For ex:After some approval process through workflow.
I want a message board thread by default visible for a role. No need to set permission each time thread is posted.
Finally I got the solution by myself. All you have to do is create a Role and assign relevant users to that role. After this just add the required permission under " Define Permissions". then go for "Add Portlet Permission". Here, I have selected "Message Board" and given the required permission under it. I hope this will help any newbie to liferay. :)
When i was working on liferay portal community edition. i did this using private page for each group.
There are two type of page for user
1)Public pages
2)Private pages
I didn't found any other option for setting privileges for user.
I am sory, i can't tell you the exact name because worked an year ago.
I am just trying to clear the app data and getting below error
java.lang.SecurityException: Neither user 10028 nor current process has
android.permission.CLEAR_APP_USER_DATA.
I am using some hidden apis
How can i grant this permission
Thanks in Advance.
You will not get that permission in a normal device unless you are developing system app.
Refer to this article. You can add that to your manifest, adding this permission will not cause any compile error or warning. But it will simply not work in run time.
By the way, if you really need to clear the data of your application, why don't you one by one clear the files/preferences you are generating from your application for purpose of "data"?
You need to set a uses-permission in a AndroidManifest.xml file
The permission will look like this:
<uses-permission android:name="android.permission.CLEAR_APP_USER_DATA"/>
And will be placed within the manifest element of the xml file.
You can set it using manifest designer in eclipse by opening the AndroidManifest.xml file, then clicking on the Permissions tab (at the bottom). Then click Add and select "Uses Permission". You will find the permission you are looking for in the list.
You will not be able to clear the user data from the app without this permission.
See more information on permissions here and here
go to manifest-> permissions tab-> add permission-> select uses-permissions-> select specific permission-> save.
In Team Foundation Server 2010 Team Project Portal how can I create sub-folders in the Wiki section?
Customize the Wiki
Goto Advanced Settings and enable Make New Folder option.. tada!
The Wiki functionality is just a Sharepoint functionality. Adding folders is not available by default in a SP Wikisite. For a workaround, read http://sharepointpratik.wordpress.com/2011/04/06/create-folder-in-wiki-page-library/
Do the following.
Open settings menu for a library:
Find advanced settings:
In advanced settings find "Make 'New folder' command available" and choose 'Yes'. Confirm your settings.
Go back to your page library and evidence 'Folder' command in 'New' menu:
For some versions of SharePoint, you can also grant Manage Hierarchy permissions to the user and/or group, then you can use a “/” in your link and SharePoint will automatically create the folder for you.
For example, the link might be [[SubFolder/Home|Home Page for Sub Folder]], which will create the Home page in the folder named SubFolder.
Perform the following steps:
Click to Site Actions.
Click Site Settings.
Click Site permissions.
Check the box next to the user or group of interest.
Click Edit User Permissions.
Check the Manage Hierarchy box.
Click OK.