Jump to content

IP. Calendar как убрать и изменить?

Featured Replies

ipb 3.4.6

Как в модуле IP.Calendar:

1. Убрать - подписаться и скачать. (Везде смотрел)

post-23588-0-89659800-1416811306.png  

?

2. И можно ли изменить цвет у событий?

post-23588-0-54288400-1416811407_thumb.p

media="screen, print"

a {
  1. color: #F22764; //ЦВЕТ МЕНЯЕТ ВСЕ И СОБЫТИЕ И ЧИСЛА МЕСЯЦА
  2. text-decoration: none;
}
 

 

 

Link to comment
https://ipbmafia.ru/topic/9739-ip-calendar-kak-ubrat-i-izmenit/
Share on other sites

1. В шаблоне calendarMainContent найти и удалить 

<ul class='ipsList_inline ipsType_small'>
	<li>
		<a class='calendar_icon' href='{parse url="app=calendar&amp;module=feed&amp;section=output&amp;cal_id={$data['calendar']['cal_id']}" base="public"}' title="{$this->lang->words['download_this_calendar']}"><img src='{$this->settings['img_url']}/download.png' alt="{$this->lang->words['download_this_calendar']}" title="{$this->lang->words['download_this_calendar']}" /> {$this->lang->words['download_this_calendar']}</a>
	</li>
	<li>
		<a class='calendar_icon' href='{parse expression="str_replace( array( 'https://', '__' ), 'webcal://', $this->settings['base_url'] )"}app=calendar&amp;module=feed&amp;section=output&amp;cal_id={$data['calendar']['cal_id']}' title="{$this->lang->words['subscribe_this_calendar']}"><img src='{$this->settings['img_url']}/transmit.png' alt="{$this->lang->words['subscribe_this_calendar']}" title="{$this->lang->words['subscribe_this_calendar']}" /> {$this->lang->words['subscribe_this_calendar']}</a>
	</li>
</ul>

2. 

.cal.vevent a {
    color: #000000;
}
Link to comment
https://ipbmafia.ru/topic/9739-ip-calendar-kak-ubrat-i-izmenit/?&do=findComment&comment=74673
Share on other sites

Спасибо большое =)
1-е сделал.
А 2-е не могу найти

.cal.vevent a {
    color: #//////;
}

Это в  ipb_calendar.css ?

Edited by kimato

Link to comment
https://ipbmafia.ru/topic/9739-ip-calendar-kak-ubrat-i-izmenit/?&do=findComment&comment=74677
Share on other sites

А 2-е не могу найти
Это нужно самому добавить
Link to comment
https://ipbmafia.ru/topic/9739-ip-calendar-kak-ubrat-i-izmenit/?&do=findComment&comment=74678
Share on other sites

Спасибо, все работает  :hi:

Link to comment
https://ipbmafia.ru/topic/9739-ip-calendar-kak-ubrat-i-izmenit/?&do=findComment&comment=74679
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.