News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

How to hide the board description from the inside

Started by Wizard0011, October 21, 2021, 09:22:27 PM

Previous topic - Next topic

Wizard0011

Hello,
I am using smf 2.1 RC4.
I can't find the option "Show board descriptions inside boards" in theme member options although board descriptions still appear inside the boards, How can i hide them?
Check hxxp:vs-clan.com [nonactive] > any board.

shadav

so just to clarify you want the board description on the index but not on the messageindex? if so

in Forum Folder/Themes/THEME IN USE/MessageIndex.template.php
(if your theme doesn't have this file it's in the default theme folder)

find and delete
if ($context['description'] != '')
echo '
', $context['description'];

in Forum Folder/Themes/THEME IN USE/index.css
find and delete
#description_board h3::after {
content: ' - ';
}

Advertisement: