Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#301 2007-04-07 02:28:01
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
jstubbs,
I am having issues with events howing also. I’ll be contacting alex about the issue. Per the JS, it should be in site/textpattern/js/
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#302 2007-04-07 06:56:51
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi Mathew – yes, I have the JS is the right place and I checked the file permissions. Its working, because the calendar pops up, but I can’t see the calendar icon/image.
Hopefully Alex can make a quick fix – can’t be a big problem. I did get a weird error when having TXP set to “testing”, let me see if I can find that….yes, here we are:
tag_error <txp:zem_event_mini_calendar class=“minical” class_event=“full” class_empty=“empty” section=“tournaments” /> -> Textpattern Warning: Unknown column ‘textpattern.ID’ in ‘where clause’
select zem_event_date.* from zem_event_calendar, zem_event_date, l10n_txp_es_es where zem_event_calendar.id=zem_event_date.event_id and zem_event_calendar.article_id = textpattern.ID and textpattern.Status >= 4 and textpattern.Posted <= now() on line 117
That comes from clicking on the left/right arrow in the mini-cal, or when I change the language in MLP…
Offline
#303 2007-04-07 12:20:43
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
jstubbs and others, can you please report any bugs with .33 and do me a favor of reverting back to versions .32, .31, and .30 to see if this affects the minical or largecal issues?
I am noticing that this is onlly affecting me on a dreamhost server. While it doesn’t seem likely that its related to that, please note some of those kinds of variables.
Thanks Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#304 2007-04-07 12:42:50
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Reverting did not solve my problems, anyone else?
This could mean that they have not been showing up for some time and I wasn’t paying attention :(
I’m simply using <txp:zem_event_calendar />
My events have been written both with categories and without categories.
I’m noting that its not just new dates that aren’t showing up for me now, but any older dates are missing.
I continue to inquire with Alex to address the problem.
Thx. Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#305 2007-04-08 11:34:52
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
zem wrote:
Regarding ‘?date=…’ URLs: the event list and calendar tags should be sensitive to that URL parameter, unless the tag attributes specify a particular date or date range.
Would it be trivial or hard to make the same thing with ?location=… ? My own hacking didn’t quite make it work :(
Offline
#306 2007-04-08 11:55:46
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
anyone else not seeing any events on the large calendar? Interesting bug :) Anyone else hosted with dreamhost?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#307 2007-04-08 17:18:33
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Mathew, I noticed the bug only with the mini-cal – but I did not try the large calendar yet. Since I am travelling until the weekend, unfortunately I can’t try the earlier versions to debug…sorry about that.
Offline
#308 2007-04-08 21:34:18
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I’m hosted with Dreamhost Matthew, and I’ll try the large calendar today and report back…
Offline
#309 2007-04-08 23:43:23
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
jstubbs: my best guess is that your error is caused by the MLP or a similar language mod. Specifically this:
select zem_event_date.* from zem_event_calendar, zem_event_date, l10n_txp_es_es
zem_event actually queries from zem_event_calendar, zem_event_date, textpattern
. If the MLP (or whatever it is) is going to change queries on-the-fly like that, it should change it to from zem_event_calednar, zem_event_date, l10n_txp_es_es AS textpattern
. Otherwise it’ll break join queries.
Alex
Offline
#310 2007-04-09 06:29:37
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Matthew,
I’m on Dreamhost, and just tried the large calendar – with mixed results.
Just using : <txp:zem_event_calendar /> on a page template gives me a slightly larger calendar than the mini cal.
Nothing like the big cal on your test site.
This means that the test event I put up totally screws the formatting (see here )
But that may also be something else I’m doing wrong, because I really don’t have a clue with this plugin yet… ;-)
Offline
#311 2007-04-09 07:00:34
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Neil: it’s just a matter of styling. The regular and mini calendars differ mainly in whether or not they display each individual event.
Alex
Offline
#312 2007-04-09 07:46:41
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
zem wrote:
Neil: it’s just a matter of styling. The regular and mini calendars differ mainly in whether or not they display each individual event.
‘K. Thanks Alex.. Thanks helpful to know… Need to spend some time working out the plugin this week.
Cheers
Offline