Re: Prevent auto population of title during upload

  •  01-30-2011, 9:22 PM

    Re: Prevent auto population of title during upload

    Hi VanAwful,
     
    If you just want to hide the title please try the steps below
     
    The steps below shows you how to hide the title in classic layout
     
    1. Open file "\CuteSoft_Client\Gallery\Layout\Classic\Code.js"
     
    2. Find section below
     
    var titltText=photo.Title;
     
    3. Change to
     
    var titltText="";
     
    If you want to hide the title in other layout, you can fine the same section in the corresponding script file
     
    Regards,
     
    Ken
     
View Complete Thread