помогите! jomla

Discussion in 'PHP' started by Shkiper2009, 7 Aug 2010.

  1. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    Решил юзнуть Jomla всё установил (ENG) захожу в меню мэнэджер создаю новую категорю или переименовываю а на самом сате ничего не изменяестся как было minemenu так и стоит! В чом дело подкажите что делать?
     
  2. Seravin

    Seravin Active Member

    Joined:
    25 Nov 2009
    Messages:
    475
    Likes Received:
    190
    Reputations:
    221
    ты на каком языке пишешь????? напиши понятно и более развёрнуто, а то пальцем в небо не натыкаешь
     
  3. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    пишу на русском! версия 1.1.19 Rus
     
  4. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    люди помогите пожалуйста! стою на месте блин
     
  5. Fantom3D

    Fantom3D New Member

    Joined:
    23 Aug 2009
    Messages:
    71
    Likes Received:
    2
    Reputations:
    -1
    А ты постарайся не грубить. Иначе никто тебе не поможет. В джумле не шарю, но:

    1) Проверь базу данных на наличие этих записей.
    2) Обнови кэш, если он там есть, точно не помню.
     
  6. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    в страничке index искать?
     
  7. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    вот код но я ничо ненашол! значит надо гдето в редакторе менять

    Code:
    <?php /**  * @copyright	Copyright (C) 2005 - 2010 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.  */  defined('_JEXEC') or die('Restricted access');  $url = clone(JURI::getInstance()); $showRightColumn = $this->countModules('user1 or user2 or right or top'); $showRightColumn &= JRequest::getCmd('layout') != 'form'; $showRightColumn &= JRequest::getCmd('task') != 'edit' ?> <?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?> <!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; ?>" dir="<?php echo $this->direction; ?>" > <head> 	<jdoc:include type="head" /> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/template.css" type="text/css" /> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/position.css" type="text/css" media="screen,projection" /> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/layout.css" type="text/css" media="screen,projection" /> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/print.css" type="text/css" media="Print" /> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/general.css" type="text/css" /> 	<?php if($this->direction == 'rtl') : ?> 	<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/template_rtl.css" type="text/css" /> 	<?php endif; ?> 	<!--[if lte IE 6]> 		<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/ieonly.css" rel="stylesheet" type="text/css" /> 	<![endif]--> 	<!--[if IE 7]> 		<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/ie7only.css" rel="stylesheet" type="text/css" /> 	<![endif]--> 	<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/javascript/md_stylechanger.js"></script> </head> <body> 	<div id="all"> 		<div id="header"> 			<h1 id="logo"> 				<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/images/logo.gif" border="0" alt="<?php echo JText::_('Logo Beez, Three little Bees'); ?>" width="300" height="97" /> 				<span class="header1"><?php echo JText::_('Joomla Accessible Template'); ?></span> 			</h1>  			<ul> 				<li><a href="#content" class="u2"><?php echo JText::_('Skip to Content'); ?></a></li> 				<li><a href="#mainmenu" class="u2"><?php echo JText::_('Jump to Main Navigation and Login'); ?></a></li> 				<li><a href="#additional" class="u2"><?php echo JText::_('Jump to additional Information'); ?></a></li> 			</ul>  			<h2 class="unseen"> 				<?php echo JText::_('Search, View and Navigation'); ?> 			</h2>  			<div id="fontsize"> 				<script type="text/javascript"> 				//<![CDATA[ 					document.write('<h3><?php echo JText::_('FONTSIZE'); ?></h3><p class="fontsize">'); 					document.write('<a href="index.php" title="<?php echo JText::_('Increase size'); ?>" onclick="changeFontSize(2); return false;" class="larger"><?php echo JText::_('bigger'); ?></a><span class="unseen">&nbsp;</span>'); 					document.write('<a href="index.php" title="<?php echo JText::_('Decrease size'); ?>" onclick="changeFontSize(-2); return false;" class="smaller"><?php echo JText::_('smaller'); ?></a><span class="unseen">&nbsp;</span>'); 					document.write('<a href="index.php" title="<?php echo JText::_('Revert styles to default'); ?>" onclick="revertStyles(); return false;" class="reset"><?php echo JText::_('reset'); ?></a></p>'); 				//]]> 				</script> 			</div>  			<jdoc:include type="modules" name="user3" /> 			<jdoc:include type="modules" name="user4" />  			<div id="breadcrumbs"> 				<p> 					<?php echo JText::_('You are here'); ?> 					<jdoc:include type="modules" name="breadcrumb" /> 				</p> 			</div>  			<div class="wrap">&nbsp;</div> 		</div><!-- end header -->  		<div id="<?php echo $showRightColumn ? 'contentarea2' : 'contentarea'; ?>"> 			<a name="mainmenu"></a> 			<div id="left"> 				<jdoc:include type="modules" name="left" style="beezDivision" headerLevel="3" /> 			</div><!-- left -->  			<a name="content"></a> 			<div id="wrapper"> 			<div id="<?php echo $showRightColumn ? 'main2' : 'main'; ?>"> 				<?php if ($this->getBuffer('message')) : ?> 				<div class="error"> 					<h2> 						<?php echo JText::_('Message'); ?> 					</h2> 					<jdoc:include type="message" /> 				</div> 				<?php endif; ?>  				<jdoc:include type="component" /> 			</div><!-- end main or main2 -->  			<?php if ($showRightColumn) : ?> 			<div id="right">  				<a name="additional"></a> 				<h2 class="unseen"> 					<?php echo JText::_('Additional Information'); ?> 				</h2>  				<jdoc:include type="modules" name="top" style="beezDivision" headerLevel="3" /> 				<jdoc:include type="modules" name="user1" style="beezDivision" headerLevel="3" /> 				<jdoc:include type="modules" name="user2" style="beezDivision" headerLevel="3" /> 				<jdoc:include type="modules" name="right" style="beezDivision" headerLevel="3" />  			</div><!-- right --> 			<?php endif; ?>  			<div class="wrap"></div> 			</div><!-- wrapper --> 		</div><!-- contentarea -->  		<div id="footer"> 			<p class="syndicate"> 				<jdoc:include type="modules" name="syndicate" /> 			</p>  			<p> 				<?php echo JText::_('Powered by');?> <a href="http://www.joomla.org/">Joomla!</a> 			</p>  			<div class="wrap"></div> 		</div><!-- footer --> 	</div><!-- all -->  	<jdoc:include type="modules" name="debug" />  </body> </html>
     
  8. Seravin

    Seravin Active Member

    Joined:
    25 Nov 2009
    Messages:
    475
    Likes Received:
    190
    Reputations:
    221
    Publish - yes стоит?
     
  9. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    да! даже Main Menu немогу переименовать на своё "Меню"
     
  10. Adio

    Adio Elder - Старейшина

    Joined:
    23 May 2005
    Messages:
    1,646
    Likes Received:
    147
    Reputations:
    18
    А ты код убери : )
     
  11. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    какой?
     
  12. Shkiper2009

    Shkiper2009 New Member

    Joined:
    18 Aug 2009
    Messages:
    136
    Likes Received:
    3
    Reputations:
    -10
    может переустановить?