MyBB Community Forums

Full Version: removing category title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, i would like to remove the forum's category title from the bar in index
i tried to see what controls that by searing for this string in github
[Image: Hnhi3hm.png]
the thing i want to remove is the title of the category below the string in the screenshot

anyways i came to this https://github.com/mybb/mybb/blob/f98cfd...t.php#L273

and from there i was searching for "$forum['type'] == 'c'" but havnt found anything which points me to the right file, like index.php or subforums.php

i think its somewhere around here https://github.com/mybb/mybb/blob/f98cfd...x.php#L308 but still cant find it

if someone care heres the forum https://www.cs-junkies.com/forums/index.php, youill see below "forums" image another text says "Forums" in gray
in Admin CP -> Templates & Style -> Templates -> Forum Bit Templates -> forumbit_depth1_cat

{$forum['name']} Return category name and {$forum['description']} return description
(2022-10-05, 05:52 AM)Mostafa.Shiraali Wrote: [ -> ]in Admin CP -> Templates & Style -> Templates -> Forum Bit Templates -> forumbit_depth1_cat

{$forum['name']} Return category name and {$forum['description']} return description

you the men!
for me its was
<td class="tcat"><span class="smalltext"><strong>Forums</strong></span></td>
i dont know how it turned out to be like this haha.
thanks