Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#391 2007-07-16 06:39:14

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

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

decoderltd wrote:

Hi Matthew,

I’ve just updated to 4.0.5 as well and the date picker isn’t working – both js files (jquery.js & datePicker.js) are present.

I’m having the same problem with the date picker not working. When I click on the datepicker icon nothing happens and I get the following error:

jQuery("<a>").href is not a function datePicker.js (line 12)

I’m using txp 4.0.5 also.

Offline

#392 2007-07-16 07:05:57

tinyfly
Member
From: Dallas, Texas
Registered: 2004-05-10
Posts: 462
Website

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

I downloaded the latest revision of version 1 of datepicker.js and that seemed to do the trick the picker popups now work again.

Offline

#393 2007-07-16 09:02:41

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

tinyfly wrote:

I downloaded the latest revision of version 1 of datepicker.js and that seemed to do the trick the picker popups now work again.

i’ve tried that but without success…

Offline

#394 2007-07-16 09:50:03

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

it’s the first time i’m using this plugin and i’m having a bit of a hard time here. by now i’ve read through all documentation available and scanned the entire thread but i can’t find a solution to my problem:

zem_calendar_nav isn’t adding the “?date=…” part to the prev/next links. the links just look like this: <a rel="prev" class="prev" href="http://my.domain.tld/events/">&larr;</a> when i manually add the date part to the end of the URL it’s working as it should. anyone else stumbled over this or has an idea to what it could be related to?

Offline

#395 2007-07-16 10:02:47

decoderltd
Member
From: London
Registered: 2006-06-20
Posts: 248
Website

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

tinyfly wrote:

I downloaded the latest revision of version 1 of datepicker.js and that seemed to do the trick the picker popups now work again.

Thanks tinyfly, that worked for me too.

Offline

#396 2007-07-16 12:35:48

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

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

sven,
What kind of server are you on?
What level PHP?
Anything that might suggest why you’re having specific issues?

Can you test locally and see if the problem persists?


Offline

#397 2007-07-16 13:31:50

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

thanks for your reply, matthew. it’s indeed working on my test install (same server environment). I’ve narrowed the problem down to gbp_permanent_links. There seems to be a conflict although, from my understanding the calendar part shouldn’t be affected by any of my custom permanent link rules.

for the calendar display, i’ve set up a section called “events” and the events are associated to articles in the section “news”, the events section is solely used for displaying the calendar. and the corresponding permanent link rule is limited to “news”. hmm. i guess i have to investigate further…

Last edited by sthmtc (2007-07-16 13:38:35)

Offline

#398 2007-07-16 13:39:42

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

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

sven,
Good to know. Thanks for your investigating. Let us know what you find out.

Matthew


Offline

#399 2007-07-16 19:26:32

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

ma_smith wrote:

Let us know what you find out.

i still don’t know what caused the conflict but graeme told me to wrap <txp:gbp_disable_permlinks> .. </txp:gbp_disable_permlinks> around the calendar nav which solved the issue…

Offline

#400 2007-07-16 19:47:08

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

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

that Graeme!
He’s one of my favorite people around here. Smart too!

Cool. Glad that worked for ya.

Matthew


Offline

#401 2007-07-17 02:21:10

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

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

FYI,

zem_event has been updated to 0.3.5.

Changes:
  • zem_event_list now supports a section attribute, contributed by bernard.
  • datepicker.js has been updated to the latest version so hopefully conflicts will go away.

The updated files are in the svn repo and I have sent Matthew a zip to update the main download link. Again if anyone wants svn access please just contact us.

Last edited by hakjoon (2007-07-17 15:12:39)


Shoving is the answer – pusher robot

Offline

#402 2007-07-17 11:55:40

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

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

Done and work again ;) thanks

Offline

#403 2007-07-17 14:57:31

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

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

txp.squaredeye.com has been updated as well with the new Zem_event.


Offline

#404 2007-07-19 16:40:13

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

is it possible to get the location dropdown back in the newer zem_event? i created a form called “zem_event_location” but can’t remember how i have to insert my pre-defined locations.

EDIT: i’ve found the content of zem_event_location in some old test txp installation of mine, yet the location dropdown is not coming back. i had a quick glimpse at the plugin code and to me it looks like it’s looking for the form and if it exists it should build the dropdown? but that’s not working here…

EDIT2: nevermind, it was just me, stupidly misspelling the form name! sorry!

Last edited by sthmtc (2007-07-20 00:08:49)

Offline

#405 2007-07-20 00:24:16

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

nardo wrote:

thanks anton … as there is a finite number of locations, I will handcode the list

how does everyone setup their “filter by location” / “filter by category” link? is handcoding really the only option we have? and if yes, how do you assemble the link. because the links have to change wether we’re already in ?date=2007-08 or not…

i was just about to handcode the links when i’ve stumbled over this… i can’t link to ?c=category because that will result in a 404 if we’re already in a specific month… category and location link lists for filtering purposes would be incredibly handy! i’d gladly pay some money for it too.

Offline

Board footer

Powered by FluxBB