Włączenie modyfikacji Picasa Gallery Browser

Zaczęty przez eda90, 5 Kwiecień 2012, 19:18

0 użytkowników i 1 Gość przegląda ten wątek.

eda90

Hej. Zainstalowałam przez panel admina smf picasa gallery, z tego co czytam, coś trzeba odbloczyć, ale nie mogę znaleźć takiej opcji, niby wszystko zainstalowane a nic nie ma. Co mam zrobić? Pozdraiwam

* phantom - zmieniłem tytuł wątku na bardziej odpowiedni ;)

CrimeS

Aby zmieniać ustawienia wejdź do:
Administracja->Konfiguracja->Ustawienia modyfikacji->Rozmaite

Adrian

Właściwie to opcje znajdują się w ADMINISTRACJA » Opcje forum » OPCJE WYGLĄDU ;)
Kolega posiada SMF 1.1.x :)
the simplest solution is most likely the right one

CrimeS

#3
A no tak, przepraszam pomyliłem wersje

CytatIn SMF  1.1 admin options are found in the Features and Settings admin page under "Layout and Options".
In SMF 2.0 admin options are found under Miscellaneous in Configuration, Modifications of your admin panel.

Właściwie to "koleżanka" :)

Adrian

ah.. mój błąd  :-[

jednak lokalizacja ustawień jest taka jaką podałem :)
the simplest solution is most likely the right one

eda90

 :-[
Dodałam w załączniku jak u mnie wygląda dziwnie ta rubryka. Nic nie jest napisane, same parę okienek bez podpisow i link do picasaweb. Zaptaszkowałam, ale też bez reakcji. Spróbowałam też instalować ręcznie, ale wszystkie pliki są już pozamieniane jak należy. Mam wersję 0.6, może zła?

Adrian

W SMF 1.1 należy samemu dodać linie tłumaczenia w polskim tłumaczeniu:
./Themes/default/languages/Modifications.polish.php
Kod (Dodaj przed ?>) [Zaznacz]


// PJL : Start of Picasa Gallery Mod.
$txt['picasa_gallery'] = 'Picasa Gallery';
$txt['picasa_table_title'] = 'Picasa Gallery Browser';
$txt['no_picasa_server'] = 'Please specify a Picasa web server.';
$txt['no_picasa_account'] = 'Please specify a Picasa user account.';
$txt['no_picasa_photos'] = 'No Photos Found.';
$txt['no_picasa_albums'] = 'No Albums Found.';
$txt['no_picasa_default_album'] = 'Default ablum only specified, but no default album assigned.';
$txt['picasa_album'] = 'Album: ';
$txt['picasa_thumbnail']='Click to enlarge';
$txt['picasa_album_thumbnail']='Click to go to album';
$txt['picasa_account'] = 'Picasa Account: ';
$txt['gallery_picasa_server_url'] = 'Enter Picasa Server URL';
$txt['gallery_picasa_account'] = 'Enter Picasa Account ID';
$txt['gallery_picasa_fixed_album'] = 'Default Picasa Album Only';
$txt['gallery_picasa_default_album'] = 'Default Picasa Album';
$txt['gallery_picasa_columns'] = 'Picasa Gallery Columns';
$txt['gallery_picasa_rows'] = 'Picasa Gallery Rows';
$txt['gallery_picasa_view_album'] = 'View Album';
$txt['gallery_picasa_view_photo'] = 'View Photo';
$txt['gallery_picasa_filename'] = 'Filename:';
$txt['gallery_picasa_size'] = 'Size:';
$txt['gallery_picasa_dimension'] = 'Dimension:';
$txt['gallery_picasa_uploaded'] = 'Uploaded:';
$txt['gallery_picasa_taken'] = 'Taken:';
$txt['gallery_picasa_pages'] = 'page(s)';
$txt['gallery_picasa_images'] = 'images on';
$txt['gallery_picasa_albums'] = 'albums on';
// End Mod.


./Themes/default/languages/Help.polish.php
Kod (Dodaj przed ?>) [Zaznacz]


// PJL : Start of Picasa Gallery Mod.
$helptxt['gallery_picasa_server_url'] = 'Enter your Picasa web server url <br /> e.g. http://picasaweb.google.com </br />';
$helptxt['gallery_picasa_account'] = 'Enter your Picasa User ID<br />This is your Google Picasa user account name.</br />';
$helptxt['gallery_picasa_fixed_album'] = 'Only allows the viewing of the default album';
$helptxt['gallery_picasa_default_album'] = 'The default album to display.<br \>If not set displays all the user\'s public albums';
$helptxt['gallery_picasa_columns'] = 'Enter the number of columns to use in the Picasa Gallery table.</br />';
$helptxt['gallery_picasa_rows'] = 'Enter the number of rows to use in the Picasa Gallery table.</br />';
// End Mod.
the simplest solution is most likely the right one