Suporte Design
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Suporte DesignEntrar

O Suporte Design dispõe de várias áreas de interesse do usuário, para que o mesmo possa desfrutar do nosso trabalho. Somos também, especialistas naquilo que fazemos, para auxiliar ao utilizador exatamente o que precisa.


descriptionSign of The Week EmptySign of The Week

more_horiz
Sign of The Week Ane7lIG
Nome do Arquivo: Sign of The Week
Autor: Daemon
Funcionalidade: PhpBB3/PunBB

Painel de Controlo » Módulos » HTML & JavaScript » Gestão dos códigos JavaScript » Criar um novo JavaScript

PunBB:

Código:

$(function() {

var sotw = {
    imagem: 'ADICIONE AQUI O LINK DA IMAGEM DO VENCEDOR',
    tema: 'NOME DO TEMA DA SOTW AQUI',
    vencedor: 'NOME DO VENCEDOR AQUI'
};

$('div.main-box.clearfix').before(
'<div class="main">' +
'<div class="main-head">' +
' <div class="page-title">' +
'  <h2>Sign Of The Week</h2>' +
' </div>' +
'</div>' +
'<div class="main-content">' +
'<table cellspacing="0" class="table">' +
' <thead>' +
'  <tr>' +
'    <th class="tcd"><strong>Tema:</strong> ' + sotw.tema + '</th>' +
'    <th class="tcd"><strong>Vencedor:</strong> ' + sotw.vencedor + '</th>' +
'  </tr>' +
' </thead>' +
' <tbody class="statused">' +
'  <tr>' +
'    <td class="row2" style="text-align: center;" colspan="2">' +
'      <img src="' + sotw.imagem + '" />' +
'    </td>' +
'  </tr>' +
' </tbody>' +
'</table>' +
'</div>' +
'</div>'
);
});


Phpbb3:

Código:

$(function() {

var sotw = {
    imagem: 'ADICIONE AQUI O LINK DA IMAGEM DO VENCEDOR',
    tema: 'NOME DO TEMA DA SOTW AQUI',
    vencedor: 'NOME DO VENCEDOR AQUI'
};

$('.forabg + .linklist').before(
'<div class="forabg">' +
'  <div class="inner">' +
'    <span class="corners-top">' +
'      <span></span>' +
'    </span>' +
'    <ul class="topiclist">' +
'      <li class="header">' +
'        <dl class="icon">' +
'          <dd class="dterm">' +
'          <div class="table-title"><h2>Sign of the week</h2></div>' +
'          </dd>' +
'          <dd class="topics" style="width: 15%"><strong>Tema:</strong> ' + sotw.tema + '</dd>' +
'          <dd class="posts" style="width: 15%"><strong>Vencedor:</strong> ' + sotw.vencedor + '</dd>' +
'        </dl>' +
'      </li>' +
'    </ul>' +
'    <ul class="topiclist forums">' +
'      <li class="row">' +
'        <center>' +
'            <img src="' + sotw.imagem + '" />' +
'        </center>' +
'      </li>' +
'    </ul>' +
'    <span class="corners-bottom">' +
'      <span></span>' +
'    </span>' +
'  </div>' +
' </div>'
);
});
privacy_tip Permissões neste sub-fórum
Não podes responder a tópicos
power_settings_newInicie sessão para responder