[NextGen ImageFlow] Image onclick opens description url
-
I finally figured out how to do it.
1. Place the url in the description of the picture.
2. Replace line 94 in /lib/functions.php with:
$out .= “\n\t\t\t” . ‘, onClick: function() { document.location.replace(this.getAttribute(‘ . ‘\’title\” . ‘));}’;
- The topic ‘[NextGen ImageFlow] Image onclick opens description url’ is closed to new replies.