MyBB Community Forums

Full Version: How to open View forum link in ACP in same window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Normally View Forum link in ACP open new window. How I can make this link open it in same window?
On line 122 of ./admin/inc/class_page.php find:
<a href=\"{$mybb->settings['bburl']}\" target=\"_blank\" class=\"forum\">{$lang->view_board}</a>

Replace with:
<a href=\"{$mybb->settings['bburl']}\" class=\"forum\">{$lang->view_board}</a>