Jump to content

Запретить скачивание событий календаря

Featured Replies

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

В настройках группы пользователей стоят галочки только для пунктов "Просмотр календаря" и "Просмотр событий", остальные сняты.

Версия форума: IPS Community Suite 4.1.17.1

Link to comment
https://ipbmafia.ru/topic/16357-zapretit-skachivanie-sobytij-kalendarya/
Share on other sites

В ФТП перейти к applications/calendar/data/theme.xml - найти и удали:

<li class='ipsMenu_item'><a href='{{if $thisCalendar}}{$downloadLinks['iCalCalendar']}{{else}}{$downloadLinks['iCalAll']}{{endif}}'><i class='fa fa-download'></i> {lang="download_webcal"}</a></li>

 

@Silence, спасибо!

А может удалить всю конструкцию?

<ul class='ipsMenu ipsMenu_auto ipsHide' id='elCalendarSettings_menu'>
    <li class='ipsMenu_title'>{{if $thisCalendar}}{lang="with_calendar" sprintf="$thisCalendar->_title"}{{else}}{lang="with_all_calendars"}{{endif}}</li>
    <li class='ipsMenu_item'><a href='{{if $thisCalendar}}{$downloadLinks['iCalCalendar']}{{else}}{$downloadLinks['iCalAll']}{{endif}}'><i class='fa fa-download'></i> {lang="download_webcal"}</a></li>
    <li class='ipsMenu_item'><a href='{expression="str_replace( array( 'http://', 'https://' ), 'webcal://', $thisCalendar ? $downloadLinks['iCalCalendar'] : $downloadLinks['iCalAll'] )"}'><i class='fa fa-calendar'></i> {lang="subscribe_webcal"}</a></li>
</ul>

 

Только что, chatka сказал:

@Silence, спасибо!

А может удалить всю конструкцию?


<ul class='ipsMenu ipsMenu_auto ipsHide' id='elCalendarSettings_menu'>
    <li class='ipsMenu_title'>{{if $thisCalendar}}{lang="with_calendar" sprintf="$thisCalendar->_title"}{{else}}{lang="with_all_calendars"}{{endif}}</li>
    <li class='ipsMenu_item'><a href='{{if $thisCalendar}}{$downloadLinks['iCalCalendar']}{{else}}{$downloadLinks['iCalAll']}{{endif}}'><i class='fa fa-download'></i> {lang="download_webcal"}</a></li>
    <li class='ipsMenu_item'><a href='{expression="str_replace( array( 'http://', 'https://' ), 'webcal://', $thisCalendar ? $downloadLinks['iCalCalendar'] : $downloadLinks['iCalAll'] )"}'><i class='fa fa-calendar'></i> {lang="subscribe_webcal"}</a></li>
</ul>

 

никогда не бойтесь экспериментировать 

Да, сейчас попробую. :)

Неа, удалил, и так, и этак, все без изменений. (Кэш почистил.)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.