Through a colleague at work I recently discovered one of the best picture gallery scripts I have come accross so far.
http://www.picsengine.com/
The reason I haven’t found it earlier probably lies in it being from a French developer on a French website. However as my French improves I am discovering a whole new TLD (.fr) with a lot of great stuff in it
.
Unfortunately the script only comes in French so I decided to translate it myself. I’m afraid you will have to download it and install it in French but after that just download the language file here.
- rename to en.php and put into your /admin/languages/ folder
- open /admin/library/Core.php and change
// Language load
require_once($this->root."languages/Francais.php");
$this->language = $language;
to
// Language load
require_once($this->root."languages/en.php");
$this->language = $language;
There is one known bug: even though there is a section to translate the add comments popup box and everything else in the language file it seems to be hardcoded into the Flash file. So if you click on add comment you will still get a French dialog.
Enjoy and if you find any mistakes please let me know.
Posted by: Andy
Categories:
Andy
Technology