Criar posição para modulo no topo do template japurity II

  • renatojeron
  • Avatar de renatojeron Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 10 meses atrás #74402 por renatojeron
renatojeron created the topic: Criar posição para modulo no topo do template japurity II
BOM DIA GALERA, GOSTARIA DE SABER SE ALGUEM AQUI NO FORUM SABE COMO CRIAR UMA NOVA POSIÇAO PARA MODULO NO TOPO DO TEMPLATE JAPURITY II TIPO FIZERAM NESTE SITE <!-- w -->[url=http://www.santuariosantaterezinha.com.br" onclick="window.open(this.href);return false;]www.santuariosantaterezinha.com.br[/url]<!-- w -->? FICAREI GRATO DE ALGUEM PUDER ME AJUDAR...

Please Entrar ou Registrar to join the conversation.


Mais
11 anos 10 meses atrás #74481 por masinfox
masinfox replied the topic: Re: Criar posição para modulo no topo do template japurity II
Qual o versão do Joomla que esta utilizando? Envia o index.php do template, digo como faz.

[url=http&#58;//www&#46;masinfox&#46;com:59pl1xnr][b:59pl1xnr][color=#0040BF:59pl1xnr]www.masinfox.com[/color:59pl1xnr][/b:59pl1xnr][/url:59pl1xnr]

Please Entrar ou Registrar to join the conversation.

  • renatojeron
  • Avatar de renatojeron Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 10 meses atrás #74484 por renatojeron
renatojeron replied the topic: Re: Criar posição para modulo no topo do template japurity II
A versao que uso do joomla é 2.5


<?php
/*
*
* JA Purity II template for Joomla 2.5
*
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: J.O.O.M Solutions Co., Ltd
* Websites: [url=http://www.joomlart.com" onclick="window.open(this.href);return false;]http://www.joomlart.com[/url] - [url=http://www.joomlancers.com" onclick="window.open(this.href);return false;]http://www.joomlancers.com[/url]
*
*/
// no direct access
defined ( '_JEXEC' ) or die ( 'Restricted access' );

if (class_exists('T3Template')) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_('Missing jat3 framework plugin');
}

Obrigado por er respondido brother masinfox !

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 9 meses atrás #75013 por masinfox
masinfox replied the topic: Re: Criar posição para modulo no topo do template japurity II
Faz assim:
Localize : templates > ja_purity_ii > layouts > default.php

Edite as linhas :
'left1'					=>'left',
	'left2'					=>'',
	'left-mass-top'			=>'',
	'left-mass-bottom'		=>'',
	'right1'				=>'right',
	'right2'				=>'',
	'right-mass-top'		=>'',
	'right-mass-bottom'		=>'',
	'content-mass-top'		=>'',
	'content-mass-bottom'	=>'',
	'content-top'			=>'',
	'content-bottom'		=>'',
	'inset1'				=>'',
	'inset2'				=>''

Deve ficar assim:
'left1'					=>'left',
	'left2'					=>'',
	'left-mass-top'			=>'',
	'left-mass-bottom'		=>'',
	'right1'				=>'right',
	'right2'				=>'',
	'right-mass-top'		=>'',
	'right-mass-bottom'		=>'',
	'content-mass-top'		=>'',
	'content-mass-bottom'	=>'',
	'content-top'			=>'top',
	'content-bottom'		=>'',
	'inset1'				=>'',
	'inset2'				=>''

[url=http&#58;//www&#46;masinfox&#46;com:59pl1xnr][b:59pl1xnr][color=#0040BF:59pl1xnr]www.masinfox.com[/color:59pl1xnr][/b:59pl1xnr][/url:59pl1xnr]

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 9 meses atrás #75163 por rolindino
rolindino replied the topic: Re: Criar posição para modulo no topo do template japurity II
Renato neste caso é necessário criar uma posição e estou tendo o mesmo problema, porem sei que tem como criar a posição sem precisa modificar código algum, segue o link http://www.joomlart.com/joomla/t3-frame ... -templates

Please Entrar ou Registrar to join the conversation.