STALKER Posted August 15, 2012 Report Share Posted August 15, 2012 Hi all! I would like place the last 5 news in sidebar (only date and new's title), so I have modified frontpage_main.tpl, and it works, but I don't know how make that news body does't appear... can you help me please? <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> </div> <div id="sidebar"> <h3>News</h3> <?php MainController::Run('News', 'ShowNewsFront', 5); ?> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots</h3> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> . . . . . Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted August 15, 2012 Report Share Posted August 15, 2012 Use SimPilots Popup news http://forum.phpvms.net/topic/1062-popupnewsmodule/ this shows latest 5 news posts just follow the instructions if you need any help pm me. 1 Quote Link to comment Share on other sites More sharing options...
STALKER Posted August 15, 2012 Author Report Share Posted August 15, 2012 Working!!! thank you very much 1 Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted August 15, 2012 Report Share Posted August 15, 2012 No probs 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.