MyBB Community Forums

Full Version: Make thread Titles Bold
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

How can I make thread titles Bold? also Where is the option/code to change Font family/Font size ??

[Image: d3f882cef676a21311d663b07016f01a.png]

What do you think of my font size ?? Is it good enough ?? (Your opinion)

Thank You,

Have a nice day.

EDIT: NOT RESOLVED..
There isn't an option for it, since unread threads are the only ones that are supposed to be bolded.
Admin CP > Templates & Styles > Templates > YOUR THEME > Forum Bit Templates > forumbit_depth2_forum

Look for:
<a href="{$forum_url}">{$forum['name']}</a>

Replace with:

<strong><a href="{$forum_url}">{$forum['name']}</a></strong>

EDIT:

Oh oops, I looked at your screenshot and thought you meant the forum titles.

For thread titles, it's:
Admin CP > Templates & Styles > Templates > YOUR THEME > Show Thread Templates > Showthread

Look for:
{$thread['threadprefix']}{$thread['subject']}

And replace with:
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
It's already <strong>{$thread['threadprefix']}{$thread['subject']}</strong>

but still my thread title isn't Bold as you can see from the screen pic above.

#Need help
Link to site?
(2013-01-19, 08:27 AM)effone Wrote: [ -> ]Link to site?

www.y2kforums.com
You are missing close tag </strong> in your code, I guess ...
Also, your <td class="trow_h" is endless (no '>').

[Image: MMTcLOi.png]
Thanks for the help, but It's already closed [check pics]

[Image: b8b90a2fc5b67f67f4159d4a66723efc.png]

and I couldn't find <td class="trow_h" in showthread.

#I can give you a test account if you ready.
Its in your "forumbit_depth2_forum" template.
Rectify that.

It should be like:

<td class="trow_h" valign="middle" width="60%" >
<strong><a href ................. </a></strong>
<div ....

Watch the bold codes you are missing in specified template.
I'm afraid it's already there ,

[Image: da372ddd7685bb9cd690ea01f43e4b3f.png]

Sad
Pages: 1 2