AFVA | Mitchell Posted September 17, 2009 Report Posted September 17, 2009 G'day everyone, I am skinning a new website using phpVMS. Everything is working except when I put in the code to try and make the Recent PIREPs and New pilots appear only on the home page I get a bunch of errors. Can someone simply tell me the code I have to put in? Here is the code that I have, tell me where to put the PHP codes please. <div class="middle_left"> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> </div> Help would be greatly appreciated! (Been spending three hours skinning ) Mitchell Williamson Quote
Administrators Nabeel Posted September 17, 2009 Administrators Report Posted September 17, 2009 That seems right. It would help to know the errors. Quote
AFVA | Mitchell Posted September 18, 2009 Author Report Posted September 18, 2009 try and make the Recent PIREPs and New pilots appear only on the home page How do i make it only appear on the home page? Thanks, Mitch Quote
AFVA | Mitchell Posted September 19, 2009 Author Report Posted September 19, 2009 I worked out the problem Quote
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.