Jump to content

Навигационное меню.

Featured Replies

Всем привет.

post-20832-0-46188200-1408983133_thumb.j

Как убрать навигационное меню, только в IP.Content.

Заранее спасибо.

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/
Share on other sites

в редакторе шаблона файл "globaltemplates" ищи (ctrl + f) "sidebar" (без кавычек).

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70565
Share on other sites

в редакторе шаблона файл "globaltemplates" ищи (ctrl + f) "sidebar" (без кавычек).

Так меню пропадет во всех компонентах

Нужно редактировать файл именно от IP.Content...не помню как там называется главный файл

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70567
Share on other sites

в редакторе шаблона файл "globaltemplates" ищи (ctrl + f) "sidebar" (без кавычек).

 

post-20832-0-31326700-1409066322.jpg

 

я нашёл чтобы и на форуме убиралось, но мне это не надо. Надо конкретно на IP.Content

Так меню пропадет во всех компонентах

Нужно редактировать файл именно от IP.Content...не помню как там называется главный файл

вспомни пожалуйста, буду благодарен:)

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70570
Share on other sites

помогите, кто нибудь 

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70610
Share on other sites

АЦ - Внешний вид - ВАШ СТИЛЬ -globalTemplate

 

И там ищите(Ctrl+F)  строчку

<div id='secondary_navigation' class='clearfix'>

И удаляйте весь вот этот код

					<div id='secondary_navigation' class='clearfix'>
						<ol class='breadcrumb top ipsList_inline left'>
							<php>$this->did_first = 0;</php>
							<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
								<li itemscope itemtype="__data-vocabulary.org/Breadcrumb">
									<a href='{parse url="act=idx" seotitle="false" base="public"}' itemprop="url">
										<span itemprop="title">{$this->settings['board_name']}</span>
									</a>
								</li>
								<if test="didfirstnav:|:$this->did_first=1"></if>
							</if>
							<foreach loop="navigation:$items['navigation'] as $idx => $data">
								<li itemscope itemtype="__data-vocabulary.org/Breadcrumb">
									<if test="didfirstappnow:|:$this->did_first"><span class='nav_sep'>{parse replacement="f_nav_sep"}</span></if>
									 <if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {parse expression="IPSText::striptags( IPSText::htmlspecialchars( $data[0] ) )"}' itemprop="url"></if><span itemprop="title">{$data[0]}</span><if test="closenavigationlink:|:$data[1]"></a></if>
								</li>
								<if test="forsuredidfirstnav:|:$this->did_first=1"></if>
							</foreach>
						</ol>
					</div>
Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70656
Share on other sites

 

АЦ - Внешний вид - ВАШ СТИЛЬ -globalTemplate

 

И там ищите(Ctrl+F)  строчку

<div id='secondary_navigation' class='clearfix'>

И удаляйте весь вот этот код

					<div id='secondary_navigation' class='clearfix'>
						<ol class='breadcrumb top ipsList_inline left'>
							<php>$this->did_first = 0;</php>
							<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
								<li itemscope itemtype="__data-vocabulary.org/Breadcrumb">
									<a href='{parse url="act=idx" seotitle="false" base="public"}' itemprop="url">
										<span itemprop="title">{$this->settings['board_name']}</span>
									</a>
								</li>
								<if test="didfirstnav:|:$this->did_first=1"></if>
							</if>
							<foreach loop="navigation:$items['navigation'] as $idx => $data">
								<li itemscope itemtype="__data-vocabulary.org/Breadcrumb">
									<if test="didfirstappnow:|:$this->did_first"><span class='nav_sep'>{parse replacement="f_nav_sep"}</span></if>
									 <if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {parse expression="IPSText::striptags( IPSText::htmlspecialchars( $data[0] ) )"}' itemprop="url"></if><span itemprop="title">{$data[0]}</span><if test="closenavigationlink:|:$data[1]"></a></if>
								</li>
								<if test="forsuredidfirstnav:|:$this->did_first=1"></if>
							</foreach>
						</ol>
					</div>

я так делал, пропадает навигационное меню и на форуме, а нужно именно в IP.Content. Спасибо за ответ.

Есть ещё варианты?)

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70665
Share on other sites

up, ребята

Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=70711
Share on other sites
  • 2 недели спустя...

В ipcontent.css добавить

#secondary_navigation {
display: none;
}
Link to comment
https://ipbmafia.ru/topic/9055-navigacionnoe-menyu/?&do=findComment&comment=71315
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.