guclusat Tanınmış Üye Süper Moderatör 24 Eylül 2024 #1 Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: CSS: .indexOnly { display: none; } .forum_list .indexOnly { display: block; } Then edit your notice and surround the conditional content with a div: HTML: <div class="indexOnly"> </div>
Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: CSS: .indexOnly { display: none; } .forum_list .indexOnly { display: block; } Then edit your notice and surround the conditional content with a div: HTML: <div class="indexOnly"> </div>