Forum Replies Created
-
AuthorPosts
-
KhaledMember
This may be a plugin infliction. Please disable login or user activation related plugin in your site temporarily to check which one is conflicting.
KhaledMemberHi,
If you believe your username and password is correct, but still having same problem, would you please post your site url to check.Thanks.
KhaledMemberHello Nancy,
Thank you very much for using and loving our plugin.For common uses, we need to validate all form input before update/registration. So page1 should be validated before showing page2, page2 need to validated before showing page3. Currently update from any page is not supported. You can put it to feature request forum section, so that we can review your request while updating feature.
Regards
Khaled SaikatKhaledMemberTo do multi-page forms, create at least two Page Heading from User Meta >> Fields Editor. (e.g. Page1, Page2)
Go to Forms User Meta >> Forms Editor, Create your form, drag your required fields. Then Drag First page heading at top and second page heading at the middle(where you need to break the form)
Thanks.
KhaledMemberThank you Andi.
KhaledMemberHi Martin,
Thank you very much for your translation. We will be happy to give you credit in your translation page. And also in our upcoming credit page section.We are hopeful to release next RC version within this week.
Regards
Khaled SaikatKhaledMemberThis post moves from general section to support section.
KhaledMemberHello Martin and Andi,
Here is two pot file for user meta.http://user-meta.com/files/2012/04/user-meta.pot
http://user-meta.com/files/2012/04/pluginFramework.potYou can translate those pot file to your language. Your translation will be included with next rc release.
It seems that, both of you are interested for German translation. please let us know when you are starting so that other can hold on for review.
Thanks again for your interest.
Regards
KhaledKhaledMember1.1.2 stable version will be available near the end of this month.
Thanks.
KhaledMemberHey Andi,
More feature is being added with user meta as well as translatable text. It may take 1/2 week for a stable translatable text.
Thanks again for your interest.KhaledMemberHey BR Andi,
We are very happy to here, you are interested to help on development process. We are adding __() with code (most is done). you can help us by translating user meta with your language. We will provide pot file with version 1.1.2(stable), so that it will easy to start translation process.Thanks.
KhaledMemberWith version 1.1.2rc2, Please follow bellowed instructions:
1. Open user-meta/controllers/umFiledsController.php by any ftp client.
2. Replace (line 86)
update_option( $userMeta->options[‘fields’], $data );with
update_option( $userMeta->options[‘fields’], stripslashes_deep($data) );
3. Save changes.Thanks.
KhaledMemberLost password feature will be included with version 1.1.2 (stable)
Thanks.
KhaledMemberUser Meta Pro using jwysiwyg for rich text. we do not provide gui rich text customization tools. You can customize yourself through jwysiwyg documentation. (https://github.com/akzhan/jwysiwyg)
wysiwyg is calling with user meta pro in user-meta/views/generateForm.php
(line 153 for version 1.1.2rc2)Thanks.
-
AuthorPosts