Forum Replies Created
-
AuthorPosts
-
April 15, 2017 at 4:31 pm in reply to: Unable to use %reset_password_link% in user registration mail #8281KhaledMember
Hello Chris,
Your requested feature is not provided by UMP. Please use another plugin or custom code.
Thanks.
KhaledMemberHello,
Are you still facing the issue with v1.2.1?
Thanks.
KhaledMemberHi,
The issue has been resolved with v1.2.1
Thanks.
February 19, 2017 at 3:49 pm in reply to: llegal string offset 'field_type' and Cannot modify header information #8241KhaledMemberHi,
Version 1.2.1 is compatible with php7
Thanks.
KhaledMemberHi,
Conditional page heading was not implemented. You can use section heading instead.
Thanks.
KhaledMemberHi Anthony,
Is it possible to post your URL here or to http://user-meta.com/contact-us/ so that we have a chance to look at it?
Thanks.
KhaledKhaledMemberHi andreu,
ReCaptcha language config has been added to 1.2.1 but after that we realised, that was a wrong way of implementation. As reCaptcha load language while loading the library, so if you use more than one captcha on a single page, the configuration will load only once.
So with next version (1.2.2), to configure reCaptcha we are going to use the filter hook.
add_filter('user_meta_recaptcha_language', function () { return 'de'; });
Thanks.
KhaledMemberHI tilt
Is is possible to set a temp admin account for us and send it via http://user-meta.com/contact-us/
Thanks.
KhaledMemberHi Steven,
Please visit User Meta >> Shared Fields, and make sure you have some fields there with the meta_key filled up.
You can also make any fields from your form as shared. To do that, from forms editor, expand any field, visit advanced tab and check mark this field as shared checkbox.Thanks.
KhaledMemberHi,
Please try our dev version. Hope, it will solve issues 1 to 3.
Thanks.
KhaledMemberHello ,
Please use following code to your functions.php. The user will redirect to http://exapmle.com after updating their profile.
add_action('user_meta_after_user_update', function () { global $userMeta; echo $userMeta->jsRedirect("http://exapmle.com"); });
Thanks.
KhaledMemberHi Cyrus,
Your reported PSR-2 compliant issue has been fixed by current RC release.
Thanks.
February 5, 2017 at 12:33 am in reply to: Multiple reCAPTCHAs on One Page (Login and Register Forms) #8194KhaledMemberHi,
Please try our dev version.
Regards
KhaledFebruary 4, 2017 at 6:39 pm in reply to: llegal string offset 'field_type' and Cannot modify header information #8190KhaledMemberHello,
Please try our dev version.
Thanks.
-
AuthorPosts