I have many photos, all sorted by event/date. I want to create multiple different web pages. The problem I keep coming across is that every individual photo page only references the thumb.html page. What I would like to see is this thumb.html to be named differently and referenced in each photo page with the different name.
As an example I have tried making a new template, and changing within the line;
Code: Select all
| <a href="#THUMB_PAGE#">#THUMBNAILS_LABEL#</a> |
Code: Select all
| <a href="../2007-05.html">#THUMBNAILS_LABEL#</a> |
Is there another way to create multiple different web pages that reference a different main page name other than thumb.html????
I would really like to see something in the next release that allows for this to be done simply by changing something in the Web Page Create dialog box.
It could be another line in the Web Page Create dialog box within the Output section......a text enterable field.....underneath the Thumbnail sub-folder box, maybe named Thumbnail Page Name? That way one could create multiple different web pages based on the same template, and NOT have files overwritten.