Hey all,
I'm attempting to use this mod but am finding it won't "show" although the relevant checkboxes are enabled...
after a little digging around, it appears the "favourite boards" mod I'm also using, both edit the same line and wondered if anyone with a good understanding of php can help having these 2 work together:
(I do find the X members, X Guests to show if you have favourited the category but not by default?)
I believe the line that needs tweaked is:
<td class="info">
<a class="subject" href="', $board['href'], '" name="b', $board['id'], '">', $board['name'], '</a>',(!empty($modSettings['enable_board_viewers'])) ? $board['viewer_text'] : '','', fav_links($board['id']);
Much appreciated if anyone can help !