Print this page

Converting ArtistGallery pages to inTensa Design Gallery pages

This is a process which will require a few things be done to the source code prior to running the extension. Once this is done, the inTensa Design Gallery will run and pull the tooltips, captions, thumbnails and a few other options into the gallery. Once run, inTensa will delete the ArtistGallery scripts. It is recommended you have a backup of the page incase the results don't meet your expectations.

Steps to prepare the page

You must put:
// Start ArtistGallery

at the top of the scripts for ArtistGallery (right before loading=0;) and you must put:

// End ArtistGallery

after the MM_reloadPage(true); line

For example, at the top of the typical ArtistGallery Extension you will see:

<script language="JavaScript">
loaded=0;
function KW_popup(a,msg,look,x,y){

Modify to:

<script language="JavaScript">
// Start ArtistGallery
loaded=0;
function KW_popup(a,msg,look,x,y){

At the end you will see:

}
MM_reloadPage(true);
</script>

Modify to:

}
MM_reloadPage(true);
// End ArtistGallery
</script>

Next, if you named your layers custom names (didn't use the default ones we provided and modified them) you will need to name your layers as follows:

thumbnails layer to kwthumbnails
captions must be named kwcaption# where # starts with 1
Click to enlarge must be in a layer named kwclickme
The cover layer must be named kwmainphotocover

Also, you have to have already renamed your image sets as well:

myImage.gif to myImage_main.gif
myImage_full.gif to myImage.gif

Please note, the CSS isn't carried over, just the above modified items. If this process doesn't go smoothly, please post the URL for the gallery as it was setup with ArtistGallery and then the URL of your modifications to the page. Post this information in the forum and we will look at both pages and provide instructions to complete the preparations for the transfer. If you would prefer we do the transfer for you, we will charge a nominal fee to do so.