Skip Navigation

[Resolved] Can you use CRED to let the user edit his/hers user meta data?

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 -
- - - - - - -

Supporter timezone: Europe/Madrid (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by henrikG 9 years, 1 month ago.

Assisted by: Caridad.

Author
Posts
#277253

Hi.

Just a question..

Is it possible to use CRED to let the user edit his or hers own user meta data on the front page of a site?

I would like to create a few custom user meta fields, and let this be edit able by the user. But is that possible with toolset?

Kind Regards

Henrik

#277462

CRED doesn't handle user custom fields yet, it is meant only for posts and their custom fields.

You can use Types to define user custom fields, and your users will be able to edit this in their profiles.

If you want to show the profile on the frontend, you can use a plugin like this one:
https://wordpress.org/plugins/theme-my-login/

The only thing you need to do for this plugin to work with Types is add these lines to functions.php in your theme:

add_action('init', 'types_tml_fix');
function types_tml_fix() {
    require_once WPCF_EMBEDDED_ABSPATH . "/admin.php";
}

Regards
Caridad

#290018

Thank you.

I hope to see user meta as a tool in the future.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.