MyBB Community Forums

Full Version: Showteam members not showing on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The showteam link is not present anymore on the index page

Forum:  https://www.promo2day.com/

Mybb version:  1.8.20

PHP:  7.3.3
The Show Team link was removed from the index page and added to the footer instead in the 1.8.20 update. See PR. You can add it back by adding the following to your template:

{$showteamlink}
Thanks a lot, The link appears again but how can I add the link next to forum statistics and logout?
ACP > Templates & Styles > Templates (Side-menu) > Select Theme Templates > Index Page Templates > index_boardstats

Find:

{$logoutlink}
{$statspage}

Change to:

{$logoutlink}
{$showteamlink}
{$statspage}