MyBB Community Forums

Full Version: Description and Statistics Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some wierd reason, I don't know how to change the font on the forum description and board statistics, I want it to be Tahoma-12.

Can anyone help me

...also

on the forums, for the threads and posts how can you middle-center the numbers instead of keeping it on the top.

One more problem:

How can I change the forum icons, thread icons to whatever I want, they said something about changing through ftp, but can someone specificially explain me the steps.

There is a screenshot in the bottom attachments. Thanks.
Fonts

You can change the fonts in the Theme Editor in the Admin CP. Admin CP -> Templates & Style -> Click Options and Edit Theme beside your theme -> global.css -> Advanced Mode. Just do a search for "font-family" and replace the specified font with the font you want.



Middle-align # posts
Admin CP --> Templates & Style -> Templates -> Expand your template set -> Forum Bit Templates -> forumbit_depth2_forum

Replace
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
with
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>



Forum Icons
Maybe one of these will help:
http://mods.mybb.com/view/forumsicons
http://mods.mybb.com/view/custom-forum-icons