Technology Tools for Ministry

Community

Web-Empowered Church User Community
All Categories > Ministry Tools > Map Extension > More info in Bubble
Total Posts: 18 - Pages (2): [1] 2
Author: Steve White
Posted: Feb 07 2008 - 09:14 PM
Subject: More info in Bubble
Hi,

I guess I am a dummy.

I read here about putting an image in the FE bubble, and weblink etc.

I can't get it.

I put this in both setup.txt (P1 & P2) but nothing happened

30 = IMAGE
30.file.import = uploads/tx_srfeuserregister/
30.file.import.override.field = image

Can someone give me a step by step on where I should put it.

My FE users page is 541 if that is relevant

All the normal info goes in.

I want to add a WWW link and image.

Hoping

Cheers

user picture Author: Christoph Koehler
Posted: Feb 13 2008 - 03:50 PM
Subject: re: More info in Bubble
Steve,

Sorry for the late reply!
You need to stick this TS into your template's TS Setup, either on the page with the map on it, or any page that is above that, most commonly the root page.
Add this:
CODE:

plugin.tx_wecmap_pi2.marker.description.10 {
  50 = IMAGE
  50.file.import = uploads/tx_srfeuserregister/
  50.file.import.override.field = image
}


To add anything else, just put the TS with the 50 stuff. So for the internet link, add this to it:
CODE:

60 = TEXT
60.field = www


Let me know if you have any more questions!

Christoph
user picture Author: Heiner Rhoden
Posted: Feb 26 2008 - 11:41 AM
Subject: re: More info in Bubble
Hello Christoph.

I always have trouble with image in bubble.

Image name ist stored in fe_user table.

fieldname = tx_mmforum_avatar

image is stored in uploads/tx_mmforum/

How must I modify TS for fe_user map to show the image?

I try:

50 = IMAGE
50.file.import = uploads/tx_mm_forum/
50.file.import.override.field = tx_mmforum_avatar

But it don't work

Can you help me ?

Thanks and greetings from Germany

Heiner
user picture Author: Christoph Koehler
Posted: Feb 26 2008 - 11:56 AM
Subject: re: More info in Bubble
Heiner,

That's odd. I tried the TS that I posted above and it works. Are you putting the TS in the right place? You may want to check the TS object browser and see if all looks okay.

Christoph
user picture Author: Heiner Rhoden
Posted: Feb 29 2008 - 12:59 PM
Subject: re: More info in Bubble
Hi Christoph.

It will not work

All infos are shown in the bubble, but not the picture

Here my TS, maybe you see the error (I HOPE)
plugin.tx_wecmap_pi2 {

apiKey =
height = 500
width = 500
controls.mapControlSize =
controls.showOverviewMap =
controls.showMapType =
controls.showScale =
userGroups = 4
pid = 274

zoomLevel = 6
centerLat = 53.075164
centerLong = 8.804668
mapName = Bikerstandorte


marker {
title = TEXT
title.field = username
title.wrap = <h2>|</h2>
description = COA
description {

100 = COA
100 {

105 = TEXT
105.field = zip
105.wrap = | &nbsp;
200 = TEXT
200.field = city
200.wrap = <p>| </p>

250 = TEXT
250.value = Motorrad
250.wrap = <H1>|</H1>

300 = TEXT
300.field = tx_mmforum_occ
300.wrap = | &nbsp;

400 = IMAGE
400.file.import = uploads/tx_mmforum/
400.file.import.override.field = tx_mmforum_avatar
400.wrap = <p>| </p>
}
}
}
}

Thanks for have a look

Heiner
user picture Author: Christoph Koehler
Posted: Feb 29 2008 - 02:57 PM
Subject: re: More info in Bubble
Heiner,

Try this for the description part:
CODE:

description = COA
description {

    100 = TEXT
    100.field = zip
    100.wrap = | &nbsp;
    200 = TEXT
    200.field = city
    200.wrap = <p>| </p>

    250 = TEXT
    250.value = Motorrad
    250.wrap = <H1>|</H1>

    300 = TEXT
    300.field = tx_mmforum_occ
    300.wrap = | &nbsp;

    400 = IMAGE
    400.file.import = uploads/tx_mmforum/
    400.file.import.override.field = tx_mmforum_avatar
    400.wrap = <p>| </p>
}


Christoph
user picture Author: Heiner Rhoden
Posted: Feb 29 2008 - 03:31 PM
Subject: re: More info in Bubble
Hello Christoph.

No result. I copy and paste your code, clear all cache. No picture.



Greeting
Heiner
user picture Author: Christoph Koehler
Posted: Feb 29 2008 - 03:41 PM
Subject: re: More info in Bubble
Heiner,

Can you make sure that the images actually exist? If you like you can send me an admin login to your TYPO3 install and I can also take a look and see if I can figure it out. My email address is in my profile.

Christoph
user picture Author: Heiner Rhoden
Posted: Feb 29 2008 - 04:13 PM
Subject: re: More info in Bubble
You got mail

Heiner
user picture Author: Christoph Koehler
Posted: Feb 29 2008 - 04:26 PM
Subject: re: More info in Bubble
Haven't got it yet. Odd. I will wait a bit longer but you may have to resend it.

Christoph
Total Posts: 18 - Pages (2): [1] 2
You must login to post a message to this conference.