MyBB Community Forums

Full Version: Forum Title Above Forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm designing a skin for an upcoming MyBB forum.

I want to remove the title above the forums as shown in this picture:

[Image: 2en215z.jpg]

How do I do this?
That is the navigation...
You can remove it but then the navigation would be removed too.
So I can't just remove it off the index and no where else?
So, you want remove it only in the index?
Yup...
Try this. Go to your templates set, open Navigation Templates, then nav. Find this code:

{$nav}{$activesep}{$activebit}

Remove this from that code:

{$activebit}
That worked perfectly, cheers Big Grin