MyBB Community Forums

Full Version: formation error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
okay well, on most plugins i add

for example....
newest registered people..
group legend...
etc

however i kinda want this plugin lol

as you can see i tryed adding top posters of the day, however it doesn't look right....

check for yourself
http://i40.tinypic.com/5u0cqs.png
[Image: 5u0cqs.png]



forums url for live view:
http://www.silabgarza.com/forums
Add colspan="2" to both the <td> tags in the template for that plugin.
AdminCP > Templates & Style > Templates > Global Templates => todays_top_posters_index

Change
<tr>
    <td class="tcat" colspan="2"><strong>{$lang->todays_top_posters}</strong></td>
</tr>
<tr>
    <td class="trow1" style="width: 30px;" align="center"><img src="$theme[imgdir]/online.gif"><td class="trow2"><span class="smalltext">{$todaystopposters}</span></td>
</tr>
thx sencer <3