JANELA DE ALERTA NO TEMPLATE

  • aquilesleite
  • Avatar de aquilesleite Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
12 anos 10 meses atrás #82878 por aquilesleite
aquilesleite created the topic: JANELA DE ALERTA NO TEMPLATE
BOA TARDE!!

GALERA, PRECISO DE UMA FORCINHA, SOU NOVATO EM JOOMLA E BAIXEI UM TEMPLATE FREE NA ASTEMPLATES. SÓ QUE QUANDO INSTALO O TEMPLATE E NAVEGO PELO SITE SEMPRE APARECE UMA JANELA DE ALERTA.

SEGUE ABAIXO O LINK: http://hamate.smartskill.com.br/

SE ALGUEM SOUBER COMO RETIRO ESSA ESSA MSG EU FICO GRATO, (LEMBRANDO MAIS UMA VEZ QUE O TEMPLATE ESTÁ NA VERSÃO FREE. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: -->

Please Entrar ou Registrar to join the conversation.


  • aquilesleite
  • Avatar de aquilesleite Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
12 anos 10 meses atrás #83140 por aquilesleite
aquilesleite replied the topic: Re: JANELA DE ALERTA NO TEMPLATE
Alguem poderia me ajudar com esse problema ??? <!-- s:x --><img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Furioso" /><!-- s:x -->

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 10 meses atrás #83153 por rldesign
rldesign replied the topic: Re: JANELA DE ALERTA NO TEMPLATE

aquilesleite escreveu: BOA TARDE!!

GALERA, PRECISO DE UMA FORCINHA, SOU NOVATO EM JOOMLA E BAIXEI UM TEMPLATE FREE NA ASTEMPLATES. SÓ QUE QUANDO INSTALO O TEMPLATE E NAVEGO PELO SITE SEMPRE APARECE UMA JANELA DE ALERTA.

SEGUE ABAIXO O LINK: http://hamate.smartskill.com.br/

SE ALGUEM SOUBER COMO RETIRO ESSA ESSA MSG EU FICO GRATO, (LEMBRANDO MAIS UMA VEZ QUE O TEMPLATE ESTÁ NA VERSÃO FREE. <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: --> <!-- s:twisted: --><img src="{SMILIES_PATH}/icon_twisted.gif" alt=":twisted:" title="Sádico" /><!-- s:twisted: -->


Provalmente, o desenvolvedor colocou esse mensagem no arquivo index.php do seu template. Sinceramente, achei muito sacanagem.

Va na pasta /templates/as002036free/,
localize o arquivo index.php e cole aqui no forum

Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites

Please Entrar ou Registrar to join the conversation.

  • aquilesleite
  • Avatar de aquilesleite Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
12 anos 10 meses atrás #83165 por aquilesleite
aquilesleite replied the topic: Re: JANELA DE ALERTA NO TEMPLATE
<?php 

/*******************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		License: Creative Commons
/*
/*******************************************************************************************/

defined( '_JEXEC' ) or die( 'Restricted access' );

/* The following line loads the MooTools JavaScript Library */
JHTML::_('behavior.framework', true);

/* The following line gets the application object for things like displaying the site name */
$app = JFactory::getApplication();

/* The following lines get active menu */
$menu = JSite::getMenu();
$menu_active = $menu->getActive();

/* The following lines get language tags */
$lang = JFactory::getLanguage();

$home_page = 0;
if (JRequest::getVar('view') != 'reset' &&
    JRequest::getVar('view') != 'registration' &&
	JRequest::getVar('view') != 'remind')
{
	$menu_params = JSite::getMenu()->getParams($menu_active->id);
	
	if (($menu_active == $menu->getDefault()) || ($menu_active == $menu->getDefault($lang->getTag()))) 
	{
		$home_page = 1;
	}
	
	$featured_page = 0;
	$featured_page += (bool) $menu_params->get('num_leading_articles');
	$featured_page += (bool) $menu_params->get('num_columns');
	$featured_page += (bool) $menu_params->get('num_intro_articles');
}

if (JRequest::getVar('view') != 'featured')
{
	$featured_page = 1;	
}

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

<head>
	<jdoc:include type="head" />
    
    <meta name="HandheldFriendly" content="true">
    <meta name="viewport" content="width=980" />
    <meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
        
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />

	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/tmpl.content.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/tmpl.header.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/tmpl.sidebars.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/tmpl.footer.css" type="text/css" />
	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/tmpl.general.css" type="text/css" />
	
    <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slider/css/slider.css" type="text/css" 
    	media="screen" />
    
	<script type="text/javascript" src="templates/<?php echo $this->template ?>/slider/scripts/jquery-1.8.2.min.js"></script>
    <script type="text/javascript" src="templates/<?php echo $this->template ?>/slider/scripts/jquery.slider.pack.js"></script>
	<script type="text/javascript" src="templates/<?php echo $this->template ?>/scripts/general.js"></script>

	<?php if ($home_page): ?>
	<script type="text/javascript" src="templates/<?php echo $this->template ?>/scripts/home.js"></script>
	<?php endif; ?>

<?php 

include 'ie6warning.php';
include 'params.php';

echo $font&#91;'fontlink'&#93;;
echo $hfont&#91;'fontlink'&#93;;

?>
    
</head>

<body>

	<?php if($home_page): ?>
	<img src="<?php echo $body_bghomeimage; ?>" alt="" id="background" />

    <!-- HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  -->
    <div id="homecontent">
        <div id="header" class="home">
            <div class="content">
                <div id="companyname">
                <a href="<?php echo $this->baseurl; ?>"> 
                    <img src="<?php echo $logo_img_home; ?>" alt="AS Templates"/>            
                </a>
                </div>
                <div id="topmenu_home">
                    <jdoc:include type="modules" name="position-1"/>
                </div>            
            </div>
        </div>    
	</div>
    
    <?php else: ?> 
	<div class="wrapper">	

    <!-- HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  -->
    <div id="header">
        <div class="row1">
	        <div class="content">
                <div class="row1col1">
                    <div id="companyname">
                        <a href="<?php echo $this->baseurl; ?>"> 
                            <img src="<?php echo $logo_img_general; ?>" alt="AS Templates"/>            
                        </a>
                    </div>
                </div>
                
                <div class="row1col2">
                    <div id="topmenu">
                        <jdoc:include type="modules" name="position-1"/>
                    </div>
                    <div id="slideshow">
                        <div class="slider-wrapper">
                            <div id="slider" class="nivoSlider">
                                <img src="templates/<?php echo  $this->template ?>/slider/images/slide1.png" />
                                <img src="templates/<?php echo  $this->template ?>/slider/images/slide2.png" />
                                <img src="templates/<?php echo  $this->template ?>/slider/images/slide3.png" />                             
                            </div>
                        </div>
                        <script type="text/javascript">
                            jQuery.noConflict();
                            jQuery(window).load(function() {
                                jQuery('#slider').nivoSlider({
									effect: 'fade',
									animSpeed: <?php echo $slider_speed; ?>,
									pauseTime: <?php echo $slider_showtime; ?>
                                });
                            });
                        </script>
                    </div>
                    <div class="clear"></div>
				</div>
            </div>
		</div>
		<div class="clear"></div>

		<?php 
        if($this->countModules('position-2') || $this->countModules('position-0')): 
        ?>
        <div class="row4">
            <div class="content">
				<?php 
                if($this->countModules('position-0')): 
                ?>
            	<div class="row4col1">
                    <div id="search"> 
                        <jdoc:include type="modules" name="position-0" />                        
                    </div>
                </div>
		        <?php endif; ?>
				<?php 
                if($this->countModules('position-2')): 
                ?>
            	<div class="row4col2">
                    <div id="breadcrumb">
                    	<jdoc:include type="modules" name="position-2" />	
                    </div>
                </div>
		        <?php endif; ?>
            </div>
        </div>
        <div class="clear"></div>
        <?php endif; ?>

    </div>
    <!-- END OF HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    
    <!-- CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <div class="clear"></div>
    <div id="content">  
      
        <!-- COLUMN LEFT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <?php if($leftcolumn) : ?> 
        <div id="colleft">
            <?php if($this->countModules('position-40')): ?>
            <div class="row1">
                <jdoc:include type="modules" name="position-40" style="xhtml"/>
            </div>
            <?php endif; ?>
            <?php if($this->countModules('position-41')): ?>
            <div class="row2">
                <jdoc:include type="modules" name="position-41" style="xhtml"/>
            </div>
            <?php endif; ?>
        </div>
        <?php endif; ?>
        <!-- END OF COlUMN LEFT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
                
        <!-- COLUMN MAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <div id="colmain" >
        
            <jdoc:include type="message" />
    
            <div id="component">
               	<jdoc:include type="component"  />
            </div>
            <div class="clear"></div>
    
            <?php if($this->countModules('position-5')): ?>
            <div id="adsense">
            	<div class="innerborder">
                	<jdoc:include type="modules" name="position-5" style="xhtml"/>
                </div>
            </div>
            <?php else: ?>
            <div id="adsense">
            	<div class="innerborder">
					<!-- Your ads here -->
                </div>
            </div>
            <div class="clear"></div>
            <?php endif; ?>

        </div>
        <!-- END OF COLUMN MAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	</div>
    

    <!-- FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<div id="footer">
    	<div class="row3"> 
            <div class="content">
                <div class="row3col1">
                <!-- DO NOT REMOVE OR CHANGE THE CONTENT BELOW, THIS THEME MAY NOT WORK PROPERLY -->
                
                <div id="ascopy">
                <a href="http://www.smartskills.com.br/" target="_blank" >
                    Designed by:&nbsp;&nbsp;SMART SKILLS
                </a>
                </div>
                
                <!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS THEME MAY NOT WORK PROPERLY -->
                </div>
                <div class="row3col2">            
                    <div id="trademark">
                        Copyright &copy; <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?>
                    </div>
                </div>
            </div>
        </div>
	</div>
    <!-- END OF FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    
    <?php endif; ?>

    </div>
    
</body>
</html>


TÁ AÍ O INDEX.PHP ... JÁ TÔ LOUCO PROCURADO ISSO SÓ QUE NÃO ACHEI <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? --> <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confuso" /><!-- s:? -->

Please Entrar ou Registrar to join the conversation.

  • aquilesleite
  • Avatar de aquilesleite Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
12 anos 10 meses atrás #83180 por aquilesleite
aquilesleite replied the topic: Re: JANELA DE ALERTA NO TEMPLATE
??????? <!-- s:( --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Triste" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Triste" /><!-- s:( -->

Please Entrar ou Registrar to join the conversation.