Making albums public by default > Invisionize.eu - IP.Board (IPB) News
Kanał Rss Kanał Rss
Kanał Atom Kanał Atom

Making albums public by default

wersja drukowalna wersja Microsoft Word wersja HTML

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.

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. :)

wto, 18 maj 2010

Komentarze:

Brak komentarzy

Imię/Nick:

Adres email:

Strona WWW:

Treść Komentarza: