News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SMF Gallery

Started by SMFHacks.com Team, September 16, 2006, 07:13:02 PM

Previous topic - Next topic

AmaZulu

Yep, me too, on a test site using 1.0.8.

Fatal error: Call to undefined function: () in /home/nikongea/public_html/smftest/Sources/Gallery.php on line 235

Pity, because I would definitely be in line to purchase this mod for my website if I could see what a working product would look like.

vbgamer45

Fixed unistall old version and download and install the new one. I had a small typo.

SMFHacks.com
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Badelehrling

#62
Hi,
I've translated the Mod into German!
If you want to use it do the following (written in German of course ;))

Usage on own Risk!!! Maybe I've made mistakes while translating!

Gebrauch auf eigene Gefahr! Vielleicht habe ich Übersetzungsfehler gemacht! (Falls ja, bitte schreibt sie hierrein ;))


1. sucht im Verzeichniss Themes\default\languages nach der Datei Who.german.php!
Schreibt vor das abschliessende ?>:
//Begin SMF Gallery
$txt['whoall_gallery'] = 'Schaut die <a href="' . $scripturl . '?action=gallery">Galerie</a> an.';
//END SMF Gallery Strings


2. sucht im Verzeichniss Themes\default\languages nach der Datei Modifications.german.php!
Schreibt vor das abschliessende ?>:
//Begin SMF Gallery Text Strings
$txt['smfgallery_title'] = 'SMF Galerie';
$txt['smfgallery_menu'] = 'Galerie';
$txt['smfgallery_version'] = '1.0';
$txt['smfgallery_admin'] = 'Galerie Einstellungen';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Galerie';

$txt['permissionname_smfgallery_view'] = 'Zeige die SMF Galerie';
$txt['permissionhelp_smfgallery_view'] = 'Erlaube den Benutzern die Galerie zu betrachten';
$txt['cannot_smfgallery_view'] = 'Du hast nicht die Berechtigung die Galerie anzuschauen';

$txt['permissionname_smfgallery_add'] = 'Bild hinzufügen';
$txt['permissionhelp_smfgallery_add'] = 'Erlaubt den Benutzern ein Bild hinzuzufügen.';
$txt['cannot_smfgallery_add'] = 'Du hast nicht die Berechtigung ein Bild hinzuzufügen.';

$txt['permissionname_smfgallery_edit'] = 'Eigenes Bild bearbeiten';
$txt['permissionhelp_smfgallery_edit'] = 'Erlaubt dem Benutzer ein Bild zu ändern.';
$txt['cannot_smfgallery_edit'] = 'Du hast nicht die Berechtigung Bilder zu ändern.';

$txt['permissionname_smfgallery_delete'] = 'Eigenes Bild löschen';
$txt['permissionhelp_smfgallery_delete'] = 'Erlaubt dem Benutzer ein Bild zu löschen.';
$txt['cannot_smfgallery_delete'] = 'Du hast nicht die Berechtigung ein Bild zu löschen.';

$txt['permissionname_smfgallery_comment'] = 'Kommentar schreiben';
$txt['permissionhelp_smfgallery_comment'] = 'Erlaubt dem Benutzer Kommentare über Bilder zu schreiben.';
$txt['cannot_smfgallery_comment'] = 'Du hast nicht die Berechtigung Kommentare zu schreiben.';

$txt['permissionname_smfgallery_report'] = 'Bilder/Beiträge melden';
$txt['permissionhelp_smfgallery_report'] = 'Erlaubt dem Benuter Bilder und Kommentare zu melden.';
$txt['cannot_smfgallery_report'] = 'Du hast nicht die Berechtigung Inhalt zu melden.';

$txt['permissionname_smfgallery_autoapprove'] = 'Automatisch Bilder freigeben';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Bilder brauchen nicht manuell freigegen zu werden.';

$txt['permissionname_smfgallery_manage'] = 'Galerie verwalten';
$txt['permissionhelp_smfgallery_manage'] = 'Erlaubt dem Benutzer Kategorien hinzuzufügen/löschen/editieren. Kommentare und Bilder zu löschen, Bilder freizugeben';
$txt['cannot_smfgallery_manage'] = 'Du hast nicht die Berechtigung die Galerie zu verwalten.';

//END SMF Gallery Text Strings


3. erstellt die Datei Gallery.german.php im Verzeichniss Themes\default\languages und schreibt folgenden Code hinnein:
<?php

