PDA

View Full Version : related gallery links


Tator
Sep-02-2008, 12:03 PM
Is it possible to create related links? In other words, I have a need for 4 separate (unpublished) galleries, all within the same category. I'd like users to be able to go from one gallery to another through hyperlinks, but I only want those links to be visible amongst those 4 galleries.

Possible?

Allen
Sep-02-2008, 03:03 PM
Is it possible to create related links? In other words, I have a need for 4 separate (unpublished) galleries, all within the same category. I'd like users to be able to go from one gallery to another through hyperlinks, but I only want those links to be visible amongst those 4 galleries.

Possible?
Add them in the gallery description. Leave out the one for the gallery it's in.

<html>
other gallery 1 <a href="/gallery_xxxxxxx_xxxxx">Click here</a>
other gallery 2 <a href="/gallery_xxxxxxx_xxxxx">Click here</a>
other gallery 3 <a href="/gallery_xxxxxxx_xxxxx">Click here</a>
other gallery 4 <a href="/gallery_xxxxxxx_xxxxx">Click here</a>
</html>

Tator
Sep-02-2008, 09:59 PM
Is it possible to create related links? In other words, I have a need for 4 separate (unpublished) galleries, all within the same category. I'd like users to be able to go from one gallery to another through hyperlinks, but I only want those links to be visible amongst those 4 galleries.

Possible?

Allen, Thank you, once again, for your help.