I have a dynamic page setup that is controlled by the content manager and a table. I have created a gallery on the home page and would like to make the 'on click' event (when you click on an image in the gallery) be to follow a link to the specific page that the image represents. Using the connect to data, I am able to connect to the main project page that further displays all of the sub pages within the project, but I want the link to go to the specific page that the image represents.
I have accomplished this with the repeater, however, I lose the ability to stagger the gallery using some of the neat gallery design features that do not seem to be available to repeaters.
I have figured out how to link the image title, desc, alt text, the image itself pulled from the data table, but I cannot find a way to link directly to the project when clicking the image.
I have tried creating a new column within the project table, but I don't see a way to create a url that links to self. I suppose I could manually fill in the cell field with the URL that I copy paste each time, but I'm afraid that I will lose link integrity if I delete a row mid table.
I tried to create a new column and format the column as references, but if I fill the cell with a reference to the project page, this does not allow me to click thru the image to the actual page the image represents, instead it just ads items (greyed out, unclickable) to the dropdown menu when I try to "link connect to" from the connection options menu.
How do I create a gallery and connect each image to the page url that the image represents on the project database?
CodePudding user response:
