Author Archives: radiok

Question? Invitation Codes

So, I’m in the middle of revising the invitation code system for a specific user. In the process I’ve got myself into a quandary. This user needs each invitation code to be unique, so there will be a new option … Continue reading

Posted in Register Plus Redux | 18 Comments

Add New User?

You know what’s awesome? There is no way to alter the admin Add New User page… at all. No actions whatsoever. Ugh. I’ll have to create my own Add New User page someday. Lame. 9

Posted in Register Plus Redux, Wordpress | 8 Comments

Still Kicking

Just a quick note, Redux isn’t abandoned… yet. No really, I’m working on digesting all these requests and questions, the.system I have in place to track bugs and feature requests just isn’t cutting it. 14

Posted in Blogging, Register Plus Redux | 71 Comments

wp_new_user_notification Conflicts

This will be where I discuss and attempt to resolve wp_new_user_notification conflicts. Maintenance Mode Resolved in version 5.3 of Maintenance Mode Was loading pluggable.php from constructor. Please refer to The Case of Maintenance Mode for more information. Login with Ajax … Continue reading

Posted in Register Plus Redux | 94 Comments

Conflicts Begone

As more users become aware of Register Plus Redux, more and more conflicts are coming in. Each time I receive notification I download the offending plugin and try to figure out, why this author did that, each time I’m left … Continue reading

Posted in Register Plus Redux | 23 Comments

load_plugin_textdomain Timing

Interesting question, should load_plugin_textdomain() be done in the constructor, or during WordPress’ init action? I’ve found conflicting information, and I know that the constructor was working previously, but, IMO, the constructor’s a bad place to do much of anything so … Continue reading

Posted in Wordpress | Leave a comment

Adam’s Form

In which we test, Adam’s Form. [adams-form] 1

Posted in Blogging | 1 Comment

Facebook/Twitter/etc Login

I’m not sure how this would practically work, but there was a request for this feature. 3

Posted in Feature Request | 4 Comments

Code Reduction

Need to finally consider breaking large PHP file into multiple PHP files, admin only functions seperated, etc. 0

Posted in Worklog | 1 Comment

Custom Logo Improvements

Would like to add code to allow login and registration to have separate logos. Also, would like to better integrate with WordPress’ media library, currently files are uploaded to the same location, but are not visible from WordPress’ media library. … Continue reading

Posted in Feature Request | 3 Comments