MyBB Community Forums

Full Version: TOTD help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello , how can I make the plugin Tips Of The Day , render on the portal also??
Open plugin file and find;
$plugins->add_hook("index_start", "tipsoftheday_index");
and add the following just beneath it;
$plugins->add_hook("portal_start", "tipsoftheday_index");

Now open "portal" template and add the following code where you want tip to appear;
{$tips}