/*

SMF Gallery Lite Edition

Version 1.0

by:vbgamer45

http://www.smfhacks.com

Copyright 2006 SMFHacks.com



############################################

License Information:

SMF Gallery is NOT free software.

This software may not be redistributed.



Links to http://www.smfhacks.com must remain unless

branding free option is purchased.

#############################################



Gallery English Text Strings

*/



//Gallery.template.php Strings



//Title string

$txt['gallery_text_title'] = 'Galerie';



//Main gallery table strings

$txt['gallery_text_galleryname'] = 'Galeriename';

$txt['gallery_text_gallerydescription'] = 'Galeriebeschreibung';

$txt['gallery_text_totalimages'] = 'Bilder insgesammt';

$txt['gallery_text_reorder'] = 'Position';

$txt['gallery_text_options'] = 'Optionen';



$txt['gallery_text_adminpanel'] = 'Galerie Admin Planel';

$txt['gallery_text_addcategory'] = 'Kategorie hinzufügen';

$txt['gallery_text_editcategory'] = 'Kategorie bearbeiten';

$txt['gallery_text_delcategory'] = 'Kategorie löschen';

$txt['gallery_text_settings'] = 'Einstellungen';

$txt['gallery_text_permissions'] = 'Berechtigungen';

$txt['gallery_text_imgwaitapproval'] = 'Bildzulassung erwartet: ';

$txt['gallery_text_imgcheckapproval'] = 'Kontrolliere Bildzulassungsliste';



$txt['gallery_text_imgreported'] = 'gemeldete Bilder: ';

$txt['gallery_text_imgcheckreported'] = 'Kontrolliere berichtete Bilder';





$txt['gallery_write_error'] = 'Warnung: Galerie Verzeichniss ist nicht beschreibbar! ';

$txt['gallery_text_myimages'] = '[Meine Bilder]';

$txt['gallery_text_search'] = '[Suche]';

$txt['gallery_text_edit'] = '[Editieren]';

$txt['gallery_text_delete'] = '[Löschen]';

$txt['gallery_text_unapprove'] = '[sperren]';

$txt['gallery_text_approve'] = '[Freigeben]';

$txt['gallery_text_up'] = '[nach oben]';

$txt['gallery_text_down'] = '[nach unten]';

$txt['gallery_text_reportpicture'] = '[Bild melden]';

$txt['gallery_text_delcomment'] = '[Beitrag löschen]';





$txt['gallery_text_filesize'] = 'Dateigröße: ';

$txt['gallery_text_by'] = 'Von:';

$txt['gallery_text_date'] = 'Datum: ';

$txt['gallery_text_comments'] = 'Kommentare';

$txt['gallery_text_views'] = 'Betrachtet: ';



$txt['gallery_text_addpicture'] = 'Bild hinzufügen';

$txt['gallery_text_returngallery'] = 'Zurück zur Galerie';



//Online strings

$txt['gallery_who_viewgallery'] = ' betrachten diese Galerie.';

$txt['gallery_who_viewpicture'] = ' betrachten dieses Bild.';



//Form Strings

$txt['gallery_form_title'] = 'Titel:';

$txt['gallery_form_description'] = 'Beschreibung:';

$txt['gallery_form_icon'] = 'Galerie Icon Url:';



$txt['gallery_warn_category'] = 'Warnung: Das wird die Kategorie mit ALL ihren Bildern, Kommentaren, Bewertungen LÖSCHEN';



$txt['gallery_form_addpicture'] = 'Bild hinzufügen';

$txt['gallery_form_category'] = 'Kategorie:';

$txt['gallery_form_keywords'] = 'Stichworte:';

$txt['gallery_form_uploadpic'] = 'Bild hochladen:';

$txt['gallery_form_maxwidth'] = 'max. Breite ';

$txt['gallery_form_maxheight'] = 'max. Höhe ';

$txt['gallery_form_pixels'] = ' Pixel';

$txt['gallery_form_additionaloptions'] = 'Erweiterte Optionen:';

$txt['gallery_form_allowcomments'] = 'Hinzufügen von Kommentaren erlauben.';

$txt['gallery_form_notapproved'] = 'Dein Bild wird erst sichtbar in der Galerie wenn es freigeben ist.';

$txt['gallery_form_editpicture'] = 'Bild bearbeiten';

//View picture

$txt['gallery_text_picstats'] = 'Bilderstatus:';

$txt['gallery_text_height'] = 'Höhe:';

