tdanyo
Forum Replies Created
-
Forum: Plugins
In reply to: NextGEN Gallery – edit link of photo to specific post?“If you look at my hardware page you see the thumbnails link to an outside support page (outside URL)..”
goodenvy,
I plugged in your exact code and the link is still directed to the imageURL and not the altext url associated with the particular thumbnail. This is the code:
<!– Thumbnails –>
<?php foreach ($images as $image) : ?><div id=”ngg-image-<?php echo $image->pid ?>” class=”ngg-gallery-thumbnail-box”>
<div class=”ngg-gallery-thumbnail” >
alttext ?>” title=”<?php echo $image->description ?>” <?php echo $image->thumbcode ?> >
<img title=”Link” alt=”Link” src=”<?php echo $image->thumbnailURL ?>” <?php echo $image->size ?> />
</div>
</div>Yes. I see the thumbnails on your hardware page and that is what I am trying to do. I am using the 1.1.0b version. Maybe this is to blame? It shouldn’t though because all of the code is identical except the code we are switching out.
This is really frustrating.
This is my test page:
https://imaginationmedia.tv/services/test
You can see how the thumbnails are behaving. The DVD icon in the main text area is the one I want to link to another url and not the image url.
Forum: Plugins
In reply to: NextGEN Gallery – edit link of photo to specific post?Adrie,
I tried your suggestions and nothing. The thumbnail still links to the imageURL and not the page URL discribed in the alltext area. Could you please cut and paste what the finished gallery thumbnail code is? I appreciate your tutorial, but something got lost in translation.
Thanks
TimForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Discription Text Not Showing below Thumbs[nggallery id=x template=caption] worked for me and I am running 1.1.0b.
RGGoode said:
“Not sure if this will help or not. I was having some problems getting my captions to display correctly–they have links embedded in them and were displaying the code rather than the link.”
My question is how do you have links embedded in the thumbnails? And if you can do that, how do you keep from having the code displaying underneath the picture? I have posted on this topic, but know one has responded yet. Please help to enlighten me. ??
Anyone?
Thanks!
tdanyoForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display tumbnails on site and link to specifc pagePlease let me know as well.
One slight modification though… i’m looking for the thumbnail to go directly to linked URL page and not have to click on an extra flashing text.
Thanks!
I’m with Steve…. where is the path way to >plugindirectory> –>view –> gallery.php?
And pnce there is this a matter or switching out code for code?
Thanks!
Forum: Plugins
In reply to: NextGEN Gallery – edit link of photo to specific post?How do you make this work in version 1.0.2? I tried doing this, but the code mentioned is not present in the newer version.
I am trying to link a thumbnail image to a URL. I am using WP 2.7.
Thanks!
Tim