Подскажите пожалуйста, как убрать название категории из Title. Или хотя бы, где лежит файл, в котором это прописано. Joomla 1.5.х Заранее спасибо
Сами посмотрите: http://demo.gazetagovorun.ru/index.php?option=com_content&view=category&layout=blog&id=16&Itemid=2 И так было с самого начала. Единственное, что я делал с title - поставил SEO-bot, который правильно имя сайта располагает. Но название категории "Статьи" отображалось всегда. Сейчас title отображает ПТИЦА ГОВОРУН | Статьи - Наши гости. А нужно просто ПТИЦА ГОВОРУН | Наши гости Плиз, хелп ми, как это убрать? В каком файле лежит вся <head>...</head> jooml'ы 1.5.x ??? Добавлено через 28 минут Файл head.php я нашел Лежит он здесь: libraries/joomla/document/html/renderer/head.php По утверждению страницы http://docs.joomla.org/SEO именно он отвечает за формирование части <head>...</head> страницы Вот, что я обнаружил в файле у себя: Код (PHP): <?php /** * @version $Id: head.php 9888 2008-01-05 19:23:09Z hackwar $ * @package Joomla.Framework * @subpackage Document * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // Check to ensure this file is within the rest of the framework defined('JPATH_BASE') or die(); /** * JDocument head renderer * * @author Johan Janssens <johan.janssens@joomla.org> * @package Joomla.Framework * @subpackage Document * @since 1.5 */ class JDocumentRendererHead extends JDocumentRenderer { /** * Renders the document head and returns the results as a string * * @access public * @param string $name (unused) * @param array $params Associative array of values * @return string The output of the script */ function render( $head = null, $params = array(), $content = null ) { ob_start(); echo $this->fetchHead($this->_doc); $contents = ob_get_contents(); ob_end_clean(); return $contents; } /** * Generates the head html and return the results as a string * * @access public * @return string */ function fetchHead(&$document) { // get line endings $lnEnd = $document->_getLineEnd(); $tab = $document->_getTab(); $tagEnd = ' />'; $strHtml = ''; // Generate base tag (need to happen first) $base = $document->getBase(); if(!empty($base)) { $strHtml .= $tab.'<base href="'.$document->getBase().'" />'.$lnEnd; } // Generate META tags (needs to happen as early as possible in the head) foreach ($document->_metaTags as $type => $tag) { foreach ($tag as $name => $content) { if ($type == 'http-equiv') { $strHtml .= $tab.'<meta http-equiv="'.$name.'" content="'.$content.'"'.$tagEnd.$lnEnd; } elseif ($type == 'standard') { $strHtml .= $tab.'<meta name="'.$name.'" content="'.$content.'"'.$tagEnd.$lnEnd; } } } $strHtml .= $tab.'<meta name="description" content="'.$document->getDescription().'" />'.$lnEnd; $strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd; $strHtml .= $tab.'<title>'.htmlspecialchars($document->getTitle()).'</title>'.$lnEnd; // Generate link declarations foreach ($document->_links as $link) { $strHtml .= $tab.$link.$tagEnd.$lnEnd; } // Generate stylesheet links foreach ($document->_styleSheets as $strSrc => $strAttr ) { $strHtml .= $tab . '<link rel="stylesheet" href="'.$strSrc.'" type="'.$strAttr['mime'].'"'; if (!is_null($strAttr['media'])){ $strHtml .= ' media="'.$strAttr['media'].'" '; } if ($temp = JArrayHelper::toString($strAttr['attribs'])) { $strHtml .= ' '.$temp;; } $strHtml .= $tagEnd.$lnEnd; } // Generate stylesheet declarations foreach ($document->_style as $type => $content) { $strHtml .= $tab.'<style type="'.$type.'">'.$lnEnd; // This is for full XHTML support. if ($document->_mime == 'text/html' ) { $strHtml .= $tab.$tab.'<!--'.$lnEnd; } else { $strHtml .= $tab.$tab.'<![CDATA['.$lnEnd; } $strHtml .= $content . $lnEnd; // See above note if ($document->_mime == 'text/html' ) { $strHtml .= $tab.$tab.'-->'.$lnEnd; } else { $strHtml .= $tab.$tab.']]>'.$lnEnd; } $strHtml .= $tab.'</style>'.$lnEnd; } // Generate script file links foreach ($document->_scripts as $strSrc => $strType) { $strHtml .= $tab.'<script type="'.$strType.'" src="'.$strSrc.'"></script>'.$lnEnd; } // Generate script declarations foreach ($document->_script as $type => $content) { $strHtml .= $tab.'<script type="'.$type.'">'.$lnEnd; // This is for full XHTML support. if ($document->_mime != 'text/html' ) { $strHtml .= $tab.$tab.'<![CDATA['.$lnEnd; } $strHtml .= $content.$lnEnd; // See above note if ($document->_mime != 'text/html' ) { $strHtml .= $tab.$tab.'// ]]>'.$lnEnd; } $strHtml .= $tab.'</script>'.$lnEnd; } foreach($document->_custom as $custom) { $strHtml .= $tab.$custom.$lnEnd; } return $strHtml; } } Собственно, где здесь вывод названия категории??? Добавлено через 13 минут Joomla стоит не читая, а от Rockettheme, опробовал на чистой 1.5.6 - нету названия категории в заголовке. Так что скину дамп базы и поставлю контент на чистую версию. Зато теперь вы знаете, где посмотреть, как это сделано. Вот, http://design4free.org/index.php?option=com_content&task=view&id=267&Itemid=12 здесь ссылки на скачивание
а может в сео-боте стоит отключить показ категории в тайтле? так по крайней мере ликвидируется дублирование заголовка категории на j1.0.*
Отключил http://demo.gazetagovorun.ru/index.php?option=com_content&view=category&layout=blog&id=16&Itemid=2 Все равно отображается, как я и говорил: Может, кто-то все-таки скажет, как от этого избавиться, а то не очень хочется заново Jooml'у ставить )))
а если в настройках меню, при выводе данного блока категории отключить "Показывать название категории"
Эли ты про Parameters (Component) то это не отностится к title, а к содержимому страницы. И стояло везде скрыть Добавлено через 4 минуты Да ладно, перезалью сборку Jooml'ы, тем более, как оказалось, с plg_content_cdajaxvote она некорректно работает