$txt['gallery_text_width'] = 'Länge:';

$txt['gallery_text_postedby'] = 'gepostet von:  ';

$txt['gallery_text_addcomment'] = 'Kommentar hinzufügen';

//Delete picture

$txt['gallery_warn_deletepicture'] = 'Warnung: Das wird dein Bild, ohne Möglicheit auf Wiederherstellung löschen.';

$txt['gallery_form_delpicture'] = 'Bild löschen';





$txt['gallery_form_comment'] = 'Kommentar:';



$txt['gallery_form_reportpicture'] = 'Bild melden';



//Gallery admin pics

$txt['gallery_form_managecats'] = 'Kategorien verwalten';

$txt['gallery_form_approveimages'] = 'Bilder genehmigen';

$txt['gallery_form_reportimages'] = 'gemeldete Bilder';



//Settings page

$txt['gallery_set_description'] = 'Erlaubt Dir, die wichtigen Einstellung Deiner Galerie zu ändern.';

$txt['gallery_set_maxheight'] = 'max. erlaubte Bildhöhe: ';

$txt['gallery_set_maxwidth'] = 'max. erlaubter Bildbreite: ';

$txt['gallery_set_filesize'] = 'max. Bilddateigröße: ';

$txt['gallery_set_path'] = 'Galeriepfad: ';

$txt['gallery_set_url'] = 'Galerie Url: ';

$txt['gallery_set_whoonline'] = 'Zeige wer gerade ein Bild betrachtet';

$txt['gallery_set_commentschoice'] = 'Dem Benutzer erlauben umzuschalten, wenn Anmerkungen oder Abbildungen gezeigt werden können oder nicht.';

$txt['gallery_set_permissionnotice'] = 'Zum Schluss: Vergiss nicht die Berechtigungen zu setzen, damit die Benutzer die Galerie ansehen können.';

$txt['gallery_set_editpermissions'] = 'Zulassung bearbeiten';



//Approve list

$txt['gallery_app_image'] = 'Bild';

$txt['gallery_app_title'] = 'Titel';

$txt['gallery_app_description'] = 'Beschreibung';

$txt['gallery_app_date'] = 'Datum';

$txt['gallery_app_membername'] = 'Mitgliedsname';



//Report list

$txt['gallery_rep_piclink'] = 'Bild Link';

$txt['gallery_rep_reportby'] = 'Eingestellt von';

$txt['gallery_rep_comment'] = 'Kommentar';

$txt['gallery_rep_viewpic'] = 'Bild anzeigen';

$txt['gallery_rep_deletepic'] = '[Bild löschen]';

$txt['gallery_rep_delete'] = '[Bericht löschen]';



//Search Page

$txt['gallery_search_pic'] = 'Bild suchen';

$txt['gallery_search_for'] = 'Suchen nach:';

$txt['gallery_search_title'] = 'Bildtitel durchsuchen';

$txt['gallery_search_description'] = 'Bildbeschreibung durchsuchen';

$txt['gallery_search_keyword'] = 'Stichworte durchsuchen';

$txt['gallery_search'] = 'Suche';



$txt['gallery_searchresults'] = 'Suchergebnisse';



//My Images

$txt['gallery_myimages'] = 'Meine Bilder';

$txt['gallery_myimages_app'] = 'zugelassene Bilder';

$txt['gallery_myimages_notapp'] = 'nicht zugelassenes Bild';





//#############################

//Gallery.php Strings

//#############################

$txt['gallery_error_cat_title'] = 'Du musst einen Kategorietitel eintragen!';

$txt['gallery_error_no_pic_selected'] = 'Kein Bild ausgewählt.';

$txt['gallery_error_pic_notapproved'] = 'Diese Abbildung wurde noch nicht genehmigt und du hast nicht die Berechtigung, sie anzusehen. ';

$txt['gallery_error_no_title'] = 'Du musst einen Bildtitel eingeben.';

$txt['gallery_error_no_cat'] = 'Du musst eine Kategorie auswählen.';

$txt['gallery_error_invalid_picture'] = 'Dies ist keine gültige Bilddatei.';

$txt['gallery_error_img_size_height'] = 'Das Bild übersteigt die erlaubte Größe. Die Bildhöhe war:  ';

$txt['gallery_error_img_size_width'] = ' Die Bildbreite war: ';

$txt['gallery_error_img_filesize'] = 'Das Bild überschreitet die Größenvorgabe. Die max. Bildgröße ist ';

