Forum Replies Created
-
AuthorPosts
-
Support
MemberHello, TinyMCE editor for rich text are are included from next version, please download dev version for using it now.
For adding table with TinyMCE you can use http://wordpress.org/plugins/tinymce-advanced/ together.
Thanks.
Support
MemberHello,
You can do that by creating two field with same title same meta key, and make one field read-only, drag readonly field to profile form and, non-readonly field to registration form.Or if you like to use same field as readonly and not-readonly then you have to use “user_meta_field_config” filter hook
Thanks.
Support
MemberHello,
Thanks for the suggestion, please put it to feature request section so that we can follow it while determining new feature.Support
MemberHello,
Please follow http://user-meta.com/howto/extend-date-range/
Thanks.Support
MemberHello,
Please have a look on http://user-meta.com/howto/nonajax-file-upload-field/
Thanks.Support
MemberHello,
UMP does not hooked username in frontend so it might be caused by other plugin.
Thanks.Support
MemberHello,
You can able to download the plugin from http://user-meta.com/downloads/
ThanksSupport
MemberThat is caused by plugin conflict. Put following code to your functions.php to overwrite confliction.
add_filter('registration_errors', create_function('',''), 80);
Thanks.
Support
MemberYes! Possible.
From Fields Editor, create new HTML field, and put your html code inside”Default Value” input:
e.g
<a href="%user_url%">%user_url%</a>
Then, drag your newly created html field to your form from Forms Editor
Thanks.
Support
MemberHello, UserMetaPro store all custom field’s data to wp_usermeta table (which is WP standard), So any other plugin suppose to retrieve those data. Or if you need to retrieve those data yourself follow http://codex.wordpress.org/Function_Reference/get_user_meta
Thanks.Support
Member@craveit
Download pro version from http://user-meta.com/downloads/
Remove your existing UMP version(your data will remain intact), Install newly downloaded version.
Thanks.Support
MemberTry development version from http://user-meta.com/downloads/
Thanks.Support
MemberYou can try Development Version from http://user-meta.com/downloads/
TinyMCE editor was included for dev version.
Thanks,Support
MemberHello, Please remove space from “pdf, doc, docx” make it “pdf,doc,docx”
-
AuthorPosts