Forum Replies Created
-
AuthorPosts
-
KhaledMember
Can you please post your page url. It will be better if you can give temporary access on your site (by contact form)
Thanks.KhaledMemberHello,
Please go to User Meta >> Settings (General Tab)
Then, Select HTML as “Email Format”Thans.
KhaledMemberHello,
1. Please follow: http://user-meta.com/forums/topic/avatar-upload-problem/#post-1627
2. An admin can see others profile by backend user listing page. And also can access fronrend user’s profile.
Go to User Meta >> Settings (General Tab)
Under “Profile page selection”, select your profile page and check the right sided checkbox and hit save.
Go to User listing page, mouse over on a username, there will be new link as mouseover.Thanks
KhaledMemberHello, Thanks for your reporting. We’ll dig down the issue. Until than, you can use non ajax solution.
Your support is appreciated. You can send account info to our contact us section (http://user-meta.com/contact-us/).
KhaledMemberHello, Thanks for your reporting. We’ll dig down the issue. Until than, you can use non ajax solution.
KhaledMemberHello,
Please open /user-meta/framework/helper/uploader.php and replace line 33Form:
$pluginFramework->verifyNonce();
Into:
$pluginFramework->verifyNonce(false);
KhaledMemberHello,
It is not a uploading issue. It is a displaying issue.To edit yourself, open /user-meta/controllers/umPreloadesControllers.php and look at line: 76
$resizedImage = image_resize( $avatarPath, $size, $size );
Edit this line as you needed.
Function Reference: http://codex.wordpress.org/Function_Reference/image_resizeThanks.
KhaledMemberWe have plans to add exports feature besides importing users. But not sure when it will available.
Thanks.
KhaledMemberCan you please check at browser consol which error is showing for you when you click “Remove” link. or please post your url here.
Thanks.
July 30, 2012 at 4:11 am in reply to: Custom redirect on login (when user is already logged in) #1800KhaledMemberHello,
If user already logged in. User Meta doesn’t allow login again.
However, for login redirection, Go to User Meta >> Settings >> Redirection
Then, select your desired role and under “Login Redirection” choose what you want. For redirect to custom url, choose “Custom Url” and put the url there.Thanks.
KhaledMemberHello,
Please try with checking “Disable AJAX submit” checkbox at (User Meta >>Settings >>Login )Thanks.
KhaledMemberHello,
Please follow those instructions:
1. Download and extract following file. http://user-meta.com/files/2012/07/PluginFrameworkRawFunction.php_.zip
2. Replace user-meta/framework/models/PluginFrameworkRawFunction.php with new one.
Thanks
KhaledMemberHello,
“I created extra fields, but it doesn’t save”
– what happen when you hit save button?“I added an HTML field, but it doesn’t show me a place to edit it.”
– Put your content to “Default Value”“I see that I must define unique meta key. How do I do that?”
– When you add any field from “Extra Fields” section, there will be a field titled “Meta Key”. Put your meta key here.“How do I get the HTML fields to show?”
– Drag your required field to your form editor (User Meta >> Forms Editor) and use shortcode to show that form.Thanks.
KhaledMemberFor Login/Logout/Registration redirection to custom url:
Go to User Meta >> Settings >> Redirection
then put your custom url to “Custom URL” and hit save. -
AuthorPosts