Jump to content
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Удалить breadcrumbs только из IP.Content

Как удалить "хлебные крошки", только из IP.Content, не трогая форум?

Featured Replies

Есть два способа

Первый – простой

 

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

#secondary_navigation {
display: none;
}

 

Если не поможет или навигация будет пропадать на форуме, скажу второй

  • 5 months later...

Получилось. :)

Форум не задело.

  • 10 months later...

Есть два способа

Первый – простой

 

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

#secondary_navigation {
display: none;
}

 

Если не поможет или навигация будет пропадать на форуме, скажу второй

у меня таким образом убралось на верху а внизу осталось :(

В ipcontent.css:

.breadcrumb {
display: none;
}

Но скроются так же и ссылки на правила форума и Privacy Policy.

 

Если ссылки хотите оставить, то ищете в globalTemplate код:

				<ol class='breadcrumb bottom ipsList_inline left clearfix clear'>
				<if test="count( $items['navigation'] )">
					<php>$this->did_first_bottom = 0;</php>
					<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
						<li><a href='{parse url="act=idx" seotitle="false" base="public"}'>{$this->settings['board_name']}</a></li>
						<if test="didfirstnav:|:$this->did_first_bottom=1"></if>
					</if>
					<foreach loop="navigation:$items['navigation'] as $idx => $data">
						<li><if test="didfirstappnow:|:$this->did_first_bottom"><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']} {$data[0]}'></if>{$data[0]}<if test="closenavigationlink:|:$data[1]"></a></if></li>
						<if test="forsuredidfirstnav:|:$this->did_first_bottom=1"></if>
					</foreach>
				<else />
					<li> </li>
				</if>
				<if test="privvy:|:$this->settings['priv_title']">
				<li class='right ipsType_smaller'>
					<a rel="nofollow" href='{parse url="app=core&module=global&section=privacy" template="privacy" seotitle="false" base="public"}'>{$this->settings['priv_title']}</a>
				</li>
				</if>
				<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
					<li class='right ipsType_smaller'>
						<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&module=extras&section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a><if test="privvyMiddot:|:$this->settings['priv_title']"> · </if>
					</li>
				</if>	
			</ol>

Меняете на:

				<ol class='breadcrumb bottom ipsList_inline left clearfix clear' style='width: 85%;'>
				<if test="count( $items['navigation'] )">
					<php>$this->did_first_bottom = 0;</php>
					<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
						<li><a href='{parse url="act=idx" seotitle="false" base="public"}'>{$this->settings['board_name']}</a></li>
						<if test="didfirstnav:|:$this->did_first_bottom=1"></if>
					</if>
					<foreach loop="navigation:$items['navigation'] as $idx => $data">
						<li><if test="didfirstappnow:|:$this->did_first_bottom"><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']} {$data[0]}'></if>{$data[0]}<if test="closenavigationlink:|:$data[1]"></a></if></li>
						<if test="forsuredidfirstnav:|:$this->did_first_bottom=1"></if>
					</foreach>
				<else />
					<li> </li>
				</if>
			</ol>
			<span class='right ipsType_smaller' style='margin-top: 10px;'>
				<if test="privvy:|:$this->settings['priv_title']">
					<a rel="nofollow" href='{parse url="app=core&module=global&section=privacy" template="privacy" seotitle="false" base="public"}'>{$this->settings['priv_title']}</a> 
				</if>
				<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
					<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&module=extras&section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a><if test="privvyMiddot:|:$this->settings['priv_title']"> · </if>
				</if>	
			</span>

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.