Re: Basic setup help needed.

  •  04-05-2011, 4:20 AM

    Re: Basic setup help needed.

    Hi TorskTallin,
     
    One other thing; how do I turn off the displayed filename under each tumbnail?
     
    By default gallery will use  "Classic" layout if you have not set property "Layout". So the way below shows you how to hide the file name which under the thumbnail in Classic layout.
     
    1  Open file "CuteSoft_Client\Gallery\Layout\Classic\Code.js".
     
    2. Find section below and delete it.
     
    c2.firstChild.appendChild(document.createTextNode(titltText));
     
    How do I turn off the filename and file size in the slide show/display of a large image?
     
    1. Open file "\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js".
     
    2. Find section below and delete it  (file size)
     
    this.toolbar.appendChild(this.photoinfo);
     
    3. Find section below and delete it (file name)
     
    this.toolbar.appendChild(this.phototext);
     
    Regards,
     
    Ken
View Complete Thread