| User | Post |
|
3:33 am February 2, 2011
| wakk3r
Member
| | | |
|
| posts 8 |
|
|
Hi man,
thanks for your plugin! It was what I was looking for!
I have a little problem with a more type that I have created. (and have now POST, ARTICLE and TICKET <– more types) All types of users wordpress (editor, author, contributor) can edit TICKET items but can not create them.
I have configured Role Scoper and I have added Editors group on editor permission on TICKET (from this section -> admin.php?page=rs-ticket-roles)
Can you help me?
|
|
|
8:39 am February 2, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Do you have the same problem with ARTICLE? If not, what is different in the ARTICLE and TICKET definitions?
|
|
|
8:44 am February 2, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Try putting adding this to your wp-config.php, above the "stop editing" line:
define( 'SCOPER_LATE_INIT', true );
|
|
|
11:23 am February 2, 2011
| wakk3r
Member
| | | |
|
| posts 8 |
|
|
Kevin said:
Do you have the same problem with ARTICLE? If not, what is different in the ARTICLE and TICKET definitions?
No, i dont have same problem with article and page. Only with a custom type that I have called "ticket".
I have set that contributor can modify ticket (with revision) (and this is Ok) and also can Create a new ticket (with revision) but I dont see a link with "Create new Item".
I have tryed also a code in wp-config but don't work.
I can create a new ticket only with my admin user.
Thanks for your reply man.
|
|
|
8:11 am February 7, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
What do you mean by "with revision"? Are you also using the Revisionary plugin?
You said:
contributor… can create a new ticket (with revision)
and:
I can create a new ticket only with my admin user.
Does that mean the Contributor can create a ticket but just doesn't see the "Create new" button?
If you compare the More Types and RS configurations for ARTICLE and TICKET, what differences do you see?
|
|