Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#517 2008-03-03 17:31:13
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
hakjoon wrote:
Date picker widgets don’t work for me either.
Unrelated but I had an issue regarding the clickable numbers in the minical below 10 not working or taking me to incorrect links and I posted a fix that I don’t think has been rolled in (or perhaps it wasn’t a good fix after all?!)
Anyone else want access to the google code site?
Sure, add me please. If you need an account for me, you can use the same gmail account I use for Launchpad.
Last edited by Bloke (2008-03-03 17:32:04)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#518 2008-03-03 17:39:26
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Date picker works for me. I did change the jquery link to Textpatterns in built one.
Offline
#519 2008-03-03 21:59:40
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Quick user question how are people handling events where one or two dates in a sequence are at a different time? There is no way to adjust individual dates is there?
Also how do I display a “what’s on today” list?
Last edited by FireFusion (2008-03-03 22:14:17)
Offline
#520 2008-03-03 23:19:11
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
using this to show events for today and tomorrow:
date_from="today" date_to="tomorrow"
not sure understand what your first question is – firefusion
Offline
#521 2008-03-03 23:24:11
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Many thanks to maverick – the compressed files installed fine so if anyone else is having the ‘badly formed…’ problem when trying to install – make sure to give the compressed files a go. If you’re going to use the minical, also make sure to refer to this post about the PHP fix.
Offline
#522 2008-03-04 00:45:45
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
FireFusion wrote:
Quick user question how are people handling events where one or two dates in a sequence are at a different time? There is no way to adjust individual dates is there?
Is this the type of situation you mean?
You have a reoccurring event that usually takes place at 2:00 p.m. every Tuesday for 6 weeks. However, in the third week you need it to take place at 1:00 p.m. on Wednesday.
If, so, I don’t believe the plugin is currently capable of handling that situation.
damienbuckley wrote:
Many thanks to maverick
Your welcome :)
Mike
Offline
#523 2008-03-04 00:58:15
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I’m not a coder, but I can help w/ the tidying up a bit :P I thought I’d collect the bug reports, fixes, and requests to-date in one spot.
- MiniCal fix by Rasel
- MiniCal fix2 by Bloke
- Package compressed and uncompressed versions of the plugins at the main download locations
- Ensure full compatibility with Txp 4.0.6
- Update plugin to use the latest version of jQuery
- Use the jQuery packaged w/ Texpattern
- Identify and fix intermittent date picker bugs
- Consider updateing to v.2 of jQuery date picker (?)
What have I missed or needs to be added?
Mike
Offline
#524 2008-03-04 02:00:39
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Great to see some action on this finally and as I’ve stated before, I’m happy to contribute resources and / or cash, assistance to further the cause if required.
Offline
#525 2008-03-04 04:44:25
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
maverick wrote:
What have I missed or needs to be added?
better way of dis[laying recurrent events on their individual event page – currently I think all the event information is repeated as many times as the event recurs
Offline
#526 2008-03-04 04:50:45
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Could if_different work for something like that?
Shoving is the answer – pusher robot
Offline
#527 2008-03-04 06:18:33
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Thanks nardo and maverick for your answers. Is a shame individual dates can’t be edited :-P
maverick i’d put that list of issues in the bug tracker so it doesn’t get lost.
The jQuery was an easy fix and i’m sure datePicker .2 will be too. It looks better as you can jump years quickly.
Offline
#528 2008-03-04 14:38:32
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello to all!
I have this <txp:zem_event_date label="Date" wraptag="" format="%d %B" />
how can I add and <span>
tag to %d
and %B
so I can see:
a day (%d) of blue and the month (%B) of red (example)
Is there a way?
Thanks in advance.
PS. Sorry for my bad English, again…
Robhert.
Offline