Hey,
when I am klicking on the random picture at the right side of my blog: My Visitors only see the current picture but not the story behalf or the other pictures of this album / gallery.
In which way can I add a link under a opened picture?
Hey,
when I am klicking on the random picture at the right side of my blog: My Visitors only see the current picture but not the story behalf or the other pictures of this album / gallery.
In which way can I add a link under a opened picture?
The solution is described in this thread: http://wordpress.org/support/topic/241528?replies=7
You have to edit two files from the nextgen-gallery plugin directory -
1) edit lib/image.php and add $this->pagelink = get_permalink( $gallery->pageid ); (~line 65)
2) edit widgets/widgets.php - find function ngg_widget_output and inside the function (around line 414) edit the link-output from $out = '<a href="' . $image->imageURL to $image->pagelink
It doesn't work...
When I do so the image won't be shown anymore. Only my blog in a frame where generally the photo shuld be...
Can I add a function which searches for blog entries where I posted this picture? And add the results under the foto??
Thanks for your help! :)
This topic has been closed to new replies.