Replies: 3 comments 3 replies
-
|
@Jimmi08 If i understand correctly, you want to send $_POST data from two sites to a single E107 instalation??? |
Beta Was this translation helpful? Give feedback.
-
|
@Jimmi08 most of the time people think to much, you can sync data between databases, so all you need is a app where you put in all the relevant data for input and sync the table or fields with the databases to what ever you want, i do the same with user fields from WHMCS to e107 every 5 minutes with a cron.. The input is with whmcs but it is used on 3 e107 websites... and with a key so not all e107 sites get the same users.. And if you document your work right everyone with a little it brain can take over, man or woman :-) That's not a argument as long as you use open source software... |
Beta Was this translation helpful? Give feedback.
-
|
I did it. The look is an intention from the legacy version with bootstrap 5 update. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to find the correct approach to this, and sometimes when I write it down, it hits me.
Actual situation:
The external site sends $_POST data to the URL address we specified. Because of actual and future changes on their end, and the need to send this $_POST to more than one address, I needed to put some layer between those 2 sites. For now, I have done this manually, using logging and a simple PHP script. It is still maintainable, but the source site causes more and more trouble. So it is planned to manage this by e107 later. All receiving sites use WordPress and the Houzez theme. https://houzez.co/
In our country, we don't use IDX at all.
Now. They have 2 accounts on that source site (so $_POST is still the same for both companies), they want to combine them and use them as the source of specialized websites (just copies of the first one with a slightly different look - banner, colors - but different data). F.e. for location, for property type. For me, this is a nightmare doing this in WP.
I already tested that I can load data with API and JWT from the Houzez site to e107 site. I am not sure what I am doing - as always - I just used documentation and it worked. So maybe I will just display data with e107 (not full property management). Or I can receive those $_POST separately on e107 site and save them in a simple table (it would solve the logging issue too). I have considered e107 multisite, but they are different domains, and I only tested multisite on subdomains or subdirectories. Not time for this now. But creating e107 copy is pretty easy.
What do you think? Am I going the right way when I want to use e107 for displaying data from another source (WP)?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions