Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#433 2007-08-14 11:30:13
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Anton,
Wow. That was an old one :)
In many respects I see this as one of TXP’s shortfalls. We only have one content type in the write area.
Therefore something like events will often get redundancies. I’m certainly no “owner” of the plugin, so I’d be
willing to entertain a new interface.
By “feature”, do you mean that the removal of these redundant fields would be a feature?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#434 2007-08-14 13:39:21
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
ma_smith: hehe, I meant being able to set category=“parent-category” and have it show all children-categories of parent-category too, if you see what I mean.
Offline
#435 2007-08-23 00:44:56
- moslib
- Member
- Registered: 2005-08-11
- Posts: 39
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
what is the canonical location for the installable plugin? i.e. not the source code … not sure where to dload from to ensure latest (complete) version!
Offline
#436 2007-08-23 01:34:46
- moslib
- Member
- Registered: 2005-08-11
- Posts: 39
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
also, with Txp 4.0.5, what’s the current thinking about the jquery requirement? is it safe to point to the jquery bundled with Textpattern (and if so – how do you do it?) … or is it acceptable to have two jquery files in the install?
Offline
#437 2007-08-23 02:09:40
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
zem_event
zem_paginate
Should give you the most current plugin code.
Offline
#438 2007-08-23 04:53:17
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
moslib wrote:
… or is it acceptable to have two jquery files in the install?
It is perfectly acceptable. jQuery protects itself from being include more than once, so the first instance of the script will be used. Which one of those is the “first” instance depends on the source code order in the backend’s HTML.
Offline
#439 2007-08-28 12:23:28
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi,
I would like to link from Location to Map URL.
But if I use this <txp:zem_event_location_url><txp:zem_event_location /></txp:zem_event_location_url> than I can see Location only if the Map URL is set.
Is there any way how to show Location as plain text if there is no Map URL and show Location as link if the Map URL is set?
Thanks for help
Svacinka
Offline
#440 2007-08-28 23:31:59
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
you could use the chh_if_data plugin here, I think
Offline
#441 2007-08-29 06:39:18
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Thank you, chh_if_data plugin looks very useful.
Offline
#442 2007-08-29 09:09:02
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
Hi Nardo,
I’ve tried the chh_if_data plugin with zem_event, but it doesn’t seem to work – is it restricted to the core TXP tags?
Offline
#443 2007-08-29 23:02:03
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
oh yeah you are right decoderltd – seem to remember hitting this snag… something about the plugin doing two passes… maybe it would work on some of the simpler attributes of zem_event? svacinka – let us know if chh_if_data works for you in this instance!
Offline
#444 2007-08-30 10:17:40
Re: [plugin] [ORPHAN] zem_event [flexible integrated event management]
I use chh_if_data with no problem even for zem_event:
<txp:chh_if_data>
<txp:zem_event_location_url><txp:zem_event_location /></txp:zem_event_location_url>
<txp:else />
<txp:zem_event_location />
</txp:chh_if_data>
Offline