Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 8 Ответов
  • 3464 Просмотров
*

roma_sanbl4

  • Захожу иногда
  • 183
  • 1 / 0
как в шаблоне youshows изменить Copyright и вообще все что у него в footer? Самостоятельное ковырение в шаблоне было без результатно. Вот ссылка на демку шаблона http://www.joomla1.5.youjoomla.info/youshows/
« Последнее редактирование: 16.02.2011, 21:35:36 от roma_sanbl4 »
*

Efanych

  • Глобальный модератор
  • 4684
  • 644 / 0
  • Меняю свою жизнь на 360°!
А что в index.php в футере написано?
Создание сайтов, шаблонов, помощь в решении проблем.
*

roma_sanbl4

  • Захожу иногда
  • 183
  • 1 / 0
Код
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number 3145TF007
|| # Licensed to - Siarhei Matusevich
|| # ---------------------------------------------------------------- # ||
|| # Copyright (C) 2006-2009 Youjoomla LLC. All Rights Reserved.        ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

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

define( 'TEMPLATEPATH', dirname(__FILE__) );
require( TEMPLATEPATH.DS."settings.php");



?>
<!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" />
<?php JHTML::_('behavior.mootools'); ?>
<link href="<?php echo $yj_site ?>/css/template.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo $yj_site ?>/css/<?php echo $css_file; ?>.<?php echo $cssextens; ?>" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $yj_site ?>/favicon.ico" />
<?php require( TEMPLATEPATH.DS."head.php");?>
</head>
<body id="<?php echo $bgimage ?>">
<div id="centertop" style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<?php if ($ie6notice == 1){ ?>
<!-- notices -->
<?php
if (preg_match( "/msie/",$who)){
if (preg_match("/msie 7/",$who) || preg_match("/msie 8/",$who)) {
echo '';
}else{ echo'
<div class="ienotice" style="text-align:center" ><h1>Your Browser version (IE6) is out of date!</h1>Hello visitor.You are using IE6 , an outdated version of Internet Explorer. Please consider upgrading. Click <a href="http://www.webstandards.org/action/previous-campaigns/buc/" target="_blank" >here</a> for more info .</div>';
}
}

?>
<!--end  notices -->
<?php } ?>
    <?php if($nonscript == 1 ){?>
    <noscript>
    <div class="ienotice" style="text-align:center" >This Joomla Template is equiped with JavaScript. Your browser does not support JavaScript! Please enable it for maximum experience. Thank you.</div>
    </noscript>
    <?php } ?>
    <!--end  notices -->
    <!--header-->
    <div id="header">
        <div id="logo" class="png">
            <div id="tags">
                <h1> <a href="index.php" title="<?php echo $tags?>"><?php echo $seo ?></a> </h1>
            </div>
            <!-- end tags -->
        </div>
        <!-- end logo -->
        <?php if ($this->countModules('banner')) {?>
        <div id="banner">
            <jdoc:include type="modules" name="banner" style="raw" />
        </div>
        <!-- end banner -->
        <?php } ?>
    </div>
    <!-- end header -->
    <!--top menu-->
  <div id="menul">
   <div id="menur">
    <div id="<?php echo $topmenuclass ?>" style="font-size:<?php echo $css_font; ?>;">
        <div id="<?php echo $menuclass ?>"> <?php echo $topmenu; ?> </div>
    </div>
    </div></div>
    <!-- end top menu -->
</div>

<?php if ($this->countModules('advert1') || $this->countModules('advert2') || $this->countModules('advert3')) {?>
<div id="adverts"  style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
<?php if ($this->countModules('advert1')) {?>
<div id="advert1" style=" width:<?php echo $advertsswidth; ?>;"><div class="advertsin">
    <jdoc:include type="modules" name="advert1" style="yjsquare" /></div></div> <?php } ?>
<?php if ($this->countModules('advert2')) {?>
<div id="advert2" style=" width:<?php echo $advertsswidth; ?>;"><div class="advertsin">
    <jdoc:include type="modules" name="advert2" style="yjsquare" /></div></div> <?php } ?>
    <?php if ($this->countModules('advert3')) {?>
<div id="advert3" style=" width:<?php echo $advertsswidth; ?>;"><div class="advertsin">
    <jdoc:include type="modules" name="advert3" style="yjsquare" /></div></div> <?php } ?>
</div>
 <?php } ?>
