Hi Luo,
I hope you are well, my company organises different conference every year and I have to redo our website which was done by another company. Basically we have 8 different websites , one for each conferences which have the same look and feel.
I have been testing/working on our sponsor and programme page which you have helped me in the last few weeks.
hidden link
hidden link
The issue I am facing is how do I manage my sponsor/speaker and so on data from a single location and not on every site? Is it possible to have toolset pulling data from an external location/DB? Would WP multisite be the answer in this situation and would toolset from a conference site be able to retrieve the data from a "management site" where I would enter all my sponsors and only assign the one I need for a specific conference.
The other way I am thinking is to build an external DB let say in FileMaker or else, and then generate a CSV file with the sponsor content for a conference. Here again not ideal if we consider that the we almost have daily changes on the sponsor list and multiply this by 8.
Unless toolset is not the right approach and I need to start thinking about mysql, which I have no experience and certainly going to require a steep learning curve.
I realise this out of Toolset support scope somehow and I would like your view on how this could be done using Toolset.
Thanks for you continuous effort.
Phil
Dear Phil,
There isn't such kind of built-in feature within Toolset plugins:
have toolset pulling data from an external location/DB
As a workaround, you can consider HTML iframe tag, for example:
1) In the original data website, create a page, display only the sponsor/speaker, without header, footer or sidebars.
2) In other website, use HTML iframe tag to display above page, see document:
hidden link
My issue is resolved now. Thank you!