Перейти к публикации
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.

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

Опубликовано:

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

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

Рекомендованные сообщения

Опубликовано:

Открыть 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>

Опубликовано:
  • Автор

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

Опубликовано:
  • Автор

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

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

Опубликовано:

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

 

У вас дизайн резиновый, чтобы сделать фиксированным, достаточно указать фиксированное значение 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/

Опубликовано:
  • Автор

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

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

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

Опубликовано:

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

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

Опубликовано:
  • Автор

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

Опубликовано:

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

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

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.