MyBB Community Forums

Full Version: Which core file has the variables from the 'postbit' template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to know which core files has the variables and calls the template "postbit" so I can add edit some PHP code.

EDIT: More precisely, I would like to know which PHP core files displays the code:

{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
Its in /inc/functions_post.php. As a note, you can hook to postbit and pass $post by reference.