MyBB Community Forums

Full Version: Display portal boxes on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, just wanted to quickly ask if its possible to display the welcome box and pm box from portal on index.

like those boxes :

{$welcome}

{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}

is it possible to call them from portal templates ?  or do i have to define them in the index.php?

Im really new to php and i would appreciate every help Smile

thanks

steven
You'll have to define these variables in index.php, yes. Or you can use AJAX to load content from portal, which is done by several themes, I'm not a fan of doing it like that though.