Increasing number of images.
Posted: Sat Oct 25, 2008 9:38 pm
This example will add 2 new lightbox images. It should be simple to increase to any amount be expanding on what's below.
1) Go to Design / Library / Variables / Lightbox.
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage11".
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage12".
2) Go to Design / Library / Variables / Lightbox.
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle11".
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle12".
3) Go to Design / Library / Layouts / Lightbox Images.
Double-click Lightbox Image List to open it in an editor.
Look for the line:
amend it to be:
look for the line:
amend it to be:
OK out.
4) Go to Design / Library / Layouts / Lightbox Images.
Double-click Fragment Lightbox Image List to open it in an editor.
Look for the line:
amend it to be:
look for the line:
amend it to be:
OK out.
1) Go to Design / Library / Variables / Lightbox.
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage11".
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage12".
2) Go to Design / Library / Variables / Lightbox.
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle11".
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle12".
3) Go to Design / Library / Layouts / Lightbox Images.
Double-click Lightbox Image List to open it in an editor.
Look for the line:
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage12" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle12" encoding="perl" selectable="false" />');
4) Go to Design / Library / Layouts / Lightbox Images.
Double-click Fragment Lightbox Image List to open it in an editor.
Look for the line:
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage12" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle12" encoding="perl" selectable="false" />');