This is a bit ahead of time, but I think it should be a fairly simple hack, so let me help you out. First of all, you need to edit the file index.gallery.phtml, and locate the following code:tschortsch wrote:I'm quite curious how to set up the link to use colorbox for this purpose!
Code
function launchColorBox(url){
$.colorbox({href:"imagevue.php?a=map&path="+url,width:"80%", height:"80%",iframe:true, transition: "none", open: true});
}Code
function launchColorBox(url){
$.colorbox({href:"imagevue.php?a=map&path="+url,width:"80%", height:"80%",iframe:true, transition: "none", open: true});
}
function myColorBox(url){
$.colorbox({href:url,width:"80%", height:"80%",iframe:true, transition: "none", open: true});
}Code
<a href="javascript:myColorBox('http://maps.google.at/maps?saddr=shanghai&daddr=beijing+to:qingdao+to:Xi'an,+Shaanxi,+China+to:shanghai&hl=de&ll=35.550105,115.202637&spn=10.307114,20.01709&sll=35.56798,115.202637&sspn=10.304827,20.01709&geocode=FbmJ3AEdqIo9BykzPPWxQHCyNTGhZMMjlBKVAg%3BFdbjYAIddTzwBim5LBTnllLwNTGKqQ-vIFZiuQ%3BFZRXJgIdKOQsBylr8PiC1Q-WNTHz8kxh-oJNYQ%3BFZvXCgIdjVt-Bim5F6wi6XljNjEuWJSn_WbUhQ%3BFbmJ3AEdqIo9BykzPPWxQHCyNTGhZMMjlBKVAg&mra=ls&t=m&z=6')">Rom</a></p>