Páginas (2):    1 2
Saydead   3 Sep, 2011, 6:26 am
#11
entonces ve ha functions_post.php y busca

global $db, $altbg, $theme, $mybb, $postcounter;
y agrega $tid a esta despues de $postcounter separado por (,)

quedaría así:
global $db, $altbg, $theme, $mybb, $postcounter, $tid;

ahora busca
//get the usergroup

agrega antes
//get the number subscriptions
if($tid){
    $subnum = $db->fetch_field($db->simple_select("threadsubscriptions", "COUNT(tid) AS subnum", "tid='".$tid."'"),"subnum");
	}

y ahora puedes ponerlo en el postbit usando la variable $subnum cualquier otra cosa a visa.
Recordad borrar lo de showthread.php y el del showthread template.
Última modificación: 3 Sep, 2011, 6:30 am por ermarco.
DarkFinder   3 Sep, 2011, 2:13 pm
#12
Hay eres un genia ya me funciono te dejo doble +rep amigo muchas gracias.

Saludos
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.