Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#481 2008-01-17 16:25:30
- jim_01
- Member
- Registered: 2008-01-17
- Posts: 35
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I need to be able to change the time from a zem_event_list listing. Currently it displays it like this: 11:00:00 which is way too much detail. It just needs to be 11:00pm
I know you can do it for individual events using the format tag, but how can it be done here also?
Thamnks!
Offline
#482 2008-01-17 18:16:32
- jim_01
- Member
- Registered: 2008-01-17
- Posts: 35
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Figured it out, just add form=“Form Name” to the single list tag and then edit the form as you want it to look. Cool!
Offline
#483 2008-01-21 09:20:28
- andedh
- New Member
- Registered: 2008-01-18
- Posts: 4
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
oops.. find it… ;)
Last edited by andedh (2008-01-21 09:22:03)
Offline
#484 2008-01-22 18:23:50
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello all.
I think I’ve seen this answered before…but I can’t seem to find it.
I’d like to remove the :
that follows the label
attribute.
I tried poking around the code…but quickly found I was out of my depth.
Any help would be appreciated.
—
Tom
Offline
#485 2008-01-22 20:47:13
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I think the sep
attribute controls that.
Shoving is the answer – pusher robot
Offline
#486 2008-01-22 20:55:57
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Ah!
Thanks Patrick. I thought it was very un-zem-like not to provide a way to control this.
Must have overlooked the sep
attribute. It’s been a while since I used zem_event
.
Thanks for the help.
—
Tom
Offline
#487 2008-01-30 06:15:34
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi Gang,
I’ve got a little glitch on a site I’m developing… I’m sure I’m just missing something in my code – but I just can’t wrap my head around what could be the problem…
http://www.tribecahebrew.org/textpattern/chalkboard/ – See the Upcoming Events widget? See how it displays a couple of events?
Now watch this:
http://www.tribecahebrew.org/textpattern/chalkboard/?pg=2 – When you go to the second page of articles, the Events disappear.
The code is in one template and it is this:
<txp:zem_event_list limit="5" wraptag="table" break="tr" class="events" >
<td class="date"><txp:zem_event_date /></td>
<td><a href="<txp:zem_event_permlink />"><txp:zem_event_name /></a></td>
<td class="btn"><a href="<txp:zem_event_permlink />"><img src="<txp:link_to_home />/assets/btn_info.png" alt="More Info" /></a></td>
</txp:zem_event_list>
I’d really really really really really appreciate if someone could suggest a solution for this… Am I missing some parameter in the zem_event_list tag?
Thanks for any help on this!
Dave
UPDATE: I worked around this problem temporarily by not allowing the news to paginate (so the second link above won’t work). I’m assuming that this problem has something to do with pagination interfering with the events list – but since I can find no documentation on zem_paginate – I have no idea how to fix it. Anyone?
Last edited by davebias (2008-02-01 22:45:31)
Offline
#488 2008-02-03 09:33:25
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Tried to install plugin both from zip (the first reply in this thread) and from google’s svn but in both variants i get
Badly formed or empty plugin code
I’m trying to install zem_event_v0.3.5.txt
file… What’s wrong?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#489 2008-02-12 06:49:31
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I have the same problem – using TXP 4.0.6 – error message – Badly formed or empty plugin code.
Offline
#490 2008-02-12 08:22:40
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Same problem I’ve been having with the custom fields plugin — could be to do with the size of the plugin?
Offline
#491 2008-02-12 09:01:38
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
@ Nick, are you having the problem with 4.0.6 only? I’ve had no problems with 4.0.5, just today when I tried 4.0.6 for the first time.
Offline
#492 2008-02-12 12:40:36
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Heh, I had slightly different problems with the same plugin under 4.0.5. But from a layman’s point of view, this particular issue does seem to be 4.0.6 related.
Offline