简体   繁体   中英

Custom User Fields for Wordpress - What's the best solution?

I've been grappling for a few days with this complex problem, and would be most grateful for your opinions!

We are building a music eLearning site where we need to find a way to track each user's progression through a number of 'Learning Objectives'.

Each Learning Objective is expressed in a way that's similar to a Use Case, with a value of TRUE or FALSE.

eg

Data Field: LEARNER can do XY and Z.

Value: 'TRUE' or 'FALSE' (False is the default)

**

I'm trying to find a way of doing this within our Wordpress site , where we are using the MEMBERMOUSE plugin to handle subscriptions and billing.

I also need to synchronise data to MAILCHIMP so that users receive the correct communications according to their progress (ie as the value of the data fields changes).

**

I have been searching for Wordpress Plugins that handle 'custom user data fields', and I found these:
https://wordpress.org/plugins/user-meta/
http://user-meta.com/
Also wondering about Toolset Types which we already have installed - this seems to be able to generate Custom User Fields.

But one of the key issues seems to be that a lot of these existing solutions are set up only for a SMALL NUMBER of custom fields... we need to handle up to 5000 per user! So customisation of back end display is an issue...

I am also assuming that I'll have to commission someone to do some kind of Custom API connection between Mailchimp and Wordpress?

**

Does this sound like a sensible approach? Do you think I'm going about this problem the right way, or would you recommend a different approach?

Am I being naive to try and accomplish this with existing plugins and limited skills (basic wp/html/css only) - should I accept I probably can't do this on my own, and try and commission a custom plugin instead?

Thank you so much for your suggestions! :)

试试这个高级自定义字段

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM