News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Como separar board_stats

Started by ZonaGames, May 29, 2025, 12:24:49 AM

Previous topic - Next topic

ZonaGames

hola como puedo separar el board_stats quisiera que sea post en una tabla y topics en otra tabla



// Show some basic information about the number of posts, etc.
echo '
<div class="board_stats">
', function_exists('template_bi_' . $board['type'] . '_stats') ? call_user_func('template_bi_' . $board['type'] . '_stats', $board) : template_bi_board_stats($board), '
</div>';

ese es el codigo como puedo hacer que sean diferente cada uno

Advertisement: