Skip Navigation

[Resolved] Using existing fields to create pages

This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 7 years ago.

Assisted by: Nigel.

Author
Posts
#586845

My Client uses InfusionSoft 🙁
They/we use Memberium membership plugin to act as the conduit between InfusionSoft and WP
I want to some of the Memberium/InfusionSoft generated fields to produce a searchable directory on a page.

I have asked Memberium support about this via this video:

hidden link

And they have come back with this:

The Memberium user data that you can see in User profile is the information that's being pulled over from Infusionsoft.

There is a table called "memberium_contacts", which is a local cache that holds the keys (field names) and values held by contact as it was last seen by Memberium.

The field/key holding the tags is "Groups", and the value is a CSV list of all the tags held by the user. The tags are stored as tag ID's.

The key to look up a contact in memberium_contacts, is a combination of the appname (Infusionsoft app name), and the Infusionsoft contact Id (id).

Warning: This internal data structure is undocumented and subject to future change.

For all uses of this data, please keep in mind that the data is the *last seen* / cached data, it is not real time data from Infusionsoft. Typically last seen data is recorded either during the last login, or from an HTTP POST, so it may not match what is currently in Infusionsoft.

Also please make sure you review this page, to see a list of other API functions provided

hidden link

I am hoping toolset can do this

Many thanks
---
John

#587003

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi John

I don't have good news, I'm afraid.

If Memberium stores its data in a custom database table ("memberium_contacts") then this data is inaccessible to Toolset.

Toolset only works with data stored in the standard WordPress tables (as described here: https://codex.wordpress.org/Database_Description).

It is able to work with 3rd-party products like WooCommerce because they work with standard tables such as wp_posts and wp_postmeta.

You will need a custom PHP solution for this. If you are using Toolset for the rest of your site you may want to try the new Toolset Contractors section to contact a developer (https://toolset.com/contractors/), otherwise any good WordPress coder should be able to help.

Sorry I can't be of more help.