alphadra0n
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Link to Gallery from NG Gallery Widget Image?Okay I see what Doppelboxx’s Code is doing, “2) by changing the widget.php link-output in line 394 from $image->imageURL to $image->pagelink” that changes the link from $image->imageURL to $image->pagelink.
“1) by adding $this->pagelink = get_permalink( $gallery->pageid ); in image.php (~line 65”) and this Sets $image->pagelink to the $gallery->pageid.
I’ve put the code where Doppelboxx said (image.php is in the folder of your theme,) set 1) does not seem to be functioning correctly. The links URL has been changed but it’s empty.
I think the code from step 1) needs to be placed somewhere else but I’m not sure where.(I would guess in nggfunctions.php where the gallery function is?) Hopefully someone can help make sure its in the right place.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Link to Gallery from NG Gallery Widget Image?[Plugin: NextGEN Gallery] Eureka! How to link to pages from sidebar gallery widget only (ad rotator) I guess that was a working version of what you and what I’m also looking for. Does not seem to work right anymore though. Maybe someone can get it working again.
I think this is what I’ve been looking for but it does not seem to work in version 1.1 of NextGEN Gallery if there is an updated version of this I would love to get a hold of it Thanks.
Never mind i found the problem not a problem with the gallery problem with me keeping track of my code.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Links in widget galleryI was also hoping there was a way to get the Widget to link to the page with the photo that is clicked on. I have not tried anything yet to try to get that functionality out of it but hope someone can help.