MyBB Community Forums

Full Version: Today's Top Posters Displaying Sideways
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugin: http://mods.mybboard.net/view/today-s-top-posters
Worked great until I switched themes. Now it displays sideways. Here is the link so you can see it: http://marksiforum.com/forum/index.php.
Patience?? Smile 54 minutes is a very short amount of time to have to wait.

Go to ACP > Templates & Style > Global Templates > find the template for that plugin, should be clearly named, post the contents of it here.
Quote:<tr>
<td class="tcat"><strong>{$lang->todays_top_posters}</strong></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$todaystopposters}</span></td>
</tr>

And I got a little inpatient because I had to have the plugin enabled making my forum look really bad.
<tr>
<td class="tcat" colspan="2"><strong>{$lang->todays_top_posters}</strong></td>
</tr>
<tr>
<td class="trow1" colspan="2"><span class="smalltext">{$todaystopposters}</span></td>
</tr>
Now nothing shows up. Confused
Did you just copy and paste that code replacing the current code?? All that is is adding a colspan, that wouldn't make nothing show up.
I got it showing up but it's still sideways, anyways it doesn't matter anymore.