Forum Replies Created
-
AuthorPosts
-
SupportMember
Hello, You might need to increase your following php.ini variable for apache server
memory_limit, post_max_size, upload_max_filesizeSupportMemberHello,
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 #2861SupportMemberHello, It might be permission issue. Please make sure your upload directory has proper read/write/owner permission.
Thanks.SupportMemberHello, can you please point me to the profile page of your site?
SupportMemberHello, 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.
SupportMemberHello, Please try 1.1.2rc2 version.
Thanks.
SupportMemberHello,
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.
SupportMemberHello,
We have release some fixes. Please install new release on January-18
Thanks.
SupportMemberHello,
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.
SupportMemberHello, this is compatibility issue with WordPress 3.5, Please install latest UMP release that is compatible with WP-3.5
Thanks.
SupportMemberPlease try new release on Jan-18
Thanks.
SupportMemberHello,
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.
SupportMemberWhats 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.
SupportMemberWould you please post your login url?
Thanks. -
AuthorPosts