$CMS_VERSION = "1.5.4";
$CMS_VERSION_NAME = "Carolina";
$CMS_SCHEMA_VERSION = "31";
Ok. Here goes. On my template, I have a page with photos of horses. On my original site, when anyone clicks on this photo, you get a pop up 500px x 500px with a YouTube video that plays of the horse in competition. (
www.ecuriedavidgiffon.fr/ventes.html)
So, here in cms, I have the photo of the horse and the description all down fine! Looks great, works great. My client can now go and change the photo of the horse(s) and description whenever he wants. Now, I know how to put a direct link to the photo putting the code directly into my template. But what I'd rather do is set-up a way for my client to change this within another box, away from the template, say like on the "page" - like an editor could change this as well. I don't want him having to do this on the template section.
So, I noticed that when I go to "Pages" There is a set-up called "External Link" where it can be associated with the parent page, and I can pick a photo (from the list) and set-up a url link to it. Perfect! However, because I don't see anything happening on my preview... as in no link occurring with this particular photo at all. I am confused as to the purpose of the External Link "page" set-up.
Now, 1) if that "external link" page is not for this purpose, what is it for? 2) If it is, what is the code that I put next to what I have below so that this external link works? and 3) Is there a way that I can create a 'tag' so that my client can change the link information?
Ok, I will stop here to see if this is enough to go on for now. Below is the template "line" where the box is created and where the photo is. I don't know where I add the information to create the link.
Video1box is the css name of the box, size etc. where the photo goes. Content_image block is obv. where my client can go on the "page" to change to whatever photo he wants. Now, how can I set up where he can change the link or add a link to any photo - without sending him to the template?
{content_image block="video1box" dir='images' class="video1box"}
Thank you for your time. I have looked everywhere for some information on this "external page" and have not found the answer.