Skip to content

Дефолтный стиль изменить меню над лого IPB 3.4.6

Подскажите как из меню сверху перенести все пониже.более понятно на картинке

post-57198-0-05620300-1414936639_thumb.jpg

Featured Replies

Открыть globalTemplate, найти и удалить:

 

					<if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])">
					<ul id='admin_bar' class='ipsList_inline left'>
						<if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
							<li>
								<a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a>
							</li>
						</if>
						<li><a href="{parse url="app=core&module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li>
						<if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0">
							<li class='active'>
								<a href="{parse url="app=core&module=reports&do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a>
							</li>
						</if>
					</ul>
				</if>

 

Найти:

 

					<ul class='ipsList_inline' id='community_app_menu'>

 

Вставить ниже:

 

					<if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])">
						<if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
							<li>
								<a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a>
							</li>
						</if>
						<li><a href="{parse url="app=core&module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li>
						<if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0">
							<li class='active'>
								<a href="{parse url="app=core&module=reports&do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a>
							</li>
						</if>
				</if>

  • Author

спасибо! подскажи еще как сделать чтобы на всех устройствах шаблон показывался одинаково.а то на разных по разному.то меню разъезжается, то поиск съезжает в низ!

  • Author

Это из-за разных браузеров!

Подскажи как сделать кроссбраузерность?

Для выражения благодарностей, не обязательно писать посты с содержанием "Спасибо", используйте репутацию.

 

У вас дизайн резиновый, чтобы сделать фиксированным, достаточно указать фиксированное значение width в px для класса .main_width

 

Сейчас у вас значение:

 

#content, .main_width {
   margin: 0px auto;
   width: 94% !important;
   min-width: 94%;
}

 

Не понятно почему стоит у min-width такое же значение, как и у width, можете попробовать к примеру поменять на 1000px.

 

Почитайте про свойства max-width, min-width, а так же про адаптивность - http://habrahabr.ru/company/UXDepot/blog/225365/

  • Author

что то не пойму, изменил только min-width: 94%; на 1000 px

а снизу отступ появился, что может быть?

post-57198-0-74890500-1415197839_thumb.jpg

а снизу отступ появился, что может быть?

Контента мало на странице. Нижняя часть -
html, body {
background-color: #d8dde8;
color: #5a5a5a;
}

  • Author

Подскажите как изменить названия "Вход в админцентр форума", "Панель модератора" например на ACP и MCP?

Внешний Вид - Языки - поиск определенного слова - замена

Create an account or sign in to comment

Account

Navigation

Search

Search

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.