Why don't solve this problem?
-
Cannot upload media (by author/contributor.Even if I gave them permission.)!
At least need to edit permissions can be realized.
So to the user permissions is too big.
I looked at the records, have a lot of response to this problem.
My email is [ redacted, support is not offered via email, Skype, IM etc. only in the forums ],I’m using frontend-publishing-pro.
Unfortunately, there is the problem.
Do you want to ask “Hi. What error are you getting?”.
The hint is that there is no authority。/*
add_action(‘admin_init’,’allow_contributor_uploads’);
//print_r(get_role(‘contributor’));
//print_r(get_role(‘author’));
function allow_contributor_uploads() {
$contributor= get_role(‘author’);
$contributor->add_cap(‘upload_files’);
}
*/Even if I gave them permission.
- The topic ‘Why don't solve this problem?’ is closed to new replies.