Kishshey Posted April 26, 2015 Report Share Posted April 26, 2015 Greetings everyone, I am trying to make my pilot center as a complete module, than having it inside the template. So I tried creating some custom modules and I successfully tested that. However, the module is displayed inside the content area of the layout.tpl(or .php) and I would like to know if it is possible to display that in a blank page(or just display the index page of the module without embedding it in to the layout template). I hope somebody knows how to do this because I am desperate to get this working as I can't continue building my site without getting this to work. Thanks in advance Regards, Kishshey Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 27, 2015 Administrators Report Share Posted April 27, 2015 use action.php instead of index.php - it will be "skinless" Quote Link to comment Share on other sites More sharing options...
Kishshey Posted April 27, 2015 Author Report Share Posted April 27, 2015 Thank you sir, But could you clarify this a little bit. When you say use action.php you mean like this, am I correct? http://mysite.com/action.php/Module ** Edit ** Thank you, that method works. I also have another question, and maybe not related to php by any means. Can I make a module run on a subdomain For example the above module: http://mysite.com/action.php/Module Is there a possible way I can make it always open on a subdomain, like: module.mysite.com module.mysite.com/page2.php 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.