MyBB Community Forums

Full Version: Plugin Hooks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would be nice if you can add an additional hook in forumdisplay.php:

$plugins->run_hooks("forumdisplay_thread_pre_output");
eval("\$threads .= \"".$templates->get("forumdisplay_thread")."\";");

So its easy to modify some values without change the templates.