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...
Change to...
Save.
The "Make Public" checkbox will now by checked by default.
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.













