×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Modifying where the

Modifying where the 13 years 4 months ago #11015

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Hi I was wondering Im looking through the code for the location where the "more" link is pulled through so that I can modify it and change the target to _top as I open the map in an iframe on one of the website pages could you possibly give me an idea where the code is as I cannot seem to see the location of this particular bit.

The other bit I cant find is how to put text on the map slide. Ive tried using greeting message but thats not working quite the way I need it to, mainly because I have a version of the map on the frontpage in an iframe where I dont want the additional text to appear.

Appreciate any thoughts.

Kate

Modifying where the 13 years 4 months ago #11020

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
go in utils.php
one of those 2 lines:
217
$morelink = "<div class='ballonmorelink'><a href='$mlink' title='" . $name . "'>";
or 250:
$morelink = "<div class='morelink'><a href='$mlink' title='" . $name . "'>";

What is map slide?

Modifying where the 13 years 4 months ago #11026

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Hey Daniel thanks for the pointer re the "more" link on the google bubbles. Re map slide. Im trying to add text to the "map" pane (alongside the map) if possible. Everytime I try to add text (in a table etc.) to the pane it messes with the "add" pane.

Kate

Modifying where the 13 years 4 months ago #11029

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Hi Daniel, on the note of the modification to "utils.php" is it possible to access properties relating the point clicked ? E.g. rather than goto a hotspots defined page Id rather goto a page which I could define (via one of the hotspot properties). I was thinking about setting long description to be equal to the web page which would be associated with the point. Is it possible to access properties of hotspots from within utils?

Heck I do believe our minds work alike except yours is better at coding! You've already implemented something along the lines of checking if the author = article!

Yay!!! M uber happy :) You guys ARE the coolest!

Kate

Modifying where the 13 years 4 months ago #11055

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Are you sure that you had a valid html after you tried to add code to default.php ? I can only imagine you braking the add map pane if you had invalid code.
  • Page:
  • 1
Time to create page: 0.138 seconds