Форуми / Cotonti / Extensions / [Release] Events and Calendar v2.0

<<<1234

Ported from Seditio

Kort
#46 31.08.2010 20:08
http://www.cotonti.com/downloads/plugins/news-events/calendar-plugin-forcotonti
Using pages for events seems more logical than a separate table since you got everything needed there (three date fields is more than enough). Plus you get all page-related benefits (search, comments, ratings, tags etc). "I'll be there" capability (if needed) can be provided by extrafields and (maybe) a small linking plugin.
SED.by - создание сайтов, разработка плагинов и тем для Котонти
BESTRAFER
#47 31.08.2010 22:29
# Kort : http://www.cotonti.com/downloads/plugins/news-events/calendar-plugin-forcotonti
спасибо! интересно будет сравнить

Добавлено 1 час 38 Минут спустя:

Kort
Посмотрел все логично...
а подскажешь как реализовать систему «Я пойду», «Я не пойду», «Возможно, пойду»?

и еще - можно как-то сделать повторяющееся событие? например, каждый 10 день месяца или каждый год?
Лучший способ рассмешить бога - рассказать ему о своих планах на будущее...

Відредаговано: BESTRAFER (01.09.2010 00:08, 13 років тому)
Kort
#48 01.09.2010 02:50
Imo, система «Я пойду», «Я не пойду», «Возможно, пойду» -- это надуманная и откровенно глупая фича, которая нужна только потому, что она была в плагине событий изначально. По логике здесь необходимо только "Я иду", что реализуемо плагином закладок, который в октябре мы выложим в коммерческих загрузках.
Реализации повторения событий могут быть разными -- надо думать. Если дальше интересно, пиши в личку.
SED.by - создание сайтов, разработка плагинов и тем для Котонти
GHengeveld
#49 02.09.2010 19:21
Please can you keep this topic in English? I can give support but only if you ask in English (Google Translate isn't reliable).
BESTRAFER
#50 02.09.2010 21:37
Conflicts with php 5.3:
Function ereg_replace() is deprecated - now is preg_repalce()
Tell me how i can fix it.. plz

$n_c = date("F",mktime(0,0,0,$n,1,$y));
$n_c = ereg_replace($n_c,$L_month[$n_c],$n_c);
$n_c .= date(" Y",mktime(0,0,0,$n,1,$y));
$n_p = date("F",mktime(0,0,0,$n-1,1,$y));
$n_p = ereg_replace($n_p,$L_month[$n_p],$n_p);
$n_p .= date("",mktime(0,0,0,$n-1,1,$y));
$n_n = date("F",mktime(0,0,0,$n+1,1,$y));
$n_n = ereg_replace($n_n,$L_month[$n_n],$n_n);
$n_n .= date("",mktime(0,0,0,$n+1,1,$y));

!!!!
----
wow.. its work when ereg_replace -> str_replace

$n_c = date("F",mktime(0,0,0,$n,1,$y));
$n_c = str_replace($n_c,$L_month[$n_c],$n_c);
$n_c .= date(" Y",mktime(0,0,0,$n,1,$y));
$n_p = date("F",mktime(0,0,0,$n-1,1,$y));
$n_p = str_replace($n_p,$L_month[$n_p],$n_p);
$n_p .= date("",mktime(0,0,0,$n-1,1,$y));
$n_n = date("F",mktime(0,0,0,$n+1,1,$y));
$n_n = str_replace($n_n,$L_month[$n_n],$n_n);
$n_n .= date("",mktime(0,0,0,$n+1,1,$y));

Fix it, plz, in archive (files: calendar_idx.php & calendar.php)
Лучший способ рассмешить бога - рассказать ему о своих планах на будущее...

Відредаговано: BESTRAFER (02.09.2010 21:58, 13 років тому)
aiwass
#51 20.04.2011 14:34

Is it possible to get dynamic $plugin_title = $L['plu_title']; just like in pages to this plugin?
I've tried a billion different things, but since I'm not a programmer, I surely could use some help.

Especially on plug.php?e=events&m=details&id=#### since there it's most vital.

Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks

https://evlear.com
Twiebie
#52 03.10.2011 01:18

Are there any updates regarding this plugin, and will this eventually be ported to Siena or is there something else useable for Siena?

esclkm
#53 03.10.2011 19:11

will be but some time later ( in one month by free way)))) Reason : in cot siena we start to use expire and begin for pages

littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
elfrenazo
#54 26.12.2011 04:09

replace in the. sql

TYPE=MyISAM

 

ENGINE=MyISAM

ok plugin

 

Twiebie
#55 21.09.2012 23:14

Any news on this for Siena, or is there something similar being developed for Siena?

<<<1234