DECAF
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Export file emptyThe issue may be caused by using Safari with setting »Open ‘Safe Files’ After Downloading« enabled.
Solution: try another browser or disabled the auto-open setting.
Forum: Plugins
In reply to: [User Specific Content] Custom roles stop working after update to 1.04Lowercase role checks worked for us at first, but later on we noticed it doesn’t need the lowercase. The issue we had was caused by a deprecated plugin.
So, concerning your questions: Yes, 1.0.5 and we changed that one line of code only. Nope, it didn’t work.
Forum: Plugins
In reply to: [User Specific Content] Custom roles stop working after update to 1.04Sorry, I’ve been wrong. The issue caused by case-sensitive user role check happened in a crappy WP project setup which made use of some other deprecated custom role plugin.
It’s not an issue of this ‘User Specific Content’ plugin.
Forum: Plugins
In reply to: [User Specific Content] Custom roles stop working after update to 1.041.0.5 was broken in our environment, too. The issue is caused by a case-sensitive user role check.
In order to fix it, open
User-Specific-Content.phpat line 428 and add astrtolower:if (in_array(strtolower($r),(array)$user->roles))
return true;@bainternet: FYI.
Forum: Plugins
In reply to: [mailto:staff] If it can add more role or group manage function![x] Done.
Forum: Plugins
In reply to: [mailto:staff] Useful plugin, but badly needs coding clean-upTook some time, but: the plugin has been refactored and uses roles/caps now. Plus no more hard coded URLs but an icon font.
Thanks for your feedback and cheers from Berlin!
_DirkForum: Plugins
In reply to: [Plugin: mailto:staff] no Email-link on dashboardSilkchenGermany, thanks for your feedback! Can you try to deactivate all plugins except the mailto one and look what happens on the dashboard then. Maybe there’s a conflict with other plugins of which we don’t know yet.