How to add pages to Modules So you have created your modules..what's next?. Well the answer to that is creating pages for that modules that have the same access (ie. Members only, subcribers only ect...). This tutorial shows you how.
Step: 1 Create your php page, the same as creating a module (Read that tutorial). Save your page with any name you want and place it inside your modules folder. So, if your module name is Xbox then place your new page inside the Xbox folder. Step: 2 Linking to the page is simple. If your new page is 'newpage.php' and it is inside your Xbox modules folder then you would link to it like the following. http://www.yoursite.com/modules.php?name=Xbox&file=newpage Notice in the link that the newpage does not include the ".php" ending. That's all!! Visit the forum for more help. |