Hello/Hi/Greetings,
I would like to add a clickable link to a google map in the photo descriptions. This would seem simple enough that I can find little documentation about it. My config file is set to allow html in the description, but my <a href="aaaaaa">bbbbb</a> link attempts show up with link styling but are not clickable -- showing cursor rather than hand on mouse-over. A look at the source html shows everything in order.
I could add a link in the comments after enabling this, but there seems to be no way to hide the very long google link in favour of a 'Map' text placeholder.
Any help would be appreciated.
Piwigo version: All latest installations
PHP version:
MySQL version:
Piwigo URL: http://
Offline
may we see your main issue with the link in the description?
Offline
The only one that I have tried is here:
https://notes.newmaker.net/familyalbums … ategory/36
where the description has this entered into the Description field:
A google map of the area frequented by the van der Laans and Beekhuis's.
<a hef="https://drive.google.com/open?id=1PbVpw0IIMCM-lORU6ZxZ6gmqFhLtnJ6w&usp=sharing">Click here to view this publicly accessible map</a>
Offline
You misspelled href
You have hef
Offline
yep Thank you @jnashpiwigo
Offline
Oy Vey! After coding html by hand for nigh on twenty years and programing where one missing semi-colon can thwart a whole program, you'd think I would have seen that. This is like having to ask my wife if she can see the object at hand that I can't for the life of me find.
Thanks!
Offline
hjamesdj wrote:
Oy Vey! After coding html by hand for nigh on twenty years and programing where one missing semi-colon can thwart a whole program, you'd think I would have seen that. This is like having to ask my wife if she can see the object at hand that I can't for the life of me find.
Thanks!
I've heard that many times!
It's right there in front of you!
Offline