MyBB Community Forums

Full Version: How to make the report button open in a new tab??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont want the pop up how do i make the report button open in a new tab??
Hey LiveChief.

Go to AdminCP > Template & Styles > Choose your Template > Post Bit Templates > postbit_report

Replace the code in there with this:
<a href="report.php?pid={$post['pid']}" target="_blank" title="{$lang->postbit_report}" class="postbit_report"><span>{$lang->postbit_button_report}</span></a>
(2016-08-18, 11:48 PM)Sharree Wrote: [ -> ]Hey LiveChief.

Go to AdminCP > Template & Styles > Choose your Template > Post Bit Templates > postbit_report

Replace the code in there with this:
<a href="report.php?pid={$post['pid']}" target="_blank" title="{$lang->postbit_report}" class="postbit_report"><span>{$lang->postbit_button_report}</span></a>

Thank You Smile