$txt['gallery_error_no_picture'] = 'Keine hochgeladenen Bilder gefunden.';

$txt['gallery_error_noedit_permission'] = 'Du hast nicht die Berechtigung dieses Bild zu bearbeiten.';

$txt['gallery_error_nodelete_permission'] = 'Du hast nicht die Berechtigung dieses Bild zu löschen.';

$txt['gallery_error_no_comment'] = 'Du hast kein Kommentar eingegeben!';

$txt['gallery_error_not_allowcomment'] = 'Dieses Bild erlaubt keine Kommentare...';

$txt['gallery_error_no_com_selected'] = 'Kein Kommentar gewählt.';

$txt['gallery_error_no_user_selected'] = 'Kein Benutzer gewählt.';

$txt['gallery_error_no_report_selected'] = 'Kein Beitrag gewählt.';

$txt['gallery_error_no_search'] = 'Du hast kein Suchbegriff eingegeben...';

$txt['gallery_error_search_small'] = 'Die Suchanfrage ist zu kurz, sie muss mind. eine Länge von 3 Zeichen haben.';



?>



Da die Macher nicht ganz sauber gearbeitet haben, stehen weiterhin vereinzelt Wörter in Englisch in der Gallerie. Dieses Problem kann behoben werden, indem ihr die Gallery.template.php im Verzeichniss Themes/default/ durch diese Datei ersetzt. (nautürlich erst entpacken ;)) (HINWEIS: Wenn einige Benutzer des Forums eine andere Sprache als Deutsch verwenden, sehen sie diese einzelnen Wörter jetzt in Deutsch!)

Habt ihr Fehler gefunden? Habe ich was falsch übersetzt?
Bitte postet die Fehler hierrein (oder schickt mir ne PN)!!

mfg,
Badelehrling

LIVEDEMO

vbgamer45

Thanks! For the translation.  So far we have German and portuguese
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Badelehrling

Well, I hope its all correct ;D

If not, I hope you (German people ;)) will give me feedback, so that I can change it!

Ravyn

#65
Seems like a good mod for someone looking for a small gallery or a simple user content based gallery.  I'm setting up a large (read: 1000's of pictures) gallery, as well as scattered Movie files. 

Is there any planned support for mass file uploads, or the ability to upload photos via FTP using directory structure to structure the gallery.  As well as planned support for Movie file types?

Going to have to use Coppermine due to the lack of these features, though it seems like a good mod.
Ravyn
-SMF Newbie in Training

steve in houston

Quote from: Ravyn on September 19, 2006, 11:34:50 PM
Seems like a good mod for someone looking for a small gallery or a simple user content based gallery.  I'm setting up a large (read: 1000's of pictures) gallery, as well as scattered Movie files. 

Is there any planned support for mass file uploads, or the ability to upload photos via FTP using directory structure to structure the gallery.  As well as planned support for Movie file types?

Going to have to use Coppermine due to the lack of these features, though it seems like a good mod.

vbGamer has another version coming out soon with more features.
maybe he covered some of your request already.

Ravyn

I believe he said he'd just be working on the Pro version from now on.  Maybe if he gets the features I require implemented, it might be worth investing in, but $50 for 1 year seems a bit steep for a mod to a free forum software.
Ravyn
-SMF Newbie in Training

Merlin42

Quote from: Badelehrling on September 19, 2006, 05:17:11 PM
Well, I hope its all correct ;D

If not, I hope you (German people ;)) will give me feedback, so that I can change it!

Galerie schreibt sich nur mit einem l, "Gallerie" ist falsch, das Wort gibt es nicht ;) Aber mittels Suchen&Ersetzen ist das Problem schnell gelöst.

Danke dir trotzdem!

<scnr>

Alpay

hi.
new version pls
I want to add sub category and on that category which I designate, I want to provide that nobody put some pictures

Badelehrling

Quote from: Merlin42 on September 20, 2006, 01:35:36 AM
Galerie schreibt sich nur mit einem l, "Gallerie" ist falsch, das Wort gibt es nicht ;) Aber mittels Suchen&Ersetzen ist das Problem schnell gelöst.

Danke habs korrgiert und oben editiert!
Weiterhin wurden ein paar Redewendungen & Rechtschreibung verbessers. Update wird empfohlen :)

Danke fürs Feedback ;)

Drunken Clam

Hi VB,

