MyBB Community Forums

Full Version: Forums list in Index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi
my forums description are bold !
I want to edit them and change many things of them, how can I do it ?
I tried to modify The Postbit section, but it's not work anyway ...

Thanks
1. To edit forum's description: ACP > Forums and Posts > Edit Forum > and Edit "Forum's Description".

2. What thing you would like to add on postbit ?
oh No No !

I don't mean that !!

I said my forums description are bold , and I want to modify that ,
I is not related to ACP ...

Thanks
Can you please post your forum's URL ?
[attachment=23010]

I am afraid not !
I am testing in local , but I can take a pic for you ...

It is in Persian and I think it is near to your language too ...
1. ACP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum > and find;
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
and Change it into;
<a href="{$forum_url}">{$forum['name']}</a>

2. Within same template, find;
{$forum['description']}
and Change it into;
<span style="font-weight: bold;">{$forum['description']}</span>

3. ACP > templates > your theme's templates > forumbit_subforums > and find;
{$sub_forums}
and Change it into;
<span style="font-weight: bold">{$sub_forums}</span>

Wink
you are wonderful !

شکرا جزیلا

Wink
ThankYou! Smile


but just one more !!

Please check the Pic ...

Thanks a lot

[attachment=23017]
You want to make that name in normal ?

(2011-06-06, 01:19 PM)Yaldaram Wrote: [ -> ]1. ACP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum > and find;
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
and Change it into;
<a href="{$forum_url}">{$forum['name']}</a>

Pages: 1 2