MyBB Community Forums

Full Version: Forum images (new, no new posts, etc)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to centre the forum icon in the middle? rather than it being displayed closer to the top? I've tried using extra CSS attributes in the alternative row theme, but it changes the whole row.

If you don't understand what I mean, take a look at how vBulletin does it below:

[attachment=1299]
[attachment=1300]
[attachment=1301]

Now compare it to myBB:

[attachment=1302]

Is there anyway myBB can do this and leave the forum description, etc normal? I believe this should be default too, since it gives a much more effective feel to the cleaness of a forum.

Thanks for your help.
Bump. Toungue

  1. Login to the Admin CP
  2. Go to Modify/Delete Templates
  3. Expand desired template set
  4. Expand "Forum Bit Templates"
  5. Edit the *_forum templates and remove valign="top".

    That should do it.

    Chris
Chris Boulton Wrote:
  1. Login to the Admin CP
  2. Go to Modify/Delete Templates
  3. Expand desired template set
  4. Expand "Forum Bit Templates"
  5. Edit the *_forum templates and remove valign="top".

That should do it.

Chris

I tried removing it, but it didn't work. So I replaced top with middle and it worked for the Threads and Posts, but it didnt align the forum icons. Sad