How do I convert a template from 1.5 for MediaPro 2?
All you have to do is create a folder in one of the following locations, the name of the folder will be the name of the theme.
Mac OS 9
System Folder/Application Support/iView/Plug-ins/HTML Templates
Mac OS X
~User/Library/Application Support/iView/Plug-ins/HTML Templates
/Library/Application Support/iView/Plug-ins/HTML Templates
Network/Library/Application Support/iView/Plug-ins/HTML Templates
Copy the index template from the existing 1.5 template to this folder and rename it index.html. Do the same with the media template page and rename it media.html.
If you are already running MediaPro 2 you will have to quit it and relaunch.
How can I specfy the size of images used in the HTML export?
The size of images used in the Index and Media pages of an HTML gallery is controlled by directives within the respective templates. So the size of the Media images is controlled by the directives -
<!-- iView HTML Engine Directives
(iView:InMediaWidth 640)
(iView:InMediaHeight 640)
-->
The size and layout of the thumbnails in the Index page is similarly controlled by the directives in Index.HTML -
<!-- iView HTML Engine Directives
iView:InThumbSize 130
iView:InThumbRows 3
iView:InThumbColumns 5
-->
The exception to this is the Default theme which has size options in the dialog. Please read About_Templates.HTML for a fuller explanation of editing themes in MediaPro 2, this is in the documents folder of MediaPro 2. The templates used in MediaPro 2 can be downloaded from here.
How can I create personalized HTML galleries?
You can create unique and personalized HTML galleries by editing the HTML templates that MediaPro uses. You will find detailed information about this in 'About_Templates.HTML' which is in -
MediaPro 2 -> Documents -> HTML Examples