MyBB Community Forums

Full Version: Theme error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get the table to be included every where?

[Image: igxyjqAHgf4v8.PNG]
go to templates>>template for your current theme>>Private Messaging Templates>>private

Look for this line with {$sender} it should look something like this

<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>

if not copy/paste this line and replace yours and see if works Smile
In the private_messagebit template, find:
class="trow2"

Replace with:
class="trow1"

You'll need to make that change in a couple of places.