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

Как скрыть кнопку с определенных страниц?

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

Есть кусок кода, который отображает кнопку на страницах форумов (подфорумов) и на страницах тем отдельного подфорума. Как его скрыть через условие в коде с определенных страниц?

 

{{if ( settings.bim_tthumb_forum == '0' OR in_array( $forum->id, explode( ",", settings.bim_tthumb_forum ) ) ) OR ( settings.bim_tthumb_gallerymode == '0' || in_array( $forum->id, explode( ",", settings.bim_tthumb_gallerymode ) ) )}}
<li>
<a href="{url="app=core&module=system&controller=plugins&do=toggleThumb"}" class="ipsButton ipsButton_medium ipsButton_fullWidth ipsButton_link" id="toggleThumb">
	{{if member.tthumb_off==1}}{lang="bim_tthumb_showon"}{{else}}{lang="bim_tthumb_showoff"}{{endif}}
</a>
</li>
{{endif}}

 

Сейчас отображается на страницах вида:

/forums/forum/1-vaishnava-forum-russian/ - нужно кнопку скрыть

/forums/forum/27-vaishnava-forum-english/ - нужно кнопку скрыть

/forums/forum/24-articles/

Изменено пользователем Zero108

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

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

Судя по коду, в настройках можно выбрать, в каких форумах показывать кнопку.

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

Разобрался.

Изменено пользователем Zero108

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

Замените первую строку на

{{if !in_array($forum->id, array(1,27))}}

чтобы скрыть кнопку в форумах с ID 1 и 27

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

Сейчас на странице 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.