Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#409 2007-07-20 17:49:29
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
paul,
Not supposed to :), but it would be helpful. Glad you found a solution. Thx.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#410 2007-07-20 18:08:55
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
The decompiled plugin source should be tagging along with all the zem_event zips. If you don’t want to get setup with svn you can always send me the modified version and I can merge it all together, update the repository and bump up the release number.
Shoving is the answer – pusher robot
Offline
#411 2007-07-20 18:24:38
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi Mathew,
By saying supposed to I meant, I dint know that it is better to post it in Google Code project rather then posting it here. Ya, Rasel is excited and he is learning how to submit. =D
Hi Patrick,
Honestly, I have no idea what you are talking about. =( I am quite a newbie here. I have started to use the forum today only. I hope what you are talking will make sense later on when I read more.
A side note, you all are very friendly people. Very nice forum. =D
Offline
#412 2007-07-24 14:10:31
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
This might seem kind of minor, but I was wondering if it was possible to change the search form to make it validate. I’m getting errors because there is not action specified for the form, and because of the []‘s in the names.
I don’t really know much about this. Can anyone help?
Other than that it is working great. You can see it here
Also, can I add a request for more extensive options for repeating dates. I mostly just need the ability to have events repeat every other week, although I’m sure all of the options that Google calendar offers would be great too.
Thanks so much for the plugin, and I’m hoping to pitch in with documentation when I get a sec.
Offline
#413 2007-07-24 14:24:06
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
lreynolds,
I’m glad you’re enjoying the plugin! :)
If you’d like to see some of those changes made, can you first be more specific about the output your looking for. Every bit of work done for us, is helpful. Second, this is a hefty plugin and could really use funding to continue to grow. Some other plugins don’t but this one likely will, since the folks who know it best are busy trying to make ends meet :)
If you care to, email me, and we can talk in detail more.
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#414 2007-07-25 15:22:12
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I was wondering if someone can help me with this…
I’m running a tennis site and I need to list Coaching sessions by day of the week (Monday, Tueesday, etc) rather than specific dates. As they repeat each week I picked a start date that’s on the correct day and then use txp:zem_event_date format="%A" />
as a header. I then pick an end date far into the future – this stops the event disappearing once the start date has passed. My tag is:
<txp:zem_event_list section="coaching"
limit="999" form="cltc_coaching_table" label="Coaching Schedule" labeltag="h3" wraptag="" sort="zem_event_date.event_date asc,zem_event_date.event_time asc" />
However, on my calendar this shows coaching sessions repeating everyday, so not ideal! A better way is to have the events repeating every 1 week until a finish date – but this create a list (txp:zem_event_list
) with every single date listed whereas I want only one (or the next date that the event is due on). The limit tag applies to the entire list so won’t work unless I count the number of events and use that, but there are new sessions being added/deleted all the time.
Anybody got a possible workaround?
Offline
#415 2007-07-26 05:42:23
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Is it possible to exclude categories?
I would like to use zem_event_list and exclude only 1 category and show all the rest no matter what categories are added in the future.
Refresh Dallas and other Refreshing Cities.
Offline
#416 2007-07-29 23:07:09
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Jeff,
At this point, I don’t believe the plugin has been built to accomadate exclusion, and even though I procurred this from Zem in the first place, I haven’t used it as much as I would have liked :)
I would imagine that this could be pulled together with relative ease for anyone who knows the plugin?
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#417 2007-08-01 01:30:44
- sparkybarkalot
- Member
- Registered: 2004-10-13
- Posts: 43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I’m trying to install zem_paginate from the latest zem_event download (0.3.5) on a local install of TXP 4.0.5, and I’m getting the following error: “Badly formed or empty plugin code”.
Zem_event installed without any problem.
I’ve seen this issue posted about other plug-ins, but no working solution that I can find. Someone mentioned a fix by altering the plug-in table so it accepts larger plug-in text, but I’m not keen on altering the database. Someone else mentioned “splitting up” the plugin, but I have no idea how to do that.
Has anybody else had this problem and/or have a solution? Thanks for any suggestions!
Offline
#418 2007-08-01 03:51:22
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
zem_paginate isn’t very large, certainly not large enough to exceed TXP’s size limits. You might try pasting the code into a text editor first to ensure you have it on a clipboard.
Offline
#419 2007-08-01 04:39:40
- sparkybarkalot
- Member
- Registered: 2004-10-13
- Posts: 43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
rsilletti,
Thanks for the reply. Good thought, but that was the method I used to do it and it didn’t work. Any other ideas?
Offline
#420 2007-08-01 12:53:09
- sparkybarkalot
- Member
- Registered: 2004-10-13
- Posts: 43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Might the problem have something to do with the fact that it’s zem_paginate.php is just a PHP file, with no mention of anything related to a plugin name, version, etc in it? It only contains two functions zem_newer and zem_older, but no other information except comments at the bottom in a —- PLUGIN METADATA —- section. Thanks for anyone’s help… I’d really love to be able to try out zem_event, but I apparently need zem_paginate and can’t get it installed.
Offline