Forum Replies Created
-
AuthorPosts
-
Support
MemberHello, You might need to increase your following php.ini variable for apache server
memory_limit, post_max_size, upload_max_filesizeSupport
MemberHello,
So far, with UMP only admin can allowed to see other user’s profile. BTW, UMP follow WP standerd to store userdata. So you can pull user data by calling any user related wp function.http://codex.wordpress.org/Function_Reference/get_user_meta might be helpful if you try to build your own profile templete.
Thanks.
January 21, 2013 at 4:40 pm in reply to: getimagesize problem after changing host, _fopen: ON, _include: ON #2861Support
MemberHello, It might be permission issue. Please make sure your upload directory has proper read/write/owner permission.
Thanks.Support
MemberHello, can you please point me to the profile page of your site?
Support
MemberHello, If ajax login isn’t working for you, you can use non ajax solution too. For non-ajax login go to User Mera >> Settings >> Login Tab >> Check “Disable AJAX Submit”
Thanks.
Support
MemberHello, Please try 1.1.2rc2 version.
Thanks.
Support
MemberHello,
In your form “UM_login”, use Username field instead of Email field. Username field will work for both Username/Email purpose. You can change field title “Username” to “Email”.
Thanks.
Support
MemberHello,
We have release some fixes. Please install new release on January-18
Thanks.
Support
MemberHello,
You can use wp_mail filter. Those code might be helpful for you:
add_filter( 'wp_mail', 'wp_mail_Function' );
function wp_mail_Function( $data ){$data['headers'][] = 'Bcc: Example ';
return $data;
}
Thanks.
Support
MemberHello, this is compatibility issue with WordPress 3.5, Please install latest UMP release that is compatible with WP-3.5
Thanks.
Support
MemberPlease try new release on Jan-18
Thanks.
Support
MemberHello,
With version 1.1.3rc2, User can be auto logged-in after registration.
To enable this feature, go to User Meta >> Settings >> Registration Tab
then check the checkbox “Auto login after registration” and make sure “User auto activation” is selected.Thanks.
Support
MemberWhats happend when login data are correct, It will be better if you can send us a temporary account for your site to our “Contact Us” section.
Thanks.
Support
MemberWould you please post your login url?
Thanks. -
AuthorPosts