SMF 2.0.x (Módulos Manual) > Mensagem

Categorias sem Mensagem Ainda

(1/1)

candidosa2:





Abrir o ficheiro BoardIndex.template.php

Pesquisar por


--- Código: ---/* The board's and children's 'last_post's have:
                time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
                link, href, subject, start (where they should go for the first unread post.),
                and member. (which has id, name, link, href, username in it.) */
                if (!empty($board['last_post']['id']))
                    echo '
                        <p><strong>', $txt['last_post'], '</strong>  ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
                        ', $txt['in'], ' ', $board['last_post']['link'], '<br />
                        ', $txt['on'], ' ', $board['last_post']['time'],'
                        </p>';
                       
                echo '
                    </td>
                </tr>';

--- Fim de Código ---

Alterar por este aqui


--- Código: ---/* The board's and children's 'last_post's have:
                time, timestamp (a number that represents the time.), id (of the post), topic (topic id.),
                link, href, subject, start (where they should go for the first unread post.),
                and member. (which has id, name, link, href, username in it.) */
                if (!empty($board['last_post']['id']))
                    echo '
                        <p><strong>', $txt['last_post'], '</strong>  ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
                        ', $txt['in'], ' ', $board['last_post']['link'], '<br />
                        ', $txt['on'], ' ', $board['last_post']['time'],'
                        </p>';
                else       
                echo '
                    <center><i><font size="2" color="#bbbbbb">Ainda n&atilde;o &eacute; SMFPT</font></i></center>';
                echo '
                    </span>
                </td>
            </tr>';
--- Fim de Código ---

Navegação

[0] Índice de mensagens

Ir para versão completa