Title: [Plugin: AmR Users] WordPress Custom Fields Plugin by Tribulant
Last modified: August 19, 2016

---

# [Plugin: AmR Users] WordPress Custom Fields Plugin by Tribulant

 *  [lillyberger](https://wordpress.org/support/users/lillyberger/)
 * (@lillyberger)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/)
 * I’m not able to see the fields I’ve created using the above plugin. Tribulant’s
   plugin stores additional fields in a separate table but the data is store in 
   the wp_usermeta table. Is there anything I can do to allow your plugin to see
   my fields and data?
 * [http://wordpress.org/extend/plugins/amr-users/](http://wordpress.org/extend/plugins/amr-users/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521568)
 * Hi lillyberger,
    I’m not familiar with that custom field plugin – I know “register
   plus” plays nicely (using the user-meta tables). The plugin should pick up anything
   in the meta table, but as yet does not do other tables – maybe later.
 * I see it is a paid plugin. If you have time, email me (anmari@anmari.com) the
   table structures for your fields, and when I look at the plugin again I can see
   if a generic “other user table or user-meta table” would work with it.
 *  [Sea Jay](https://wordpress.org/support/users/jcollier/)
 * (@jcollier)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521608)
 * Any success integrating this plugin?
 *  [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521610)
 * Hi jcollier,
 * I don’t have the plugin myself (it looked like a paid plugin). If you are able
   to tell me it’s data structure – look in your DB with phpmyadmin – I may be able
   to do something. I will be looking at integrating with a few other non-standard(
   as in they do not user the usermeta) plugins, so it may be that the same/similar
   code would work.
 * You can email me at [anmari@anmari.com](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/anmari@anmari.com?output_format=md)
 * I’m working on another plugin primarily at the moment “amr-events”, but intend
   to go back to the user plugin in a couple of days. I had done some work towards
   grabbing other tables, but still a bit to go.
 *  [patulski](https://wordpress.org/support/users/patulski/)
 * (@patulski)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521621)
 * I have had success with this plugin. it picked up all of the extra fields I created.
   The plugin does not Cache anything though I have installed and de-installed several
   times and dropped all of the tables. I scheduled a cache update to ingest all
   of my records (13K) but I see no progress. Am I missing something?
 *  [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521622)
 * Hi Patulski,
 * I have picked up what may be this problem on another site.
 * If the background job crashes – ie it is aborted somehow, – eg or if it runs 
   out of memory, it “fails” silently – there may be something in a log somewhere
   if you have access to those.
 * WP 3.0 does seem to require more memory and of course this job may be memory 
   intensive if you have lots of users and/or complex meta data.
 * Part of the solution may be to increase the memory limit (caution you may have
   host constraints) see
    [http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)
 * I do have to add some logic to the plugin to deal with these situations as it
   can get “stuck” if the batch job crashed – may take a few days to finalise this.
 * If you do get it running again, the cache status tries to indicate the memory
   usage of each report so you can tell if there is an impending problem as your
   db grows.
 * Also
 * [http://wordpress.org/extend/plugins/tpc-memory-usage/](http://wordpress.org/extend/plugins/tpc-memory-usage/)
 * is useful.
 * Stay tuned for update.
 *  [Manuel Fritsch](https://wordpress.org/support/users/let-me-see/)
 * (@let-me-see)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521640)
 * Hello anmari,
    I am interested in integration of the extra fields of Register
   Plus Redux plugin (the successor of Register Plus) in your tables. Would you 
   have a look at this thread – [http://wordpress.org/support/topic/plugin-register-plus-redux-export-users-integration-with?replies=1](http://wordpress.org/support/topic/plugin-register-plus-redux-export-users-integration-with?replies=1)–
   I did not want to make two threads for the same issue. (RPR and RPR export users
   are not maintained by the same person, by the way.)
 * I do not understand very much of the whole programming, therefore I would be 
   very happy if you could somehow integrate with one another. I’d love to use your
   great (!) plugin in this combination. I see both amr users and RPR as essential
   for working with customer databases.
 * UPDATE: AmR detects those fields which are asked during registration, but not
   the other extra fields by RPR: [http://wordpress.org/support/topic/plugin-register-plus-redux-way-to-display-additional-fields-in-user-profile?replies=6#post-2029547](http://wordpress.org/support/topic/plugin-register-plus-redux-way-to-display-additional-fields-in-user-profile?replies=6#post-2029547)
 *  [Manuel Fritsch](https://wordpress.org/support/users/let-me-see/)
 * (@let-me-see)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521641)
 * UPDATE 2: It all works, it was just me being stupid. After rebuilding the list
   under point 2 in AmR (nicer names), all extra fields showed up, even the ones
   I had hardcoded into user-edit.php. I had not found this function in your plugin
   before. Sorry to bother!
 *  [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521642)
 * that’s okay – nice to know what folks are doing and integrating with

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: AmR Users] WordPress Custom Fields Plugin by Tribulant’ is closed
to new replies.

 * 8 replies
 * 5 participants
 * Last reply from: [anmari](https://wordpress.org/support/users/anmari/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-wordpress-custom-fields-plugin-by-tribulant/#post-1521642)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
