CLehnert
Forum Replies Created
-
I’m also experiencing duplicate database email backups in 4.4.6. I do not see this bug fixed in subsequent versions in the changelog.
Forum: Plugins
In reply to: [Register Plus Redux] Multiple issues—most involving email notificationsI’ve figured out that some of the issues mentioned here were caused by me approving users from the normal user list, and not the “unverified” list that seems to have been added with this plugin. After I started approving users from the correct list, the “approval” emails were sent out.
I’m still having the issue with the “&” character changing to ‘&”, but I suspect this is a WordPress thing. I get around it by changing that character in the database and making sure I redo this any time I save settings in the plugin (because it changes it back to “&” each time the plugin settings are saved).
There is one unresolved, very minor issue that I have not found a solution for:
1) The default “verified” message shows instead of the custom verified message after a user verifies their email addressIt would be great to have the ability to send the admin 2 different messages for when a user is registered and when they verify. Currently, the same message gets sent for both, and it could be more clear by this message which users have verified and which have only registered.
Thanks for the plugin. Now that I have realized my mistake, it has allowed me to do what I needed to do with my registration page.
Forum: Hacks
In reply to: Need to Remove Login and Lost Password Links from beneath "Register" formThanks, Nickohrn. I had a feeling that was the case. WordPress really should make this an option. Some may want their register form to be accessible without their login being accessible.
Bc, I realize that it is the same PHP file, but even with the correct action, it is inaccessible without a certain query string. It made me feel better to remove it. Plus, it doesn’t make sense to leave links that can’t be used on the page.
Forum: Themes and Templates
In reply to: [Responsive] Child Theme and Responsive DesignYou also have to include the mobile style.css in your child css file:
@import url("../responsive/core/css/style.css")