[TYPO3-english] Customizing Info Bubble of wec_map

Michael Cannon mc at aihr.us
Sun Jul 31 09:16:25 CEST 2011


Joe,

It sounds like you're overriding the default TS. As such, you might consider
clearing your description box before you customize it. See the `10 >` below.

description {
  # remove prior settings
  10 >
   10 = COA
   10 {
...

--
Michael Cannon
President, Aihrus
Taiwan +886 (0)916 526 059
US +1 (617) 539-6072

Over 10 Years of Professional TYPO3 Support @ http://aihr.us





On Sat, Jul 30, 2011 at 4:46 AM, Joe Berger <joe.berger at gmx.de> wrote:

> Hi,
>
> I try to customize the info bubble of wec_map with this TS:
>
> plugin.tx_wecmap_pi1.marker {
>  title = COA
>  title {
>    10 = TEXT
>    10.field = title
>    10.wrap = <h4>|</h4>
>  }
>  description = COA
>  description {
>    10 = COA
>    10 {
>      10 = TEXT
>      10.field = street
>      10.wrap = | <br/>
>      20 = TEXT
>      20.field = zip
>      20.wrap = |
>      30 = TEXT
>      30.field = zone
>      30.wrap = | &nbsp;
>      40 = TEXT
>      40.field = city
>      40.wrap = |
>    }
>    10.wrap = <p>|</p>
>   20 = TEXT
>   20.field = phone
>   20.wrap = <p>|</p>
>  }
> }
>
> plugin.tx_wecmap_pi1 {
>  markers.1 {
>    title = xxxx
>    description = xxxxx
>    street = xxxx
>    zip = xxxxx
>    city = xxxx
>    country = xxxx
>  }
>  markers.2 {
>  (...)
> }
>
> This is the output:
>
> name
> street
> zip city
> city, zip
> country
>
> I wonder, where 'city, zip' comes from? What did I miss?
> Thanks for any hints.
>
> Regards
> Joe
>
> TYPO3 4.5.4, wec_map 2.3.5
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list