MyBB Community Forums

Full Version: Need help to remove/edit settings.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

I need to remove/edit some settings in my forum, here is a picture that explains what I want to do Smile

[Image: problemsj.jpg]

Please leave a reply if you know how to edit something, thanks!
Green: You've to Remove <navigation> from header templates.

Blue: In Forumbit Templates "forumbit_depth1_cat" You've to search {$forum['name']} and wrap it in
<div style="color: #fff;">{$forum['name']}</div>
Edit color depend upon your choice.

Yellow: In "forumbit_depth2_forum" template, You've to search {$forum['name']} and wrap it in
<div style="color: #fff; font-size: 11px">{$forum['name']}</div>
Edit color and font-size depend upon your choice.

Pink: Try this: http://yaldaram.com/showthread.php?tid=573
Red: Go in Index templates and remove:
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>