Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#361 2007-05-19 21:32:42
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Great plug-in. :) I’m thinking about helping with documentation or something else to give back.
I’ve setup the zem_event here: www.chefgarret.com
He has several recurring events and I’ve noticed that while I can click on the date of a recurring event in the mini calendar and have zem_event_list show the items for that date with the correct date, when I click on event title to get the information for that event, the event shows the date of the next recurring event, instead of the date that I selected.
For instance, if I click on the 29th in the mini calendar, I get the events for the 29th. However, if I click on an event for the 29th, it shows the start date of the next upcoming event in the listing, which in this case is the 22nd.
Is this how it should behave or did I miss something?
Thanks!
Last edited by ywickham (2007-05-19 22:04:14)
Offline
#362 2007-05-20 00:12:36
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello, I want to know where can I translate this Event: Nuevo eventos Date: 24/05/07 Time: 12:25:00 to this: Evento: Nuevo eventos Fecha: 24/05/07 Hora: 12:25:00
I can’t figure out where can I change this.
Help me please.
Thanks In advance.
Offline
#363 2007-05-20 00:22:29
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Of this tag:
<txp:zem_event_list limit=“10” wraptag=“p” break=“br” />
Thanks in advance
Offline
#364 2007-05-20 00:36:30
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Done… I did it again. Ok, no more answers for now…
Offline
#365 2007-05-21 04:33:53
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
anyone used location
field to filter events by location?
I know you can type this sort of URL into the address bar events?location=montparnasse
and have zem_event only return events in that location
but I don’t know of a tag that lists all locations and hyperlinks them as above … for a sidebar, for example
Offline
#366 2007-05-21 06:20:27
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
nardo: I too wanted this but went ahead with Categories instead (setting upp Event categories for the most common cities). Never got the location thingie to work.
Offline
#367 2007-05-21 07:19:38
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
thanks anton … as there is a finite number of locations, I will handcode the list
Offline
#368 2007-05-22 03:57:16
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Anyone got an idea of how to make a list that calls only events that are either currently ongoing or in the future? I tried to use the date_from="today"
command but that doesn’t quite do the trick as my most (but not all) of my events span over midnight into the next day.
Basically, what would be really nice would be a time_from="now"
command but as I know nothing of coding the stuff, I’ve got no clue on how to implement this.
Simon.
Last edited by fostsi_1 (2007-05-25 20:43:25)
Change has a considerable psychological impact on the human mind. To the fearful it is threatening because it means that things may get worse. To the hopeful it is encouraging because things may get better. To the confident it is inspiring because the challenge exists to make things better. – King Whitney Jr.
Offline
#369 2007-05-22 04:51:43
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Simon – I think that’s default behaviour?? have you tried zem_event_list tag with no time/date attributes?
Offline
#370 2007-05-22 12:26:15
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
nardu: I’ve given it a whirl as you suggested using just this <txp:zem_event_list limit="8" >
so as to limit the results found. I’m still showing last night’s amazing event!
This is the code I currently have employed which would be great except it has last night’s event there: <txp:zem_event_list date_from="today" date_to="+8 days" >
Feel free to check out the particulars of my situation at my website. Please bear in mind that my events are recurring and so using the article time will defeat the purpose in using this system for me.
Last edited by fostsi_1 (2007-05-25 20:42:18)
Change has a considerable psychological impact on the human mind. To the fearful it is threatening because it means that things may get worse. To the hopeful it is encouraging because things may get better. To the confident it is inspiring because the challenge exists to make things better. – King Whitney Jr.
Offline
#371 2007-05-22 18:18:43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Anyone experimented with subcategories yet?
I’m trying to output a linked list of subcategories for just one particular category.
Something like
<txp:zem_event_categories category=“sample” subcat=“1” link=“1” />
Obviously, I just made up some attributes there…just to illustrate.
Any help would be appreciated.
—
Tom
Last edited by renobird (2007-05-22 18:19:52)
Offline
#372 2007-05-23 10:00:42
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I think you could use the txp:categories
tag instead with type="event"
but not in a position to test from here
Offline