mpvanwinkle77
Forum Replies Created
-
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workGood idea, I’ll make that editable on the next version.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Moderation not workingFYI, I just pushed out the moderation fix.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workOk, just pushed out the moderation fix. Please give it a try.
WordPress needs a user name. So you would have to create a customer username field which will override the default and set it up as a hidden field that is auto populated using javascript. Can I ask why you don’t want a username field?
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Custom field after password fieldsHi, you should be able to order the custom fields however you want using the TinyMCE button. The exception maybe the password field. I’ll need to update the plugin to make that one moveable. If you create a custom field with the same name as a default field the custom field will override the default so you can position default fields that way.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workYes, moderation is broken, working on a fix today and tomorrow, should have it out by wednesday.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Moderation not workingOk so there is an issue with the moderation and I’m working on that. regarding the other issue you can use the simplr_profile_save_meta hook to initiate any custom actions you need.
//Save Hook for custom profile fields do_action('simplr_profile_save_meta', $user_id,$data);
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Trouble getting Moderation to workHey guys, sorry for the delay on this. I’ve been slammed at work. Looking into this now.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorGood to hear and sorry for the inconvenience
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] TinyMICE Button is not workingjoschi, on the TinyMCE button, I’m betting it’s a plugin conflict of some sort, you might try deactivating plugins one by one and seeing if it goes away. If you can narrow down the conflict to something I can replicate then I can try and fix.
2, regarding the custom fields you need to have those to the shortcode like [register role=”subscriber” fields=”firstname,test”]
The TinyMCE popup does this for you so if we fix that problem then you should no longer have the issue with fields.
3, I have not gotten around to localization yet. Is this something you’d be interested in helping me work on?
4, As for hiding the form for logged in users, I originally had it like that and people complained so I changed it.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation error@macs09 I’ll try and get a patch in today for backward compatibility. Mike
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorI’m guessing you are running something less then php 5.3 …
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorHi, can you tell me what version of PHP you are running?
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Activation errorLooking at this now guys.
Hmm … interesting, I think you’d need to write some customer Javascript to accomplish this.