MyBB Community Forums

Full Version: report buttons without Javascript [resolved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm currently converting a bootstrap theme into mybb, and because bootstrap is highly jQuery reliable, I've had to remove all of the out dated "Prototype" garbage.

Is there a way to have hard coded links? something like:

<a href="report.php?id=postid">Report</a>

I'll be having a look myself, If I find a solution. I'll post it here :D

If you need any more information, let me know :3

Nevermind, found it lol
<a href="report.php?pid={$post['pid']}">Report</a>