Problema con la fecha en Advanced Show Poll Voters
Publicado: 02 May 2013, 03:39
				
				
No se como corregir esto u_u
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/

si solo quieres los nombres, puedes hacerlo asi:Makoto escribió:bueno lo unico que quiero es que muestre los nombres de los votantes
Código: Seleccionar todo
raiz/viewtopic.phpCódigo: Seleccionar todo
             $vote_time = $user->format_date($row_voters['vote_time']);
             $voters_string .= ", " . get_username_string('full', $row_voters['vote_user_id'], $row_voters['username'], $row_voters['user_colour'], $row_voters['username']) . ' (' .  $user->lang['POSTED_ON_DATE'] . ' ' . $vote_time . ') ';
Código: Seleccionar todo
           //  $vote_time = $user->format_date($row_voters['vote_time']);
           //  $voters_string .= ", " . get_username_string('full', $row_voters['vote_user_id'], $row_voters['username'], $row_voters['user_colour'], $row_voters['username']) . ' (' .  $user->lang['POSTED_ON_DATE'] . ' ' . $vote_time . ') ';
             $voters_string .= ", " . get_username_string('full', $row_voters['vote_user_id'], $row_voters['username'], $row_voters['user_colour'], $row_voters['username']) .' ';