SMF 1.1.x (Móbulos Manual) > Categoria

imagem diferentes no quadro

(1/3) > >>

candidosa2:
No BoardIndex.template.php pesquisar por


--- Código: ---// If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/on.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// This board doesn't have new posts, but its children do.
elseif ($board['children_new'])
echo '<img src="', $settings['images_url'], '/on2.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
// No new posts at all!  The agony!!
else
echo '<img src="', $settings['images_url'], '/off.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
--- Fim de Código ---


--- Código: ---// If the board is new, show a strong indicator.
            if ($board['new'])
               echo '<img src="', $settings['images_url'], '/on_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // This board doesn't have new posts, but its children do.
            elseif ($board['children_new'])
               echo '<img src="', $settings['images_url'], '/on2_' . $board['id'] . '.gif" alt="', $txt[333], '" title="', $txt[333], '" border="0" />';
            // No new posts at all!  The agony!!
            else
               echo '<img src="', $settings['images_url'], '/off_' . $board['id'] . '.gif" alt="', $txt[334], '" title="', $txt[334], '" border="0" />';
--- Fim de Código ---

aalex:
que imagens e que este codigo modifica?

candidosa2:
as imagens On/Off do fórum

isso imagens diferentes....pra cada quadro

aalex:
para versao 2.0 ???

aalex:
 sleepy sleepy sleepy

Navegação

[0] Índice de mensagens

[#] Página seguinte

Ir para versão completa