prodo
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] TML is overriding contributor capabilitiesIt appears to be a problem with the redirects in
themed-profiles.php line 110 public function init(). They’re overriding the capability of deleting a published post.- This reply was modified 9 years, 3 months ago by prodo.
Forum: Plugins
In reply to: [Theme My Login] TML is overriding contributor capabilitiesI’ve narrowed down what’s causing it, but not why.
Repo steps:
-Adddelete_published_postscapability to contributor role
-Enable the Themed Profiles module
-Under “Restrict Admin Access”, check the box next to contributor
-Try to delete a post usingget_delete_post_link( get_the_ID() );Expected:
Post is deletedReality:
Contributor is redirected toyour-profile.phpForum: Plugins
In reply to: [Theme My Login] Cannot Activate UserI disabled every plugin except for TML. Here’s a screenshot of the bulk delete I’m referring to: https://cl.ly/1a1P0n0P0w13
Forum: Plugins
In reply to: [Theme My Login] Resend activation email failingAh, yes, I am. Why is that breaking the re-send functionality?
Forum: Plugins
In reply to: [Theme My Login] Resend activation email failingFlipping the WP_DEBUG to true doesn’t show anything either. Resending the activation email from the Admin Dashboard does work. Not sure why sending it from the TML login page doesn’t work, though.
Forum: Plugins
In reply to: [Theme My Login] How to customize custom-passwords.php html structureThanks, man!
Forum: Plugins
In reply to: [Nav Menu Roles] Minimum role not taking effectThanks!