MyBB Community Forums

Full Version: Which template handles this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I have been searching for this in my templates for a while now, does anyone know where I can find the 'valign="top"' property for the forum rows.

Here is a screenshot: http://i.imgur.com/R5HFq6w.png

Thanks!
Forum Bit Templates >> forumbit_depth2_forum

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
Thank you very much, cannot believe I missed that!
Next time use ACP/index.php?module=style-templates&action=search_replace if you need to find a piece of code
I did use that but it was like trying to find a needle in a haystack
Also, assuming you've not disabled it, if you view the source of the page you should see template comments for where each template starts and finishes... not sure if they'll show up in Firebug though.