t_bergman Posted October 27, 2014 Report Share Posted October 27, 2014 I'm stuck and need some help from the gurus on this board. I am trying to insert phpvms content within another cms without relying on an iframe. I want to be able to use modules within phpvms but use the cms framework to build pages etc with another system. Right now my folder structure is \root\ where the cms is and \root\phpvms\ where phpvms is installed. I've got this code so far but I don't know if I am missing elements? <?php include('http://eportal.hphvirtual.com/dispatcher/core/codon.config.php'); MainController::Run('Frontpage', '_index', 'frontpage_main.tpl'); ?> Thanks, Quote Link to comment Share on other sites More sharing options...
Strider Posted October 28, 2014 Report Share Posted October 28, 2014 It would be handy to know what the other CMS is. Quote Link to comment Share on other sites More sharing options...
t_bergman Posted October 28, 2014 Author Report Share Posted October 28, 2014 The framework I am using is CMS made simple, I am able to very easily add into custom php code within the framework via global content blocks. Quote Link to comment Share on other sites More sharing options...
Tom Posted October 28, 2014 Report Share Posted October 28, 2014 Why not adapt phpVMS to include your other content? phpVMS is a CMS, why add another? Quote Link to comment Share on other sites More sharing options...
t_bergman Posted October 28, 2014 Author Report Share Posted October 28, 2014 Why not adapt phpVMS to include your other content? phpVMS is a CMS, why add another? phpVMS is not a powerful CMS like others, the flexibility of the content is very limited as it was designed as a virtual airline management tool (which it excels at). I am wanting to build a module within the phpvms framework using its backend and then have the ability of a very robust cms. Quote Link to comment Share on other sites More sharing options...
Tom Posted October 29, 2014 Report Share Posted October 29, 2014 phpVMS is not a powerful CMS like others, the flexibility of the content is very limited as it was designed as a virtual airline management tool (which it excels at). I am wanting to build a module within the phpvms framework using its backend and then have the ability of a very robust cms. Then we must delve further into your needs to find out what your requirements really are. What is it you want to add that you don't feel phpVMS is flexible enough to support? 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.