This forum is for churches and ministries using Web-Empowered Church tools or packages. If you are a WEC customer, please submit a ticket. If you are reporting a bug with one of our plugins, please email us. If you are a business entity and want help that you cannot find here, please look at our services.

Notice: we are using new forum software and most messages from last 2 years were transferred. If you had an account before, please login to post a message on the forum.

Topic with no new replies

events in wec_map_p3


Author Message
Written on: 10/11/2008
Deleted user Hi,

wec_map is really a great extension. But I got some problems I can't solve by myself.

I use wec_map_p3 with cal 1.1. The map ist fine and the address in the bubble too. But

1) The date in the events tab is wrong written, for example 01.27.2008 and not 27.01.2008
2) Only some old events are shown. It starts with the old events. There is no way to show all events or a group of selected events
3) Clicking on an event, the page with the list of events is shown but not the selected event.

Every hint is welcome icon_smile.gif
Kind Regards
Joe
Written on: 10/15/2008
Christoph Koehler
registered since: 10/24/2005
Posts: 383
Joe,

Maps simply allows other extensions to modify the content of the info bubble. It doesn't know what is shown, so you're better off asking this in the cal forum.
That said, this feature was more a proof of concept than a full fledged feature, so it's somewhat limited. The cal guys will be able to help you out there though.

Christoph
Written on: 11/11/2008
Philipp Hauffe
registered since: 06/20/2008
Posts: 13
I had the same problems, and I added this in constants of the template:
plugin.tx_cal_controller.pidList = 240 (this should be the ID where your data are stored)
plugin.tx_cal_controller.view = dateFormat = %d. %B %Y

All date formats in the cal-views are showed correctly as for example 27. April 2008, but the date in the info bubble of the map extension is not affected and still wrong: 04.27.2008
Does anybody have another idea where to look?
Written on: 11/14/2008
Philipp Hauffe
registered since: 06/20/2008
Posts: 13
[quote=Joe Berger]...

1) The date in the events tab is wrong written, for example 01.27.2008 and not 27.01.2008


I've found it: You have to go to line 719 in cal/static/ts/setup.txt

There you can change the date to : dateFormat = %d.%m.%Y

regards philipp
Written on: 05/15/2011
how to
registered since: 05/15/2011
Posts: 1
Hi,
can anyone help me to get the date and time to the bubble?
No prob to get the address and other fields from tx_cal_location but how to get the datas from tx_cal_event?
The addition to TS:

tables.50 {
table = tx_cal_event
title = COA
title {
50 = TEXT
50.field = start_date
50.wrap = <h2>|</h2>
}
}

doesn't work.
And btw how do I integrate a link to it? Like
50.wrap = <a href="index.php?id={$plugin.tx_cal_base_pi1.singleViewPID}&amp;tx_cal_event[uid]={field:uid}">date: | </a>
?
icon_eek.gif
thanks in advance