avdesigns Posted December 19, 2011 Report Share Posted December 19, 2011 How do i get sim pilots addons like top pilot to show on my homepage Thanks Jacob Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted December 20, 2011 Administrators Report Share Posted December 20, 2011 It depends on the module and function you are using. An example might be; <?php MainController::Run('touchdownstats', 'index'); ?> or, you can pull the data you need directly from the data module and display it as you would like in the template; something like; <?php $lstats = TouchdownstatsData::get_stats(5); ?> 1 Quote Link to comment Share on other sites More sharing options...
avdesigns Posted December 21, 2011 Author Report Share Posted December 21, 2011 Thanks for this, and I hope you continue to make modules as there always good 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.