Adam Pickering
Member
Posted 5 months ago #
I've installed the peters login redirect plugin on my install of WordPress 3.5 but when activated there is no option for the peters redirect in Settings, see screen: http://dl.dropbox.com/u/1657501/Screenshots/qohp.png
Before 3.5 it was working fine with 3.4.2
Any ideas what the issue here?
http://wordpress.org/extend/plugins/peters-login-redirect/
Hi, Adam!
Open
wplogin_redirect.php
find line 1472 and replace "$rul_required_capability" to: "8"
that was:
add_options_page( 'Login/logout redirects', 'Login/logout redirects', 8, 'wplogin_redirect.php', 'rul_optionsmenu' );
Thank you very much for the easy solution.
Thanks everybody for reporting this and posting a workaround. Version 2.6.1 of the plugin now changes the required capability to "manage_categories" instead of "manage_links" which should allow editors to see the redirect management page again. If you are upgrading from an existing version of the plugin, you might have to first visit the redirect management page with an administrator user to complete the upgrade.
Peter:
Do you have a plugin that embeds the(a) login form in a specified page?
I want to GIVE individuals unique login credentials to access limited page(s) FROM a common Landing Page
Thanks!
DDCH
Unfortunately I don't, but I bet there are many plugins and tutorials out there for embedding login forms. Good luck!