MyBB Community Forums

Full Version: Welcome Message in Portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to get the Welcome Message Plugin (creator Nickman) to display in the portal (for both members and guests)? Thanks! Smile
Heloo there

open the plugin file

find
$plugins->add_hook('index_start', 'wm');

below it add

$plugins->add_hook('portal_start', 'wm');

then in the portal template add $wm the place you want

i hope i didn't miss anything

regards
works perfect for me