Dois problemas

  • CelsoMat
  • Avatar de CelsoMat Autor do Tópico
  • Offline
  • JCB! Iniciante
  • JCB! Iniciante
Mais
15 anos 6 meses atrás #27695 por CelsoMat
CelsoMat created the topic: Dois problemas
Ola Blz Pessoal

O Primeiro seria, como faço para retirar o (Joomla! é um Software Livre com licença GNU/GPL v2.0.) do template JA Purity 1.2?
O Segundo seria, como faço para trocar ou retirar o ícone que fica do lado esquerdo do
http://www.meusite.com.br/ , no caso aqui do joomla clube tem um ícone de duas bolinhas na cor azul e laranja?

Please Entrar ou Registrar to join the conversation.


Mais
15 anos 6 meses atrás #27700 por alexsys
alexsys replied the topic: Re: Dois problemas
Olá amigo apesar de ja termos tópicos respondedo a sua solicitação vamso lá:

O Primeiro seria, como faço para retirar o (Joomla! é um Software Livre com licença GNU/GPL v2.0.) do template JA Purity 1.2?

[color=#4000BF:1y98lo7m]Editando o tema em uso no seu site:

Acesse a administração do mesmo
Menu extensões
Administrar tema
Clique no tema padrão ( marcado com uma estrela)
Depois clique em editar HTML
No final do arquivo (index.php) localize o trecho que contem o termo e substitua a seu gosto[/color:1y98lo7m]

O Segundo seria, como faço para trocar ou retirar o ícone que fica do lado esquerdo do
http://www.meusite.com.br/ , no caso aqui do joomla clube tem um ícone de duas bolinhas na cor azul e laranja?

[color=#4000BF:1y98lo7m]Chaman-se favicon crie o seu aqui:
http://tools.dynamicdrive.com/favicon/
depois subistitua pelo default do joomla no diretório:
/public_html ou www /templates/"seu tema"/favicon.ico[/color:1y98lo7m]

Alex do Nascimento
|62| 8525-4667
[url=http://www.imagemtecnologia.com.br:36oe5n0p]Imagem Tecnologia[/url:36oe5n0p]

Please Entrar ou Registrar to join the conversation.

  • CelsoMat
  • Avatar de CelsoMat Autor do Tópico
  • Offline
  • JCB! Iniciante
  • JCB! Iniciante
Mais
15 anos 6 meses atrás #27741 por CelsoMat
CelsoMat replied the topic: Re: Dois problemas

alexsys escreveu: Olá amigo apesar de ja termos tópicos respondedo a sua solicitação vamso lá:

O Primeiro seria, como faço para retirar o (Joomla! é um Software Livre com licença GNU/GPL v2.0.) do template JA Purity 1.2?

Editando o tema em uso no seu site:

Acesse a administração do mesmo
Menu extensões
Administrar tema
Clique no tema padrão ( marcado com uma estrela)
Depois clique em editar HTML
No final do arquivo (index.php) localize o trecho que contem o termo e substitua a seu gosto




Muito Obrigado Alex
Estarei fazendo as modificações
Qualquer coisa eu volto a postar.
Abrss
O Segundo seria, como faço para trocar ou retirar o ícone que fica do lado esquerdo do
http://www.meusite.com.br/ , no caso aqui do joomla clube tem um ícone de duas bolinhas na cor azul e laranja?

Chaman-se favicon crie o seu aqui:
http://tools.dynamicdrive.com/favicon/
depois subistitua pelo default do joomla no diretório:
/public_html ou www /templates/"seu tema"/favicon.ico

Please Entrar ou Registrar to join the conversation.

  • CelsoMat
  • Avatar de CelsoMat Autor do Tópico
  • Offline
  • JCB! Iniciante
  • JCB! Iniciante
Mais
15 anos 6 meses atrás #27750 por CelsoMat
CelsoMat replied the topic: Re: Dois problemas
Pessoa não consegui achar o código para tirar a Licença do Joomal que fica em baixo do site:

Código:

<?php
/**
* @copyright Copyright (C) 2009 - 2010 Open Source Matters. All rights reserved.
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

include_once (dirname(__FILE__).DS.'/ja_vars.php');

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ;

<html xmlns=" www.w3.org/1999/xhtml" ; xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">

<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>

<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />

<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>

<?php if ($tmpTools->getParam('rightCollapsible')): ?>
<script language="javascript" type="text/javascript">
var rightCollapseDefault='<?php echo $tmpTools->getParam('rightCollapseDefault'); ?>';
var excludeModules='<?php echo $tmpTools->getParam('excludeModules'); ?>';
</script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.rightcol.js"></script>
<?php endif; ?>

<?php if($this->direction == 'rtl') : ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_rtl.css" type="text/css" />
<?php else : ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/menu.css" type="text/css" />
<?php endif; ?>

<?php if ($this->countModules('hornav')): ?>
<?php if ($tmpTools->getParam('horNavType') == 'css'): ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ja-sosdmenu.css" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.cssmenu.js"></script>
<?php else: ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ja-sosdmenu.css" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.moomenu.js"></script>
<?php endif; ?>
<?php endif; ?>

<?php if ($tmpTools->getParam('theme_header') && $tmpTools->getParam('theme_header')!='-1') : ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/header/<?php echo $tmpTools->getParam('theme_header'); ?>/style.css" type="text/css" />
<?php endif; ?>
<?php if ($tmpTools->getParam('theme_background') && $tmpTools->getParam('theme_background')!='-1') : ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/background/<?php echo $tmpTools->getParam('theme_background'); ?>/style.css" type="text/css" />
<?php endif; ?>
<?php if ($tmpTools->getParam('theme_elements') && $tmpTools->getParam('theme_elements')!='-1') : ?>
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/styles/elements/<?php echo $tmpTools->getParam('theme_elements'); ?>/style.css" type="text/css" />
<?php endif; ?>

<!--[if IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->
<?php if ($tmpTools->isIE6()): ?>
<!--[if lte IE 6]>
<script type="text/javascript">
var siteurl = '<?php echo $tmpTools->baseurl();?>';

window.addEvent ('load', makeTransBG);
function makeTransBG() {
fixIEPNG($E('.ja-headermask'), '', '', 1);
fixIEPNG($E('h1.logo a'));
fixIEPNG($$('img'));
fixIEPNG ($$('#ja-mainnav ul.menu li ul'), '', 'scale', 0, 2);
}
</script>
<style type="text/css">
.ja-headermask, h1.logo a, #ja-cssmenu li ul { background-position: -1000px; }
#ja-cssmenu li ul li, #ja-cssmenu li a { background:transparent url(<?php echo $tmpTools->templateurl(); ?>/images/blank.png) no-repeat right;}
.clearfix {height: 1%;}
</style>
<![endif]-->
<?php endif; ?>

<style type="text/css">
#ja-header,#ja-mainnav,#ja-container,#ja-botsl,#ja-footer {width: <?php echo $tmpWidth; ?>;margin: 0 auto;}
#ja-wrapper {min-width: <?php echo $tmpWrapMin; ?>;}
</style>
</head>

<body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" >
<a name="Top" id="Top"></a>
<ul class="accessibility">
<li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
<li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
<li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>
<li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>
</ul>

<div id="ja-wrapper">

<!-- BEGIN: HEADER -->
<div id="ja-headerwrap">
<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">

<div class="ja-headermask">&nbsp;</div>

<?php
$siteName = $tmpTools->sitename();
if ($tmpTools->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php else:
$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<h1 class="logo-text">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
</h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
<?php endif; ?>

<?php $tmpTools->genToolMenu(JA_TOOL_FONT, 'png'); ?>

<?php if($this->countModules('user4')) : ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" />
</div>
<?php endif; ?>

</div>
</div>
<!-- END: HEADER -->

<!-- BEGIN: MAIN NAVIGATION -->
<?php if ($this->countModules('hornav')): ?>
<div id="ja-mainnavwrap">
<div id="ja-mainnav" class="clearfix">
<jdoc:include type="modules" name="hornav" />
</div>
</div>
<?php endif; ?>
<!-- END: MAIN NAVIGATION -->

<div id="ja-containerwrap<?php echo $divid; ?>">
<div id="ja-containerwrap2">
<div id="ja-container">
<div id="ja-container2" class="clearfix">

<div id="ja-mainbody<?php echo $divid; ?>" class="clearfix">

<!-- BEGIN: CONTENT -->
<div id="ja-contentwrap">
<div id="ja-content">

<jdoc:include type="message" />

<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?>

<jdoc:include type="component" />

<?php if($this->countModules('banner')) : ?>
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<?php endif; ?>

</div>
</div>
<!-- END: CONTENT -->

<?php if ($this->countModules('left')): ?>
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-col1">
<jdoc:include type="modules" name="left" style="xhtml" />
</div><br />
<!-- END: LEFT COLUMN -->
<?php endif; ?>

</div>

<?php if ($this->countModules('right')): ?>
<!-- BEGIN: RIGHT COLUMN -->
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jarounded" />
</div><br />
<!-- END: RIGHT COLUMN -->
<?php endif; ?>

</div>
</div>
</div>
</div>

<?php
$spotlight = array ('user1','user2','top','user5');
$botsl = $tmpTools->calSpotlight ($spotlight,99,22);
if( $botsl ) :
?>
<!-- BEGIN: BOTTOM SPOTLIGHT -->
<div id="ja-botslwrap">
<div id="ja-botsl" class="clearfix">

<?php if( $this->countModules('user1') ): ?>
<div class="ja-box<?php echo $botsl; ?>" style="width: <?php echo $botsl; ?>;">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
<?php endif; ?>

<?php if( $this->countModules('user2') ): ?>
<div class="ja-box<?php echo $botsl; ?>" style="width: <?php echo $botsl; ?>;">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php endif; ?>

<?php if( $this->countModules('top') ): ?>
<div class="ja-box<?php echo $botsl; ?>" style="width: <?php echo $botsl; ?>;">
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
<?php endif; ?>

<?php if( $this->countModules('user5') ): ?>
<div class="ja-box<?php echo $botsl; ?>" style="width: <?php echo $botsl; ?>;">
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<?php endif; ?>

</div>
</div>
<!-- END: BOTTOM SPOTLIGHT -->
<?php endif; ?>

<!-- BEGIN: FOOTER -->
<div id="ja-footerwrap">
<div id="ja-footer" class="clearfix">

<div id="ja-footnav">
<jdoc:include type="modules" name="user3" />
</div>

<div class="copyright">
<jdoc:include type="modules" name="footer" />
</div>

<div class="ja-cert">
<jdoc:include type="modules" name="syndicate" />
<a href=" jigsaw.w3.org/css-validator/check/referer" ; target="_blank" title="<?php echo JText::_("CSS Validity");?>" style="text-decoration: none;">
<img src="<?php echo $tmpTools->templateurl(); ?>/images/but-css.gif" border="none" alt="<?php echo JText::_("CSS Validity");?>" />
</a>
<a href=" validator.w3.org/check/referer" ; target="_blank" title="<?php echo JText::_("XHTML Validity");?>" style="text-decoration: none;">
<img src="<?php echo $tmpTools->templateurl(); ?>/images/but-xhtml10.gif" border="none" alt="<?php echo JText::_("XHTML Validity");?>" />
</a>
</div>

<br />
</div>
</div>
<!-- END: FOOTER -->

</div>

<jdoc:include type="modules" name="debug" />

</body>

</html>

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 5 meses atrás #47497 por AK_TH3DON
AK_TH3DON replied the topic: Re: Dois problemas
Boa tarde aproveitando a dúvida do colega CelsoMat, eu também não consegui mudar o mini ícone.... gerei o favicon no http://tools.dynamicdrive.com/favicon/ substituí o ícone porém não alterou em nada, porque? Continua aparecendo o icone do Joomla!

Please Entrar ou Registrar to join the conversation.