MyBB Community Forums

Full Version: Thread Subscription
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way i can make the Thread Subscription the first page when you go into the usercp?
You can simply change usercp link that in the welcome panel to usercp.php?action=subscriptions instead of usercp.php.
Thanks! but um...how do i do that? lol
Admin CP => Templates => Modify / Delete => Expand Your Theme => header_welcomeblock_member

Find:
<a href="{$mybb->settings['bburl']}/usercp.php">

Replace with:
<a href="{$mybb->settings['bburl']}/usercp.php?action=subscriptions">
Thank you
No problem mateWink