0 Membros e 1 Visitante estão a ver este tópico.
WHERE t.ID_BOARD = b.ID_BOARD AND b.countPosts = 0
WHERE t.ID_BOARD = b.ID_BOARD AND b.countPosts = 0" . (!empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] > 0 ? " AND t.ID_BOARD != " . (int) $modSettings['recycle_board'] : '') . "
// Change the number of posts. if (isset($_POST['posts']) && allowedTo('moderate_forum')) $profile_vars['posts'] = $_POST['posts'] != '' ? (int) strtr($_POST['posts'], array(',' => '', '.' => '', ' ' => '')) : '\'\'';
// Change the number of posts. if (isset($_POST['posts']) && allowedTo('moderate_forum')) $profile_vars['posts'] = $_POST['posts'] != '' ? (int) strtr($_POST['posts'], array(',' => '', '.' => '', ' ' => '')) : '\'\''; // Change the number of topics. if (isset($_POST['topics']) && allowedTo('moderate_forum')) $profile_vars['topics'] = $_POST['topics'] != '' ? (int) strtr($_POST['topics'], array(',' => '', '.' => '', ' ' => '')) : '\'\'';
<tr> <td><b>', $txt[86], ': </b></td> <td><input type="text" name="posts" size="4" value="', $context['member']['posts'], '" /></td> </tr>';
<tr> <td><b>', $txt[86], ': </b></td> <td><input type="text" name="posts" size="4" value="', $context['member']['posts'], '" /></td> </tr> <tr> <td><b>', $txt['topiccount'], ': </b></td> <td><input type="text" name="topics" size="4" value="', $context['member']['topics'], '" /></td> </tr>';
<tr> <td><b>', $txt[86], ': </b></td> <td>', $context['member']['posts'], ' (', $context['member']['posts_per_day'], ' ', $txt['posts_per_day'], ')</td> </tr><tr>
<tr> <td><b>', $txt[86], ': </b></td> <td>', $context['member']['posts'], ' (', $context['member']['posts_per_day'], ' ', $txt['posts_per_day'], ')</td> </tr><tr> <td><b>', $txt['topiccount'], ': </b></td> <td>', $context['member']['topics'], '</td> </tr><tr>