Staffer Group BR™

Fórum interativo totalmente gratuito!


 VisualizaçõesPermissão deste fórum:
Não podes responder a tópicos


CurtirDiretório deste fórum:
Fóruns » Principal »  » Tutoriais » Tutoriais sobre programação

#1
 Chorão

Chorão
Membro
Tirar widgets dos tópicos e sub-fórunsNeste tutorial iremos aprender a ocultar os widgets no fórum e deixá-lo ativo somente no índice.
Versões de funcionamento: PunBB.

1º Passo - Para fóruns sem portal
Primeiramente iremos aceder ao Painel de controle > módulos > HTML & JavaScript > Gestão dos códigos JavaScript >> Criar um novo JavaScript
Título: Ocultar widgets
Investimento: Em todas as páginas
Código:
Código:
$(function () {
  var CopyrightNotice = 'Copyright BestSkins © 2013. All right reserved.';
  /* Tutorial = http://staffergroupbr.stuning.net/t1484- */
  if (location.pathname !== '/') {
    $('#right').CSS({
      "height": "0px"
    });
    $('#content-container div#left').CSS({
      "height": "0px"
    });
    $('#content').CSS({
      "margin-right": "0px"
    });
  }
});
Salve.

2º Passo - Para fóruns com portal
Primeiramente iremos aceder ao Painel de controle > módulos > HTML & JavaScript > Gestão dos códigos JavaScript >> Criar um novo JavaScript
Título: Ocultar widgets
Investimento: Em todas as páginas
Código:
Código:
$(function () {
  var CopyrightNotice = 'Copyright BestSkins © 2013. All right reserved.';
  /* Tutorial = http://staffergroupbr.stuning.net/t1484- */
  if (location.pathname !== '/forum') {
    $('#right').CSS({
      "height": "0px"
    });
    $('#content-container div#left').CSS({
      "height": "0px"
    });
    $('#content').CSS({
      "margin-right": "0px"
    });
  }
});
Salve




© Staffer Group BR™
PRECISA DE SUPORTE?

Criador: Daemon
Site: www.bestskins.forumeiros.com

#2
 D'Leandro™

D'Leandro™
Fundador
Tutorial Aceito;
Este tutorial foi aceito e movido para a área correspondente!

#3
 lucasyori

lucasyori
Membro
vlw

#4
 fascicularia

fascicularia
Membro
thanks

#5
 Conteúdo patrocinado