Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#181 2007-02-28 16:46:51

vorm
New Member
Registered: 2007-02-28
Posts: 5

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

I also get this error all the time:
tag_error <txp:zem_event_mini_calendar class="minical" class_event="full" class_empty="empty" section="zem_event_list" /> -> Textpattern Notice: niet bestaand tag attribuut: section on line 582

I have the Dutch version installed, but more or less it say that the attribute “section” is non-existent.

Offline

#182 2007-03-03 10:49:33

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

In case anyone is trying to download the plugin, its unavailable until I can resolve some file permission issues. :( Sorry for the inconvenience. I’ve switched hosts and something in the interim isn’t connecting :) (if you’ve had something similar happen to you, feel free to write with solutions) – I moved to (mt)

Matthew


Offline

#183 2007-03-03 12:21:23

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

Thanks, Matthew.

Offline

#184 2007-03-03 21:41:45

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

Issue resolved. All should be right with the world now. :)
The txp.squaredeye.com world that is…


Offline

#185 2007-03-06 16:54:01

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

BUMP

Just a gentle reminder. : )

Matthew wrote:

I’d really like to see the minical issue get fixed. We could use roughly $200+ for overall bug fixing so we can move on to more features for this plugin. If anyone is in a position to use this in a project for commercial purposes, please consider donating.

This plugin is really pretty amazing, and will be even more so once it’s completely fleshed out.
Please consider a small contribution to keep development/bug fixing moving along.

Cheers,

Tom

Offline

#186 2007-03-07 22:40:27

Anton
Plugin Author
From: Alingsås, Sweden
Registered: 2004-11-16
Posts: 138
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

Maybe I’m missing something, but I couldn’t find a way to make zem_event_location display its title, just its name, am I missing something? The location is e.g. goteborg = Göteborg but only the first name gets displyed using txp:zem_event_location. TIA!

Offline

#187 2007-03-08 20:52:25

jmk
Member
Registered: 2006-09-04
Posts: 49

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

i just quickly whant to share my experience:

i was not able to create an event, it always told me:

Warning: Invalid argument supplied for foreach() in /myhomepage/textpattern/lib/txplib_misc.php(512) : eval()’d code on line 1833

but after i had created a category and put my new event into that category, it no longer complaint.

i have to assign each event a category or it will not work. maybe that could be fixed, too?

thanks nonetheless for this really needed plug-in!

Last edited by jmk (2007-03-08 20:53:34)

Offline

#188 2007-03-08 22:02:59

jmk
Member
Registered: 2006-09-04
Posts: 49

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

also, is it possible to tell zem_event that i don’t need all the extra span tags around everything? i.e.

<span class=“zem_event_date”>Thu, 8-Mar-2007</span> <span class=“zem_event_time”>07:30</span>

that would really keep my code a little cleaner :)

i am soory – i found it, it was -where else? – in the help .rtf file.

you have to add

class=”“ wraptag=”“”

to each tag

Last edited by jmk (2007-03-08 22:11:40)

Offline

#189 2007-03-08 22:08:56

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

Just a guess, but all those span elements are probably set up in a form(s).
Try looking around Presentation > Forms

Offline

#190 2007-03-09 23:07:20

jmk
Member
Registered: 2006-09-04
Posts: 49

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

yeah, i found it. it’s all in the help file :)

another thing: is there a more elegant solution to showing a list of all events taking place this year (we are still small, so there are some, but not too many) than

<tag>Month</tag>
<txp:zem_event_list date_from=“2007-01-01” date_to=“2007-01-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-02-01” date_to=“2007-02-28” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-03-01” date_to=“2007-03-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-04-01” date_to=“2007-04-30” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-05-01” date_to=“2007-05-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-06-01” date_to=“2007-06-30” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-07-01” date_to=“2007-07-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-08-01” date_to=“2007-08-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-09-01” date_to=“2007-09-30” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-12-01” date_to=“2007-10-31” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-12-01” date_to=“2007-11-30” />
<tag>Month</tag>
<txp:zem_event_list date_from=“2007-12-01” date_to=“2007-12-31” />

but the problem is now, there are sometimes empty months – i might have some gigs in may and june, but none during july and september but what in my case would be displayed is:

May
_spectacular event
_spectacular event
_spectacular event
June
_spectacular event
july
august
_spectacular event
september
october
_spectacular event

so basically a <txp:zem_event_calendar_nav /> not with months but with years – that would be super cool, and make this fantastic plugin even better!

thanks,
jmk

Offline

#191 2007-03-10 02:47:25

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

jmk,
Cool, sounds like you’re trying to do some new things with the plugin! I like it.
If you’d like to see it grow, I suggest you think about how you can contribute :) (financially?)
or in testing more and more.

There are other coders besides Team Textpattern who would be able to adapt the code, and we are free to do that, but you need to round them up, or pay them :) Right now, this is a truly communal plugin. I expect Alex (Zem) will release it under his (pro) plan sometime soon, which will include more help files and then you could ask him under his support plan about stuff like this, but otherwise, we’re all in it together here.

I like what you’re thinking though? I wonder if you could use an if_different tag with this? I dunno. I don’t understand the structure of the if_diff tag enough to know what is required to make it operate correctly?


Offline

#192 2007-03-10 21:01:06

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]

Anyone using this plugin with the MLP? For me it does not work yet, as in, if I change the language to anything other than the default, it works fine (mini-calendar changes language ok), but when changing the mini-calendar month, the language changes back to the default language.

Not sure if MLP and zem_event play nice together so thought I would ask here to see if anyone got it working, and if so, how..?

Offline

Board footer

Powered by FluxBB