Forum Replies Created
-
AuthorPosts
-
April 15, 2017 at 4:31 pm in reply to: Unable to use %reset_password_link% in user registration mail #8281
Khaled
MemberHello Chris,
Your requested feature is not provided by UMP. Please use another plugin or custom code.
Thanks.
Khaled
MemberHello,
Are you still facing the issue with v1.2.1?
Thanks.
Khaled
MemberHi,
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 #8241Khaled
MemberHi,
Version 1.2.1 is compatible with php7
Thanks.
Khaled
MemberHi,
Conditional page heading was not implemented. You can use section heading instead.
Thanks.
Khaled
MemberHi 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.
KhaledKhaled
MemberHi 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.
Khaled
MemberHI tilt
Is is possible to set a temp admin account for us and send it via http://user-meta.com/contact-us/
Thanks.
Khaled
MemberHi 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.
Khaled
MemberHi,
Please try our dev version. Hope, it will solve issues 1 to 3.
Thanks.
Khaled
MemberHello ,
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.
Khaled
MemberHi 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) #8194Khaled
MemberHi,
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 #8190Khaled
MemberHello,
Please try our dev version.
Thanks.
-
AuthorPosts