Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Aug 13 2009 07:36 PM
    • Views: 899
     


    * * * * *
    0 Ratings

    Making Albums Public

    Making sure new albums are public by default, for IP. Gallery 3.0.x

    Posted by AndyF on Aug 13 2009 07:36 PM
    One minor annoyance with creating an album in Gallery is the checkbox to make the album public is not checked by default. This could cause your members to wonder why their album is not receiving visitors or comments. This is easy to fix however.

    I wrote a small article on doing this on Gallery 2.2.x, which you can find here > http://www.invisionm...amp;article=227

    Now its time to do this for Gallery 3.0.

    ACP > Look / Feel > Skin Manager > (edit skin) > Manage Templates / CSS > "(Gallery) Albums" > Album Form >

    Find...
    <input type="checkbox" name="public" id='public' value="1" class='input_check' {$data['public']} />

    Change to...
    <input type="checkbox" checked="checked" name="public" id='public' value="1" class='input_check' {$data['public']} />

    Save.

    The "Make Public" checkbox will now by checked by default. :)

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune