| User | Post |
|
10:10 am February 13, 2010
| Old Cow
Member
| | | |
|
| posts 9 |
|
|
Hi,
I just did install Role Scoper and did not make any customization. Private pages show as public pages. What do I have to change?
|
|
|
11:01 am February 13, 2010
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Old Cow said:
Hi,
I just did install Role Scoper and did not make any customization. Private pages show as public pages. What do I have to change?
You can control that by changing the following plugin option:
Roles > Options > Feature tab > Page Listing > "Include Private Pages in listing if user can read them"
|
|
|
8:10 am February 14, 2010
| Old Cow
Member
| | | |
|
| posts 9 |
|
|
Thanks Kevin, it works!
In WP Admin dashboard "Pages" -> "Edit Pages" -> "Attributes" -> "Parents" - the menu of the parents runs out of the admin window since I installed your plugin. Is there anything I can do about it?
|
|
|
10:35 am February 15, 2010
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
I'm not sure if you mean that the dropdown is not wide enough to display all its elements, or is too wide to fit in its screen area (div).
Try adding this to role-scoper/admin/role-scoper.css:
#parent_id {
width: 100%;
}
or:
#parent_id {
width: 270px;
}
|
|
|
11:24 am February 15, 2010
| Old Cow
Member
| | | |
|
| posts 9 |
|
|
Kevin, thanks again! You're right.
You brought me to a way solving this for ever. It is good practice having short page names. I did shorten the longest one and it eliminated the problem momentarily.
|
|