<!-- end centartop-->
<?php require( TEMPLATEPATH.DS."layouts/layout".$site_layout.".php");?>




</div>
<!-- end centerbottom-->

<?php if ($this->countModules('bottom1') || $this->countModules('bottom2') || $this->countModules('bottom3')) {?>
  <div id="bottomshelf"  style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
    <div id="botsh_l">
      <div id="botsh_r">
      <?php if ($this->countModules('bottom1')) {?>
      <div id="bottom1" style="width:<?php echo $bottom1width; ?>;"><jdoc:include type="modules" name="bottom1" style="yjsquare" /></div><?php } ?>
      <?php if ($this->countModules('bottom2')) {?>
      <div id="bottom2" style="width:<?php echo $bottomwidth; ?>;"><jdoc:include type="modules" name="bottom2" style="yjsquare" /></div><?php } ?>
      <?php if ($this->countModules('bottom3')) {?>
      <div id="bottom3" style="width:<?php echo $bottomwidth; ?>;"><jdoc:include type="modules" name="bottom3" style="yjsquare" /></div><?php } ?>
      
      
       </div>
    </div>
    <div id="botsh_shade"></div>
  </div>
 <?php } ?>

<!-- footer -->
<div id="footer"  style="font-size:<?php echo $css_font; ?>; width:<?php echo $css_width; ?>;">
    <div id="youjoomla">
        <?php
# FOR YOUJOOMLA LLC COPYRIGHT REMOVAL VISIT THIS PAGE
# http://www.youjoomla.com/faq/view/you-joomla-templates-club/can-i-remove-youjoomla.com-copyright/78
?>
        <div id="cp"> <?php echo getYJLINKS()  ?> </div>
    </div>
</div>
<!-- end footer -->
</body>
</html>
Вот что если вы про index.php, который в папке шаблона
*

Alldar

  • Завсегдатай
  • 1504
  • 195 / 1
Учтите это стоит 35$ если вы не заплатите эти деньги разработчику вы нарушите лицензию

Скорее всего это <div id="cp"> <?php echo getYJLINKS()  ?> </div>

или mod_footer
*

roma_sanbl4

  • Захожу иногда
  • 183
  • 1 / 0
Цитировать
Скорее всего это <div id="cp"> <?php echo getYJLINKS()  ?> </div>
. Спасибо! Действительно нашелся. +
*

roma_sanbl4

  • Захожу иногда
  • 183
  • 1 / 0
Насчет 35 зеленых действительно надо задуматься ибо халявность иногда может быть черевата
*

lutique

  • Новичок
  • 3
  • 0 / 0
Скорее всего это <div id="cp"> <?php echo getYJLINKS()  ?> </div>

Спасибо мне тоже помогло, но осталась проблема, не могу убрать ссылки в самом низу сайта  rudesigners.ru | mynewsmaker.ru | seonus.ru | telepat09.ru | smipress.ru. подскажите как можно их убрать. вот ссылка на сайт http://ilpasto.com.ua/2011-02-12-19-01-29.html

*

roma_sanbl4

  • Захожу иногда
  • 183
  • 1 / 0
движок с шаблоном на локале обысши с помошью тотала по фразе одной из ссылок. Тотал найдет файлы где будут эти ссылке в коде. Я так искал
*

kanstan

  • Новичок
  • 3
  • 1 / 0
Поиском по файлам шаблона не дает результатов. Видимо, где-то они в зашифрованном виде.
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Как создать новый блок в шаблоне?

Автор moov

Ответов: 7
Просмотров: 6115
Последний ответ 17.12.2018, 14:08:12
от arma
Как изменить шаблон категории в Joomla 1.5?

Автор nagav

Ответов: 8
Просмотров: 3995
Последний ответ 24.10.2016, 22:09:01
от nagav
Как изменить шрифт в yoo Explorer

Автор frion

Ответов: 2
Просмотров: 4216
Последний ответ 19.05.2016, 10:31:42
от iliamuromec
Поменять цвет блоков в шаблоне

Автор nuon

Ответов: 7
Просмотров: 3589
Последний ответ 10.01.2016, 23:11:34
от nuon
Ребят - В шаблоне Default

Автор Djaga

Ответов: 4
Просмотров: 1784
Последний ответ 10.12.2015, 08:01:47
от Djaga