This mod really is 'the business', however, I am getting pages of errors whenever I do something other than just view, ie uploading a photo etc.

I'm running it on a brand new test forum running RC3. Gallery installed perfectly, with no errors.

It seems to work just fine, but behind the scenes I'm getting these :-

http://www.****.com/****/index.php?action=gallery&amp;sa=add2

8: Undefined index: view_num_guests
File: /home/***/public_html/zooters/Themes/default/languages/Gallery.english.php (main sub template - eval?)
Line: 127

http://www.****.com/zooters/index.php?action=gallery&amp;sa=add2

8: Undefined index: gallery_cat_name
File: /home/***/public_html/zooters/Themes/default/languages/Gallery.english.php (main sub template - eval?)
Line: 64

http://www.****.com/****/index.php?action=gallery&amp;sa=add2

8: Undefined index: allowcomments
File: /home/***/public_html/***/Sources/Gallery.php
Line: 536

http://www.****.com/****/index.php?action=gallery;sa=add;cat=2

8: Undefined index: gallery_commentchoice
File: /home/***/public_html/***/Themes/default/languages/Gallery.english.php (add_picture sub template - eval?)
Line: 495



Your help would be appreciated,

Many thanks again for a great mod.

vbgamer45

Quote from: Long Time Dead on September 20, 2006, 11:43:35 AM
Hi VB,

This mod really is 'the business', however, I am getting pages of errors whenever I do something other than just view, ie uploading a photo etc.

I'm running it on a brand new test forum running RC3. Gallery installed perfectly, with no errors.

It seems to work just fine, but behind the scenes I'm getting these :-

http://www.****.com/****/index.php?action=gallery&amp;sa=add2

8: Undefined index: view_num_guests
File: /home/***/public_html/zooters/Themes/default/languages/Gallery.english.php (main sub template - eval?)
Line: 127

http://www.****.com/zooters/index.php?action=gallery&amp;sa=add2

8: Undefined index: gallery_cat_name
File: /home/***/public_html/zooters/Themes/default/languages/Gallery.english.php (main sub template - eval?)
Line: 64

http://www.****.com/****/index.php?action=gallery&amp;sa=add2

8: Undefined index: allowcomments
File: /home/***/public_html/***/Sources/Gallery.php
Line: 536

http://www.****.com/****/index.php?action=gallery;sa=add;cat=2

8: Undefined index: gallery_commentchoice
File: /home/***/public_html/***/Themes/default/languages/Gallery.english.php (add_picture sub template - eval?)
Line: 495



Your help would be appreciated,

Many thanks again for a great mod.
I updated it to filter out some of those errors.
The ones that really troubled me were gallery_cat_name and view_num_guests since those are always defined.. who knows.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Drunken Clam

Quote from: vbgamer45 on September 20, 2006, 12:30:28 PM

I updated it to filter out some of those errors.
The ones that really troubled me were gallery_cat_name and view_num_guests since those are always defined.. who knows.

Hi, I was running 1.5 - I'm just going to install 1.6.2, see if that cures it.

Thanks

Drunken Clam

Quote from: Long Time Dead on September 20, 2006, 12:37:17 PM
Quote from: vbgamer45 on September 20, 2006, 12:30:28 PM

I updated it to filter out some of those errors.
The ones that really troubled me were gallery_cat_name and view_num_guests since those are always defined.. who knows.

Hi, I was running 1.5 - I'm just going to install 1.6.2, see if that cures it.

Thanks

1.6.2  Seems to have cleared most errors, the only remaining one seems to be the 'gallery_commentchoice', which I can live with at the moment.  ;D

haktanir2

I have 1.4... should I say uninstall before installing new version?

vbgamer45

You always unistall. Unistall will keep your photos and information in the database.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ravyn

Any reply as to whether or not the functionality i mentioned will be integraded into a new release vbgamer?
Ravyn
-SMF Newbie in Training

vbgamer45

Bulk uploading via a form with multiple upload files and also via the gallery folder will be added to the pro edition.
I am going to explore movie support. Just thinking what to show as the preview or thumnail image or ask the user to upload a pic of the movie.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ravyn

Most other galleries that I've used/seen use a static thumbnail for the movie preview.  Just make a generic pretty movie logo, I'd imagine most users would be happy with that rather than putting time into uploading a thumbnail for each movie.  Just my suggestion.  Good luck with the mod.
Ravyn
-SMF Newbie in Training

Advertisement: