MyBB Community Forums

Full Version: Styling: forumbit_depth2_forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guyz,

I'm trying to style my copy of MyBB and I want to redesign the forum list display.

Now, I would also like to include information about the last post. The only problem here is that when there is no post information available, the following line of HTML is inserted:

<div style="text-align: center;">Never</div>

and it messes up my style a little bit. Is there a template I need to change or a language file to remove this extra div tag?

Found it in inc/function_forumlist.php line 262

$lastpost = "<div style=\"text-align: center;\">{$lang->lastpost_never}</div>";