MyBB Community Forums

Full Version: Forum Description Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I was wondering how do I add info under the forum name? Like it is visible and you dont have to hover over the forum name to see the info. Any help would be thankful, also how do I change the websites text color? I can't seem to find out how in the global.css

Another question: How do I find the Thread ID?
Click on 'Edit forum' then enter the details you want to add inside the 'Description' field.

Also, hover over the link of the thread that you want to find the thread id of. It will be something like:
http://yourforum.com/showthread.php?tid=85

here '85' is your thread id.
I did the description thing but, it seems to only show up when you hover it.

Still no help on the forum text color?
(2013-01-01, 03:51 PM)Mekevin255 Wrote: [ -> ]I did the description thing but, it seems to only show up when you hover it.
By default, it will be displayed under the Forum Name in your forumbit_depth2_forum template. Check your template for this.
I use the Modorelo Theme. Might be different any other suggestions?
(2013-01-01, 04:50 PM)Mekevin255 Wrote: [ -> ]I use the Modorelo Theme.

Then look at the forumbit_depth2_forum template of the theme. You'll find {$forum['description']} there.
What do I do then?
Put it under the forum name. Probably it is inside a title properties now.
I guess your template is like:
<a href="{$forum_url}" title="{$forum['description']}">{$forum['name']}</a>
Move the {$forum['description']}.
The Tid is 20 for this? http://apkplanet.net/forum-20.html
The fid is 20 for that.
Pages: 1 2 3