Duda con las awards.

Started by Winrar, May 27, 2012, 02:30:05 PM

Previous topic - Next topic

Winrar

Haber tengo las awards debajo de mi firma y también debajo de las celdas, y me gustaría quitar las awards de las celdas y dejar las de debajo de mi firma.

Foro: http://foroworld.es/index.php [nofollow]
Versión: 2.0.2
Visita mi foro: http://foroworld.es/index.php [nofollow]

Patrick D

Busca y elimina (Display.template.php):
// Show their awards?
if (!empty($message['member']['awards']) && $modSettings['awards_in_post'] > 0){
echo '
<li>
<fieldset style="border: 1px solid black; padding: 5px;">
<legend>', $txt['awards'], '</legend>';

// Couldn't limit it in Load.php, so let's do it here.
$awards = 0;
foreach ($message['member']['awards'] as $award){
if($awards < $modSettings['awards_in_post'])
echo '
<a href="', $scripturl, $award['more'], '"><img src="', dirname($scripturl), $award['img'], '" alt="', $award['description'], '" title="', $award['description'], '" /></a> ';
$awards++;
}

echo '
</fieldset>
</li>';
}

Winrar

Visita mi foro: http://foroworld.es/index.php [nofollow]

Advertisement: