Forum Replies Created
-
AuthorPosts
-
SupportMember
Hello,
Thanks for your interest about UMP. 2checkout suppose to accept paypal payment. If you have faced any trouble please contact with http://user-meta.com/contact-us/ they will give you alternate channel to make payment.
SupportMemberHello,
You can use both 😉
Just go to User Meta >> Settings (General Tab) and change “Email Format” to “HTML” if you need html formatting or “Plain Text” if you need all email as plain text.
Then hit save.
Thanks.
SupportMemberHello,
With version 1.1.3rc2, you can indicate label position as “inline” from User Meta >> Fields Editor. And theere is a filter hook: “user_meta_field_config”By using this filter hook, you can customize field’s settings/
Thanks.
SupportMemberWould you please contact with “Contact Us” section with your site url. Thanks.
SupportMemberHello, UMP doesn’t have any impact with Delete User. It is up to WP. In Multisite, when you remove any user from any site, it just indicate as not member from that site and remove from that site only but still it will be in user table if that user is a member for other site under network. You need to delete user from network.
Thanks.
SupportMemberHello,
With UMP 1.1.3rc2, You can find User Export under “Import & Export” Menu.
If export feature is not working for you pleae try:
Thanks.
January 29, 2013 at 2:47 pm in reply to: Problem "ERROR: Please enter a password." login form registration #2953SupportMemberCould you please post your url of registration page? Thanks.
SupportMemberHello,
If you indicate your login page to User Meta >> Settings (Login Tab), UMP can handle email verification stuff.
SupportMemberHello,
There are two ways to use UMP login shortcode.
1. [user-meta type=”login”]
This shortcode doesn’t indicate any form name, if you use this shortcode, a login form with username/email, pasword and Remember me field will generated automatically.2. If you like to do more customization for your login form, then you can assign a form with login shortcode, In that case login shortcode will be like this: [user-meta type=”login” form=”Your Login Form”]
If your assign a form to login shortcode then login form will not automatically add any field to login form, It will use only those fields which are found into your assigned form. So you have to drag a Username, Passwoord field to your form and for Remember Me, use a checkbox field and use meta_key “remember” for that field.Thanks.
SupportMemberHello,
So far UMP doesn’t feature to show extra field to user listing page, but you can show extra field into user’s backend as like as frontend profile. To show extra field into backend profile, go to User Meta >> Settings (Backend Profile Tab)
then drag and drop filed that you want to show user’s backend profile.Thanks.
SupportMemberHello,
All email sent after user registration is called by action hook: “user_meta_after_user_register”
This hook allow one parameter (object)You can remove this action hook, and write your own code for this action hook.
Here are useful link for you:
http://codex.wordpress.org/Function_Reference/remove_all_actions
http://codex.wordpress.org/Function_Reference/add_actionPlease note, if you remove the action “user_meta_after_user_register”, no email sent automatically by UMP on registration.
In action call back function, you can generate own verification link and sent that link to user email.Thanks.
SupportMemberHello,
Please apply some quick fix to 1.1.3rc2, We’ll apply those fixes with next release.
Open user-meta/views/pro/exportImport/exportForm.php
Change Line 107
"onclick" => "umUserExport(this,\"save\")",
with
"onclick" => "umUserExport(this,'save')",
Change Line 115
"onclick" => "umUserExport(this,\"export\")",
with
"onclick" => "umUserExport(this,'export')",
Change Line 123
"onclick" => "umUserExport(this,\"save_export\")",
with
"onclick" => "umUserExport(this,'save_export')",
Thanks.
SupportMemberHello, Please update to latest RC version. Follow http://user-meta.com/upgrade-notice/ after version update. Thanks.
January 24, 2013 at 4:22 pm in reply to: prevent login for non-member for non-subdomain blogs not work #2918SupportMemberHello,
This feature is working for all of our test server. Would you please contact with http://user-meta.com/contact-us/ with your site url.
Thanks.
-
AuthorPosts