avdesigns Posted December 19, 2011 Report Posted December 19, 2011 How do i get sim pilots addons like top pilot to show on my homepage Thanks Jacob Quote
Administrators simpilot Posted December 20, 2011 Administrators Report 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
avdesigns Posted December 21, 2011 Author Report Posted December 21, 2011 Thanks for this, and I hope you continue to make modules as there always good 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.