gpt4 book ai didi

joomla-extensions - 删除 DPCalendar Lite 日历列表中的 ical 下载链接

转载 作者:行者123 更新时间:2023-12-02 03:13:59 25 4
gpt4 key购买 nike

我想从 DPCalendar Lite ( illustrative bit of screen shot here ) 的日历列表中删除 ical 下载链接,但找不到为此的配置选项。有没有办法在不编辑源代码的情况下做到这一点?感谢您提供任何提示。

最佳答案

好吧,如果有一个配置选项,我还是很喜欢,但是对于任何其他想要这样做的人来说,要修改的代码在

/com_dpcalendar/site/layouts/calendar/calendarlist.php

从第 49 行开始,删除或注释掉:

    <?php
if (!$calendar->external)
{ ?>
[ <a href="<?php echo DPCalendarHelperRoute::getCalendarIcalRoute($calendar->id)?>">
<?php echo JText::_('COM_DPCALENDAR_VIEW_CALENDAR_TOOLBAR_ICAL')?>
</a> ]

<?php if (!DPCalendarHelper::isFree() && !JFactory::getUser()->guest)
{
?>
[ <a href="<?php echo trim(JUri::base(), '/') . '/components/com_dpcalendar/caldav.php/calendars/' . JFactory::getUser()->username . '/dp-' . $calendar->id?>">
<?php echo JText::_('COM_DPCALENDAR_VIEW_PROFILE_TABLE_CALDAV_URL_LABEL')?>
</a> ]
<?php
}
}
?>

关于joomla-extensions - 删除 DPCalendar Lite 日历列表中的 ical 下载链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38173270/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com