Skip Navigation

[Resolved] Will Toolset work for this directory project?

This support ticket is created 5 years, 2 months 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1529689

Hello,

Below is a paragraph from a work colleague to whom I have suggested toolset might be a better solution for our community directory project - than the set up he has now. I am not savvy enough to comment on his last sentence. Could one of you?

Here it is: “I think my main question was how its data is structured in the DB. The current Formidable situation is a PITA because it uses Formidable-specific tables, as well as standard WP tables (leading a situation that probably requires more complex custom code than if we didn’t have a plugin for it). Data from a single community is spread around in a really sub-optimal way. If Toolset stores data in the standard posts+postmeta+taxonomies structure it might be worth considering.”

Our site, where I am hoping to install Toolset to replace Formidable, etc etc is hidden link. Toolset would be used for our community directory: hidden link and hidden link. The current search function is very very poor.

I look forward to hearing from you.
Thank you
Neil

#1530151

Hello,

Toolset Types plugin is using standard WordPress function and database table to store custom posts/taxonomies/custom fields.

And we have some demo site(built with Toolset plugins) with custom search form + Maps, for example:
hidden link

But if you need to setup post type relationship:
https://toolset.com/documentation/post-relationships/how-to-set-up-post-relationships-using-toolset/
The post relationships data are not stored in standard WordPress database tables, but in Toolset tables, here are the table names:
- wp_toolset_associations
- wp_toolset_relationships

And you can retrive the related posts by following our document:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/

If you are familiar with PHP codes, you can use relationship API functions:
https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/

For your referenece.