Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#541 2008-03-08 06:17:51
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Earlier releases contain complete file availability, this link should get you the compiled txt code for zem_paginate. If you are missing anything else i would go back to those earlier releases on the google code project for them, the only file that changed per version was zem_event itself.
Offline
#542 2008-03-14 02:12:15
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello everybody!
I have this: http://img223.imageshack.us/my.php?image=pruebadd4.gif check it out please.
And I want to change the text, in fact, remove the Event:
first letter of every event title. I tried out all I know and nothing seems to make it work.
Any idea?
Thanks in advance.
Offline
#543 2008-03-14 02:32:29
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Have you tried looking inside your zem_event_display form at the zem_event_name tag “label” attribute? It appears from the installation code that that is where that particular text is being drawn from. If I understand you correctly you want not to use the word “Event” at all, not using the label attribute should return an empty value for that (empty is the default setting). The colon may remain, however, and I haven’t found the source of that yet – it would look clumsy that way.
Offline
#544 2008-03-14 03:05:36
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I believe the sep attribute defines the colon. Colon is the default value.
Shoving is the answer – pusher robot
Offline
#545 2008-03-14 03:28:00
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Yes, I think using label=""
and sep=""
should do the trick.
Offline
#546 2008-03-14 04:02:32
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hello, thanks for answer!
I’ve tried looking inside zem_event_display
form but I just see this:
<txp:zem_event_permlink wraptag="" ><txp:zem_event_name label="Evento" /></txp:zem_event_permlink>
<txp:zem_event_date label="Fecha" wraptag="" />
<txp:zem_event_time label="Hora" wraptag="" />
I change it many times, with no results, I’ve added this <txp:zem_event_name label="Evento" sep="" />
as you said. But nothing happens. I still see Event: (in English) and Time: (in English too)
Any ideas else?
Thanks in advance!
UPDATED:
I have found what I was looking for… zem_event_cal_entry
form. Thanks :D Sorry.
Last edited by robhert (2008-03-14 04:05:21)
Offline
#547 2008-03-14 11:16:43
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Does anyone know how much work it would be to allow the ability to delete odd dates in a recurring list?
Offline
#548 2008-03-18 07:47:50
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Anyone successfully managed to make an iCal feed using zem_event?
Offline
#549 2008-04-01 14:35:00
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi everyone,
I’m using zem_event to list a series of matches for a club site. It all works fairly well except that I can’t get zem_event_category
into my sort options. I have events displayed in a table using the <txp:if_different>
tag to create a hierarchy. My current code is:
<table>
<txp:zem_event_list limit="999" form="cltc_event_table" section="calendar" label="Forthcoming Fixtures and Events" labeltag="h3" wraptag="" sort="Category1 asc,zem_event_date.event_date asc,zem_event_date.event_time asc" />
</table>
I need zem_event_category to be first in the sort hierarchy. Textbook says that sort “can thus contain every table row of the textpattern database table” I’ve tried zem_event_category.k1 asc
, zem_event_category asc
, etc but they all throw up errors.
Can anyone please help?
Last edited by decoderltd (2008-04-25 10:30:27)
Offline
#550 2008-04-03 03:20:51
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Has anyone used jmc_event_manager? I’m considering it as an alternative to zem_event and wondering if it has similar capabilities.
Thanks.
Offline
#551 2008-04-07 21:39:59
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Am I the only one who’s having trouble installing 0.3.5? My textpattern install complains, “Badly formed or empty plugin code.”
Offline
#552 2008-04-07 22:02:28
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Are you downloading the plugin file or the php file? To get the plugin file, go to the googlecode project download page and download it from there.
download page
Offline