Forum Replies Created
-
AuthorPosts
-
Support
MemberHello, which shortcode you have used in to generate login page?
[user-meta type=”login”]
Support
MemberNormally error “0” shows when query string is too large and “action” parameter can’t receive by POST/GET, so you need to make sure your server can able to receive all posted data. You can set a temp admin in your site if you let us(to contact us section) dig down the issue.
Thanks.Support
MemberSo far, an admin can only export user, you can allow other role to export user by hacking some code but problem is “Import Export” screen is only visible for admin and if you let it visible to other role, it goes to security issue.
You can post this topics to “Feature Request” section, so that with new update we can add custom role to export user.
Thanks.
Support
MemberHello, putting those code to only in frontend user pro is enough. when you put those code, which plugin failed to generate recaptcha UMP or Frontend User?
September 28, 2013 at 2:48 am in reply to: Activation Pro error: 32300 : transport error – could not open socket #4283Support
MemberUnfortunately we there is no license key, Validation procedure require to communicate with UMP server, however is is possible to give temporary admin account to us by “Contact Us” section to manually validate it.
Thanks.Support
MemberYou can use same field to different form. or create another username field and use it to your login form.
Thanks.Support
MemberWhen you have used recaptcha in User Meta Pro form, recaptchalib.php file(with its functions/method) already called. so when othr plugin tried to declare the same function again then it goes to fatal error.
You can add following lines beginning(after php tag) of file: recaptchalib.php:
if(function_exists("_recaptcha_qsencode")){ return; }
Thanks.
Support
MemberHello, rawurlencode was applied to user_login, so login suppose to encoded correctly, Could you please post your site url here or “Contact us” to check and the issue.
Thanks.September 25, 2013 at 1:48 am in reply to: Activation Pro error: 32300 : transport error – could not open socket #4275Support
MemberHello, Have you already followed those steps?
Download and install pro version from http://user-meta.com/downloads/
go to User Meta >> settings and put your email and password for http://user-meta.com to validate your license.Support
MemberThanks. Yes custom field can be populate in backend profile too.
Support
MemberMaybe your post_max_size has been exceed from your posted form or field’s data. Try with increasing post_max_size and memory_limit in your php.ini
Thanks.Support
MemberNormally you need to use at least two Page Heading, If you have already use two heading it might be js conflict, could you please post url url here or to “Contact Us”
Thanks.September 21, 2013 at 6:28 am in reply to: ERROR when Import/Export users from/to CSV file with extra fields #4254Support
MemberHello, It might be some date coming as header before UMP trigger header to create CSV file, please try with temporarily disable other plugin to check if some other plugin trigger header too. Thanks.
September 13, 2013 at 2:50 am in reply to: How to add page/section heading in backend user profile #4235Support
MemberHello, Add two section heading in your “Fields Editor” and drag them to your backend profile. Page heading is not yet supported in background profile.
Thanks. -
AuthorPosts