Skip to content

Мобильная тема и вход в IP.Downloads

Вот есть IPB 3.4.9 и Файловый архив к нему.

В мобильной теме - нету вкладки для входа в Файлы.

Там вкладки/кнопки «Пользователи», «Форумы», «Обновления статуса», «Поиск», и т.п.

Поставил например Блоги - и обнаружил что вот блоги (Дневники) во вкладках мобильной темы появились.

post-59666-0-53555200-1497822841_thumb.jpg

А вот файловый архив - не хочет там появляться.

Хотя если в него по десктопным ссылкам войти - то он в телефоне работает, и тема у него тоже мобильная.

 

Что делать? Как в мобильной теме приделать вкладку (кнопку) для входа в Файлы?

Featured Replies

В мобильной версии мню построено вручную.

Шаблон globalTemplate. Часть кода

					<if test="hasMemberList:|:$header_items['applications']['members']['app_show']">
					<li id='nav_members'><a href='{parse url="{$header_items['applications']['members']['app_link']}" seotitle="{$header_items['applications']['members']['app_seotitle']}" template="{$header_items['applications']['members']['app_template']}" base="{$header_items['applications']['members']['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle('members') )"}'><span class='icon'></span>{IPSLib::getAppTitle('members')}</a></li>
				</if>
				<if test="hasForums:|:$header_items['applications']['forums']['app_show']">
					<li id='nav_forums'><a href='{parse url="{$header_items['applications']['forums']['app_link']}" seotitle="{$header_items['applications']['forums']['app_seotitle']}" template="{$header_items['applications']['forums']['app_template']}" base="{$header_items['applications']['forums']['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle('forums') )"}'><span class='icon'></span>{IPSLib::getAppTitle('forums')}</a></li>
				</if>
				<if test="hasBlog:|:$header_items['applications']['blog']['app_show']">
					<li id='nav_blog'><a href='{parse url="{$header_items['applications']['blog']['app_link']}" seotitle="{$header_items['applications']['blog']['app_seotitle']}" template="{$header_items['applications']['blog']['app_template']}" base="{$header_items['applications']['blog']['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle('blog') )"}'><span class='icon'></span>{IPSLib::getAppTitle('blog')}</a></li>
				</if>
				<if test="hasGallery:|:$header_items['applications']['gallery']['app_show']">
					<li id='nav_gallery'><a href='{parse url="{$header_items['applications']['gallery']['app_link']}" seotitle="{$header_items['applications']['gallery']['app_seotitle']}" template="{$header_items['applications']['gallery']['app_template']}" base="{$header_items['applications']['gallery']['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle('gallery') )"}'><span class='icon'></span>{IPSLib::getAppTitle('gallery')}</a></li>
				</if>
				<if test="hasNexus:|:$header_items['applications']['nexus']['app_show']">
					<li id='nav_nexus_store'><a href='{parse url="app=nexus&module=payments&section=store" base="public" seotitle="store" seotemplate="app=nexus"}'><span class='icon'></span>{$this->lang->words['mobile_nexus_store']}</a></li>
					<li id='nav_nexus_ca'><a href='{parse url="app=nexus&module=clients" base="public"}'><span class='icon'></span>{$this->lang->words['mobile_nexus_clients']}</a></li>
				</if>

Как видите здесь пользователи, форумы, блоги, галерея, магазин.

Добавляйте фалы по аналогии.

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.