Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#349 2007-05-14 05:27:14
- billberry
- New Member
- Registered: 2007-05-14
- Posts: 1
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I was noticing that days with events starting at the beginning of the month were not displaying on the mini calendar -zem_event_mini_calendar. My solution was to reformat the dates in the $days array so that single digit days are formatted as ’2007-05-05’ instead of ’2007-05-5’. $my_day_of_month = ($dayofmonth<10) ? “0”.$dayofmonth : $dayofmonth; – that was my not-so-quick-to-pinpoint quick fix. hope this saves someone else a few hours.
Last edited by billberry (2007-05-14 05:50:38)
Offline
#350 2007-05-16 23:41:18
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
for me <zem_event_url />
outputs nothing; but <zem_event_url>Event URL</zem_event_url>
will output the correctly hyperlinked phrase “Event URL”
I would like to expose the event URL in the listing
can you do that?
Offline
#351 2007-05-17 11:53:48
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi all,
Is there any way to make $pretext[‘c’] only check in Category1? Or put otherwise, how do I keep the same list of related events on my article when setting both Category1 and Category2 as I get when only setting Category1? (no events at all come up when Category2 doesn’t match, does that take priority?)
Offline
#352 2007-05-17 17:35:49
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I see zem_event_mod and that it is at version 0.34.
Are there two branches (a zem_event and a zem_event_mod)?
Is a change log available?
Thanks
Mike
Offline
#353 2007-05-17 17:42:39
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
There is an auto_delete branch that has been modified to faciltate an auto_delete capabilty. What has been modified is the .34 release itself, a change log should be available for the normal release (.34) but probably won’t be for the auto_delete branch aside from the modification itself.
Offline
#354 2007-05-18 14:17:50
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
rsilletti
Thanks for the clarification/reminder. As soon as I read your response I recalled that there was an auto-delete version.
I apologize for my confusion:
— I saw the first post in the forum listed v 0.31 as current,
— had 0.33 installed,
— missed the announcement that 0.34 was out,
— thought both branches could be found at Google Code (but only saw one), and
— the download from Textpatterned Squared didn’t have a version number that I could see prior to downloading and unzipping.
I think I’m up to speed. At least for the moment. However, I have not been able to find a change log for the original branch either. Is there a link anyone can point me towards?
Thanks again
Mike
Offline
#355 2007-05-18 14:36:25
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
On a different topic:
As part of a redesign I’m working on, I installed wet_quicklink and zem_event. There appears to be a conflict between wet_quicklink (0.4.2) and zem_event (with both 0.33 and 0.34), at least on my machine.
When zem_event is on, the link for wet_quicklink disappears. When I disable zem_event, wet_quicklink shows up fine.
This happened with the latest versions of Safari, Firefox, Opera, and OmniWeb on Mac OS 10.4.9.
wet_quicklink’s author was not able to reproduce the problem in any of his browsers on Windows XP. He thought it might be a Mac issue. However, there was a follow up post that someone else was having the same problem in Firefox on Windows XP.
Both wet_quicklink and zem_event use jQuery. Not being well versed in javascript, I wondered if there was a conflict – especially since wet_quicklink pulls its version of jQuery from an external site, and zem_event from within textpattern. I modifed wet_quicklink to use the same jQuery file. That made no difference.
Anyone else experiencing this conflict?
Thanks
Mike
Offline
#356 2007-05-18 16:44:34
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
maverick – I believe you would need to use an SVN client to access the change logs, unlike Trac – googlecode doesn’t provide a timeline or logs thru the wiki that I know of.
Offline
#357 2007-05-18 16:48:33
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
rsilletti wrote:
maverick – I believe you would need to use an SVN client to access the change logs, unlike Trac – googlecode doesn’t provide a timeline or logs thru the wiki that I know of.
You do indeed need a client which is annoying. However the logs actually wouldn’t that useful because most of the updates were done by zem outside of the repo, so the majority of the logs are just me importing and branching.
Shoving is the answer – pusher robot
Offline
#358 2007-05-18 17:53:43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I’ll update the original post.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#359 2007-05-19 17:51:30
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello! I’m spanish speaker, so I try …
I’m newb. I’ve put a calendar in my site. This shows correctly the date of events in the calendar, but when I ‘click’ in the date, this goes to: zem_event_list/?date=2007-05-29 and there’s nothing there. It shows me 404 error. I don’t know where it is going.
Should I create a section with these name?
Hope you can help how When I clic in the day of the calendar, this shows me the Event or Article, like this: http://txp.squaredeye.com/zem_event_examples/?date=2007-03
thanks in advance.
Offline
#360 2007-05-19 18:43:47
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I did it. Thank you anyway!
;)
Offline