Wordpress Plugins
-
Recent Posts
Recent Comments
Categories
- Blogging (4)
- Feature Request (12)
- History (2)
- OPP (1)
- Register Plus Redux (11)
- Wordpress (6)
- Worklog (6)
Meta
Email Subscription Form
Author Archives: radiok
Past, Present, and Future
OK, phew, long time no… anything. I’m very few removed from WordPress these days, as if that isn’t obvious. But I can tell there is still a great deal of interest in Register Plus Redux. MustLive has commented here and … Continue reading
Posted in Blogging, Register Plus Redux
4 Comments
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
87 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
95 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
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