Forum Replies Created
-
AuthorPosts
-
KhaledMember
Hi Denis,
The issue has been solved.
Thanks for your cooperation.
KhaledMemberHi Denis,
It looks okay in my testing site. Is it possible for you to share a temp admin with me (support(at)user-meta.com)?
Thanks.
KhaledMemberHi Denis,
I guess, you are still using old dev version. Line 7 should look likes:
$formBuilder = new FormBuilder( 'form_editor', $formName );
BTW, I did implement your another request (delete avatar). Please download again now for latest update.
As it is still dev version. There could have some bugs. Please report us if you find any more bugs.Thanks.
KhaledMemberHi Denis,
Deleting user’s files and avatar has been added to current dev version.
Please try todays dev version.
Thanks.
KhaledMemberHi Denis,
Please download again the dev version. Completely remove the existing version and install newly downloaded one.
Thanks.KhaledMemberHi,
The issue has been solved by dev version.
Thanks.
May 21, 2016 at 10:08 pm in reply to: When we remove an uploaded file to upload another, it still shows the old file. #7827KhaledMemberHi,
Please try our latest dev version. The issue has been solved within it.
Thanks.
KhaledMemberHi Alvaro,
It seems that reCaptcha is not correctly configured. It will be better if you can send me the screens-shoot for Fields/Forms editor or share admin access with support(at)user-meta.com
Thanks.
KhaledMemberHello Lena,
To do so, please use our current dev version and put following codes to your functions.php
Don’t forget to replace XYZ with your original field id.add_filter('user_meta_field_config_render', 'emptyTheCheckbox', 10, 3); function emptyTheCheckbox($field, $fieldID, $formName) { if ($fieldID == 'XYZ') $field['field_value'] = ''; return $field; }
Thanks.
KhaledMemberHi Denis,
The issue has been solved by dev version.
Thanks.
KhaledMemberHi Cole,
Thanks for your reporting. Recently we applied namespace over almost whole plugin. Some lines of
code missed backslash unintentionally.Those has been solved by dev version.
KhaledMemberHi Cole,
We have applied fixes into dev version. Recently we applied namespace over almost whole plugin. Some lines of code missed backslash unintentionally.
One of the realise candidate will be rolled out soon.Thanks.
KhaledMemberHi, I have tested this feature with v1.1.7.1, it seems that auto login works correctly. But if registration redirection is set to none, no redirection is happens. So user remains on same page and may be don’t know they are already login. If they refresh the page. it should show them as login.
However, with dev version we added page reload by default. auto login will redirected to url based on login redirection settings. But if there are any redirection for registration then login redirection will overwritted by registration redirection.
Thanks.
KhaledMemberThe fix has also applied to dev version.
Thanks.
-
AuthorPosts