Liferay, user can not see draft documents? - liferay-6

I am working with Liferay 6.1 CE on tomcat6,
we have the following problem in the document library,
to upload a document and mark it as a draft, not visible to
creator and owner can not see draft document.
Only the site administrator can view the document.
Try to assign permissions to roles more, but I have not gotten to see the draft document again.
thanks for the help.

Related

Assign project site template to EPT

I was trying to change site template with site that I had saved. The target site was using project site template and the solution was activated. Checking on Microsoft site, I don't understand what this if it appropriate means. Is there something that I need to do before I could setup this project site template.
I knew I have to do something to make it enable. In Site Creation option you need to choose either Automatically create a site on next publish or Allow users to choose.
it then became enable.

In AEM, how do I proetect asset from anonymous access?

This is what I want to do, in AEM, there are some sensitive PDFs links on the page. So when people click these pdf links, I want to let the user to login first. After that, they can view these PDFs assets. Right now, all the PDFs are in the DAM. I may need to override some OTB pages that load the assets, but I just can't figure out which page I should override...
Can someone shed some light on this?
Thank you
You need to configure privileges of users on assets folder, or specific asset folder. Read more about users preveleges here
The AEM term is CUG or "Closed User Group" for resources that require authentication to access. Anonymous users requesting a resource in a CUG will be redirected to the login form (which you can also modify).
https://docs.adobe.com/docs/en/cq/5-6-1/howto/create_apply_cug.html
https://docs.adobe.com/docs/en/aem/6-1/administer/security/cug.html
(depending on which version you are working on).

Guest access not working in moodle

I'm new to using moodle. I have downloaded Moodle 2.9 version. I'm doing the integration of drupal and moodle. to just showing the moodle courses in drupal side. I have created 10 courses in moodle among these 5 courses can be taken by guest user.
To test these functionalities I clicked the button "Login as a Guest User" in moodle login page. But it shows "Invalid user, try again".
After long searching I found that, there is no guest user record in "mdl_user" table of moodle database. Now what can I do??? Can I insert guest user details manually??????
Thank you.
Most of the things you need to check are here:https://docs.moodle.org/29/en/Guest_access
It should just work, without having to create a user in the database. I think you should check the actions in the list in the link above, to see if you've done them all.
The guest account on a new install will be id=1. Main admin is usually id=2.
Have you enabled guest access at site level?
Have you enabled auto-login for guests?
Have you allowed guest enrolment in the relevant courses?
See https://docs.moodle.org/29/en/Guest_access for info.

Liferay 6.2: Documents and Media portlet subscription feature not working for standard user

I am using Liferay 6.2 and want to set the options for the folder subscription feature in the Documents and Media portlet. My problem is that the button "subscribe" only appears for my Admin-user. For every other user of my portal it is not showing up.
I checked every permission that is set for users in the portal and the subscription-feature is nowhere to be seen. How can I have my normal users subscribe to folders?
Where can I find the right settings?
TIA
I found the solution myself.
The problem was that the users were not assigned to the open site. Although they had all the roles they needed they HAD to be assigned to the site, not only the community.

Wordpress plugin to moderate pages

I am developing a CMS using wordpress version 3.3.1. By default wordpress has user levels as contributors (who write a post but cannot publish or edit a post) and editors (who edit a post after it has been published but cannot write a new post).
For my system I would require a user to have the priviledges to
Write a new post which remains unpublished until the admin publishes it
Once it is publised the same user should be able to edit the post
Once edited the post should be saved as a new version and should remain unpublished till the admin publishes it.
When published, the old version should be replaced by the newer version.
Basically, my user level is a hybrid between the contributor and the editor. I have researched through a lot of plugins that wordpress offers but none would fulfil my need. Any help would be really appreciated.
Try the plug-in from Members Plug-in from Justin Tadlock. It has predefined roles, or you can set up your own levels. The plug-in has a big list of selectable options for configuring custom roles and is simple to use.