Quote:
Originally Posted by Falcon Capt
I inserted the $post[findme] in my legacy postbit and it works properly.
What I would like to do is have it display a small icon instead of a text link ("My location") in the postbit. I would like to have this icon be the "button" that is pushed to cause the map to come up and display that persons marker.
|
We had the same thing, we have those nice little icons for msn, aim, etc.. and wanted to add a nice image for map, instead of that text.
What to do:
go to ur forum-database.
Find in table phrases (or vb3_phrases, whatever u have) the record with the varname:
vbgooglemapme_findme
If u found that record, edit the
text from:
My location to something like:
<img src="images/globe.gif" border=0 title="My location" />
Save it and u're done there...
U'll notice nothing changed in the forum yet.. That's because that weird cashe or w/e isn't updated.
To update this, go in ur adminpanel to
search phrases and search for
<img src="images/globe.gif" border=0 title="My location" />
Then press the edit-button.
And after that click the save-button. (nothing changed, just press save)
From now on u'll see the image
PS, instead of image, u can use other html, like <button onclick=...>My location</button> if u want a button
If u can't access ur db, u can edit all ur html in teh postbit-template of course..
Quote:
Originally Posted by stonyarc
Make sure you upload the images to all your styles.
Also in the backend (admincp) you have to select what image is linked to what usergroup and if the usergroup should appear or not.
|
We also noticed, that when u add ur location, and use html, like <br /> it parses it all wrong, and u won't see ur icon on them map
:bunny:
Now we got the following problem
When u added urself it goes fine..
But when u want to edit ur location, the following things are missing/empty:
- The map to zoom in with is gone

- The BB-code text-fields are empty.
Anyone got a solution ?
I think it is in the
vbgooglemapme_display_yourlocation template...