| User | Post |
|
3:53 pm June 2, 2010
| YikYak
Member
| | | |
|
| posts 70 |
|
|
Hi Kevin,
I have just updated to RS 1.2 with WP 2.9.2, having a few niggles….hope you can help.
In the admin side, I seem to get blank pages for "Roles -> Options" and "Roles-> General" return empty content.
In the front, the categories widget is not displaying correctly, I have a category hierarchy which is supposed to be completely hidden from most of my users, it was fine with the last RS release, but now it seems that the first set of category names down the tree are visible.The actual content in there is not revealed.
So, with a "top level" category called Archive:
Archive
+—-2007-08
+————sub1
+————sub2
+————sub3
+—-2008-09
+————sub4
+————sub5
+————sub6
and a user who should not see any of this is actually seeing:
Archive
+—-2007-08
+————sub1
+—-2008-09
+————sub4
I guess this may be some visible ancestors property, but I cannot get to options to take a look.
subscribe2 plugin. The categories are not being filtered for user subscriptions in the back end.
Maybe I did not upgrade properly? Any ideas?
Thanks
YikYak
|
|
|
4:21 pm June 2, 2010
| zsky
New Member
| | | |
|
| posts 1 |
|
|
In the admin side, I seem to get blank pages for "Roles -> Options" and "Roles-> General" return empty content.
I noticed the same problem. I fixed the "Roles -> Options" issue by adding a missing closing parentheses ")" to 'role-scoper/admin/options.php' line 696. The line:
$hint = ( awp_ver( '3.0-dev' ) ? __('If enabled, users who are not site-wide Editors will see only their own unattached uploads in the Media Library.', 'scoper') : __('If enabled, users who are not blog-wide Editors will see only their own unattached uploads in the Media Library.', 'scoper');
should be edited to
$hint = ( awp_ver( '3.0-dev' ) ? __('If enabled, users who are not site-wide Editors will see only their own unattached uploads in the Media Library.', 'scoper') : __('If enabled, users who are not blog-wide Editors will see only their own unattached uploads in the Media Library.', 'scoper'));
I haven't yet figured out the fix for "Roles-> General"
|
|
|
6:43 pm June 2, 2010
| Kevin
Admin
| | | |
|
| posts 2386 |
|
|
The wp-admin issues (Roles > Options and Roles > General) are now fixed in Role Scoper 1.2.1.
Sorry about that; these stemmed from a couple last-minute changes I made to the RC on Tuesday. The rest of the 1.2 code base (changes included in the 1.2 beta versions) saw a lot more testing.
I'll take a look at the Category Widget issue next and possibly put out another update for that.
|
|
|
6:45 pm June 2, 2010
| Kevin
Admin
| | | |
|
| posts 2386 |
|
|
YikYak,
Just to give me a head start on tracking down the category widget issue… what RS settings are you using to prevent the category display and what is the WP role of the users who are seeing them inappropriately? Does anonymous also see them?
|
|
|
9:23 pm June 2, 2010
| Kevin
Admin
| | | |
|
| posts 2386 |
|
|
Although I was not able to duplicate your Category Widget issue, I tracked down and eliminated the Subscribe2 "Subscription checklist" category filtering failure, and suspect that will fix both symptoms for you.
Please let me know either way. Thanks again for your report.
By the way, this bug stemmed from Role Scoper's new option storage format for enabling/disabling RS filtering of various taxonomies (Roles > Options > Realm tab > Term Scope). The old option storage format did not fit cleanly with WordPress' new Custom Taxonomies support.
On a side note, if anyone reverts back to RS 1.1.x following a 1.2 install, you will need to re-establish your Roles > Options > Realm > Term Scope settings.
|
|
|
12:38 am June 3, 2010
| YikYak
Member
| | | |
|
| posts 70 |
|
|
Hi Kevin,
Thanks for a fast response as always. I'll try and have a look at RS 1.2.1, but have a busy few days ahead. I also found some quite old version copied into my RS plugin directory, not sure if that was messing me around, but something did go quite wrong as well after I tried to roll back (to a 1.1.8 Dev version!) and RS seemed to have stopped altogether. Inthe end I cleared out the RS plugin files, and rolled back the database, and all seems well now, hopefully a good platform to look again at RS 1.2.1
Thanks
YikYak
|
|
|
5:24 am June 3, 2010
| Kevin
Admin
| | | |
|
| posts 2386 |
|
|
I forgot to mention that the category filtering fix (related to other plugins / widgets) is in RS 1.2.2
|
|
|
5:41 am June 3, 2010
| YikYak
Member
| | | |
|
| posts 70 |
|
|
Hi Kevin,
Yes, I grabbed 1.2.2 from the WP site, did one blog upgrade and had a quick look, all the issues I reported seem to have been fixed, I'll let you know if any problems materialize!
Thanks
|
|