Forum Replies Created
-
AuthorPosts
-
SupportMember
Hello, 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.
SupportMemberHello,
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.
SupportMemberHello,
Thanks for the suggestion, please put it to feature request section so that we can follow it while determining new feature.SupportMemberHello,
Please follow http://user-meta.com/howto/extend-date-range/
Thanks.SupportMemberHello,
Please have a look on http://user-meta.com/howto/nonajax-file-upload-field/
Thanks.SupportMemberHello,
UMP does not hooked username in frontend so it might be caused by other plugin.
Thanks.SupportMemberHello,
You can able to download the plugin from http://user-meta.com/downloads/
ThanksSupportMemberThat is caused by plugin conflict. Put following code to your functions.php to overwrite confliction.
add_filter('registration_errors', create_function('',''), 80);
Thanks.
SupportMemberYes! 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.
SupportMemberHello, 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.SupportMember@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.SupportMemberTry development version from http://user-meta.com/downloads/
Thanks.SupportMemberYou can try Development Version from http://user-meta.com/downloads/
TinyMCE editor was included for dev version.
Thanks,SupportMemberHello, Please remove space from “pdf, doc, docx” make it “pdf,doc,docx”
-
AuthorPosts