MyBB Community Forums
[How To?] How to make the report button open in a new tab?? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] How to make the report button open in a new tab?? (/thread-197934.html)



How to make the report button open in a new tab?? - LiveChief - 2016-08-17

I dont want the pop up how do i make the report button open in a new tab??


RE: How to make the report button open in a new tab?? - Waleed B. - 2016-08-18

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>



RE: How to make the report button open in a new tab?? - LiveChief - 2016-08-20

(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