[TYPO3-german] WEC_MAP und Calendar Base
Dominic Garms
djgarms at gmail.com
Mon May 2 02:51:20 CEST 2011
Hi Jörg,
hast du zuerst die api und dann das table template von we_maps
eingebunden? Bei mir sieht das ts für das Anzeigen der Maps für die
tt_news Elemente folgendermaßen aus:
config {
#These settings are needed for proper rendering of map
xhtml_cleaning = 0
}
plugin.tx_wecmap_pi3{
zoomLevel = 2
# enable more markers than 50
static.extent = each
static.limit = 100
tables.10{
table = tt_news
select = uid,title,short,image
where = {$plugin.tx_wecmap_pi3.where_clause}
join = INNER JOIN tt_news_cat_mm ON uid_local = uid
title = COA
title{
10 = TEXT
10{
field = title
insertData = true
typolink.parameter = {$plugin.tt_news.singlePid}
typolink.additionalParams = &tx_ttnews[tt_news]={field:uid}
typolink.additionalParams.insertData = 1
wrap = <h3>|</h3>
}
}
description = COA
description {
10 = TEXT
10 {
field = short
crop = 400 | ... | 1
wrap = <span>|</span>
}
5 = IMAGE
5 {
file {
import = uploads/pics/
import.override.field = image
maxW = 120m
maxH = 100m
}
imageLinkWrap = 1
imageLinkWrap {
enable = 1
typolink.parameter = {$plugin.tt_news.singlePid}
typolink.additionalParams = &tx_ttnews[tt_news]={field:uid}
typolink.additionalParams.insertData = 1
}
}
}
}
}
Im Prinzip müsste das bei dir auch so funktionieren, nur eben mit der
tx_cal_organizer Tabelle. Stimmt denn das Mapping überein, sind denn
street, city country etc. genau so in der Tabelle enthalten?
Schöne Grüße
Dominic
More information about the TYPO3-german
mailing list