Simple Machines Community Forum

SMF Support => Español (Spanish) => Language Specific Support => Temas y Diseño (Themes) => Topic started by: ZonaGames on May 29, 2025, 12:24:49 AM

Title: Como separar board_stats
Post by: ZonaGames on May 29, 2025, 12:24:49 AM
hola como puedo separar el board_stats quisiera que sea post en una tabla y topics en otra tabla

(https://i.imgur.com/SqKiUOR.png)

// 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