Re: Hiding File Info for DotNetGallery

  •  06-18-2012, 3:57 AM

    Re: Hiding File Info for DotNetGallery

    Hi Sherron,
     
    The steps below shows you how to remove the file info when you click on the image to open it as the viewer mode.
     
    1. Open file  "\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js"
     
    2. Find section below and delete it. This is the file size section.
     
    this.toolbar.appendChild(this.photoinfo); 
     
    3. Find section below and delete it. This is the file name section.
     
    this.toolbar.appendChild(this.phototext); 
     
     ---------------------------------------------
    If you need to remove more sections, please list it to me or post some screenshot to shows the position.
     
    Regards,
     
    Ken 
View Complete Thread