It took me weeks to figure out how I could embed another CMS inside MODx.
(It was starting as making a bridge for phplist)
This is not meant to merge between frameworks, but rather to include the spesific ones, let’s say: ZENphoto, phplist, and so on.
Greatly thanks to
Chuck who made the
BkupMODx which uses this trick, so I could find it out.
Thanks to the MODx Evo’s iframe, so we can use its Module’s frame to pull out those CMSes.
(I don’t know about Revo, never tested it yet)
How to do this?
Create new module, put this
one liner code:
header('Location: ' . $modx -> config ['site_url'] . 'path/to/another/cms/index.php' );
The path location can be in the [root] folder, doesn’t need to be inside assets/modules folder.
I yelled to my self when I finally saw this:
It took me days making the bridge, which useless now
I’m opening this thread, since I still need to collect the simplest idea of referring each Log In user with MODx’s user.
Perhaps somebody can lightening my mind.