Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
ago un contador de X temas con X prefijo
Páginas (4):    1 2 3 4
Omar G.   7 Jul, 2012, 7:22 pm
#31
En realidad no Cluster, seria editar la consulta que ya coloque, algo asi funcionara:
Código PHP:
<?php 
$query
= $db->simple_select('threads', 'COUNT(tid) AS aportes', "uid='{$memprofile['uid']}' AND prefix IN ('X1', 'X2', 'X3')");
$memprofile['aportes'] = my_number_format(intval($db->fetch_field($query, 'aportes')));
Páginas (4):    1 2 3 4
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.