Get your own family t-shirts and mugs in seconds! Just upload an image, then click the "Put it on a shirt or mug!" link. Happy printing!
Hi there. Yep, there's a way to do that. You'll just need to edit the source code on the app a bit. Edit /views/person/map.script.php and find the following chunk of code (about 2/3rds of the way down): if(image && wid > 0 && het > 0) { icon = new GIcon(); icon.image = image; icon.iconSize = new GSize(wid,het); icon.iconAnchor = new GPoint(wid/2,34+het); icon.infoWindowAnchor = new GPoint(5,1); icon.shadow = "http://photomap.ning.com/shadow.png"; icon.shadowSize = new GSize(80,16+het); icon.infoShadowAnchor = new GPoint(0,0); marker = new GMarker(point); GEvent.addListener(marker, "click", function() {marker.openInfoWindowHtml(html); }); map.addOverlay(marker); marker = new GMarker(point,icon); } else { marker = new GMarker(point); } and replace it with: marker = new GMarker(point);
Posted in Question about the family map... by philmc on Jul 25 2006
Hi teddybears--sorry about that--just saw your message just now. Just click Get Your Own at the top to get a copy of this app for yourself and your family/group. Note that this makes a website for your family--it doesn't make a "family tree" per se, which you were asking about.
Posted in Hello by JonathanAquino on Jul 5 2006