Start
Help
Forum
Addons
Projects
Welcome,
Guest
. Please
login
or
register
.
August 20, 2008, 05:10:24 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Website Baker 2.7.0 (stable) released!
For more information look
here
.
The announcement board can be found
here
.
60556
Posts in
9791
Topics by
5824
Members
Latest Member:
blubb
Website Baker Community Forum
English
Modules
Smooth Gallery Module
Pages:
[
1
]
2
3
...
6
Author
Topic: Smooth Gallery Module (Read 17242 times)
ToS
Pending Apprentice Baker
Offline
Posts: 26
Code poet
Smooth Gallery Module
«
on:
January 07, 2007, 10:09:39 AM »
Another gallery module...well, If you ask me, there can never be enough modules no matter what is the purpose.
Gallery itself was taken from
JonDesign
and implemented with great pains & many hours of debugging(note that this is my firs module for wbaker). I'm still not sure wether the automatic generation of thumbnails works, please confirm if it does. Also your comments & ideas are welcome(not that I am obligating myself to react acordingly). It was done for baker 2.6.x, using helloWorld framework. I quite doubt that it will validate under any standard but it does render in 2 most popular browsers & and my favourite: Opera.
I'd appreciate if someone would be kind enough to install it & post a preview link so everyone can enjoy viewing it.
ATTACHED VERSION:
0.4
Logged
If all you ever use is an ethernet cable, everything starts to look like an RJ45 jack.
kweitzel
Forum Team
A Baker's Baker
Offline
Posts: 4214
Re: Smooth Gallery Module
«
Reply #1 on:
January 07, 2007, 10:45:05 AM »
Had a wee look at it, installs smoothly on a WAMP (PHP5 & MySQL5) System. Imediatly recognises the pictures and creates the Thumpnails for the preview bar.
Haven't yet played with the settings though. Would like to see an option for opening the full pictures in a pop-up or new window ... something for the next release?
Going to try installing it onto my Webspace (LAMP) and let you know ...
cheers
Klaus
Logged
http://www.weitzel.biz
ipfelkofer
Pending Apprentice Baker
Offline
Posts: 10
Re: Smooth Gallery Module
«
Reply #2 on:
January 07, 2007, 11:21:29 AM »
Have installed the module on LAMPP, no problem. Looks very good!
Suggestions/Questions:
1. Would prefer to open image in a separate window with colse function
2. Fiile name with slash is shown in two lines - would like to have it in one line
3. How can the background be changed? (black does not fit in my design at all)
4. Is an upload function planned?
5. Can the second line of the description be added manually?
6. Do you need a German translation?
Regards
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
Offline
Posts: 6255
Keep on Rockin
Re: Smooth Gallery Module
«
Reply #3 on:
January 07, 2007, 12:07:06 PM »
Hello,
looked at the code and therse should be done the following:
1. Please replace all variabels $module_directory with hardcoded modul names. During installation the pathes variables didn't work wich makes it on some hosted servers impossible to install the modul.
2. Language support should be added and all hardcoded text in the files should be replaced with language variables.
Thats what I've seen from the technical site, will test the functionality later and if there are problems I'll post it.
By the way looks very good for your first WB modul and you are right there can never be enough modules for WB. So keep on your good work and I'm pretty shure we have this modul soon on the addons page.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
ToS
Pending Apprentice Baker
Offline
Posts: 26
Code poet
Re: Smooth Gallery Module
«
Reply #4 on:
January 07, 2007, 06:53:20 PM »
kweitzel
: currently it opens new pics in new window, but it won't be 2 hard 2 make a simple javascript window that closes when you click on the pic or something like that.
ipfelkofer
:
2. filename with "-" is split in two parts, maybe I will put a way to change desired split character. or just to turn that option on/off
3. almost everything is changed via /modules/smoothgallery/css/jd.gallery.css (I wish you luck.)
4. Upload, not quite, but I could put it in a Idle-TODO-list, maybe it would be wise to make a
separate upload module
.
5. description can be set only by formatting the filename, I wouldn't want to make track of all files in a database just so they would have propper descriptions (Any ideas other than DB?).
6. I guess I'll need one now that I have to make it cross/language
ruebenwurzel
:
1. I so-much-bloody-hate hardcoding but if I have to do it, ok.
2. Language supp...pain in the...one of thiese days (I now have some other projects to finish)
Logged
If all you ever use is an ethernet cable, everything starts to look like an RJ45 jack.
ruebenwurzel
Leaders Team
A Baker's Baker
Offline
Posts: 6255
Keep on Rockin
Re: Smooth Gallery Module
«
Reply #5 on:
January 07, 2007, 07:06:24 PM »
Hello,
if you promise not to change anything on this modul the next two days I'll hardcode the dirs and add a language support to a new version 0.5 wich then could be a start point for further versions. So if this is ok, give a short post.
Matthias
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
ToS
Pending Apprentice Baker
Offline
Posts: 26
Code poet
Re: Smooth Gallery Module
«
Reply #6 on:
January 07, 2007, 07:54:11 PM »
As good as done, dirs are not so much of a problem but I don't know how mlng supp is done. Please, you do that (add your name to the credits) and I'll then take over & make some of the upgrades(this is not a promise):
Code:
-change name-desc split character
-select wether images should be parsed tru resizer.php for normal showing
-extension selection & fix
-css edit
-preview on modify (higly unlikely)
-bool: put desc under the gallery
Logged
If all you ever use is an ethernet cable, everything starts to look like an RJ45 jack.
kweitzel
Forum Team
A Baker's Baker
Offline
Posts: 4214
Re: Smooth Gallery Module
«
Reply #7 on:
January 08, 2007, 10:13:19 AM »
Hi ToS ...
like I said before, the images open in the same browser window (at least in FF, IE6 & IE7), not in a new window.
On my Webhost, for me the pictures are not loading (4 Pictures in a subfolder, each about 10kb). Does this happen for you
here
as well? The Folder is [WBROOT]/media/ferrari3/ and the pictures have following naming: ferrari0051.JPG
[Edit]Do-oh ... you need to have the extension in lowercase for it to work![/Edit]
cheers
Klaus
«
Last Edit: January 08, 2007, 10:24:31 AM by kweitzel
»
Logged
http://www.weitzel.biz
ruebenwurzel
Leaders Team
A Baker's Baker
Offline
Posts: 6255
Keep on Rockin
Re: Smooth Gallery Module
«
Reply #8 on:
January 08, 2007, 09:36:03 PM »
Hello,
attached you find version 0.5 of this fantastic gallery:
Release History:
v0.5 Jan 08, 2007 (Matthias Gallas)
- added version History to info.php
- added german language file
- added language support
- a lot of code cleaning, fixing and sorting in all files
- replaced all directory variables with hardcoded pathes
- changed all copyright notices now includes 2007
v0.4 Jan. 07, 2007 (ToS)
- Initial Release
TODO
-change name-desc split character
-select wether images should be parsed tru resizer.php for normal showing
-extension selection & fix
-css edit
-preview on modify (higly unlikely)
-bool: put desc under the gallery
BUGS
- If you disable "prev/next links" you also have to disable "show image direct link"
otherwise no image is shown
Have fun
Matthias
Edit:
Newer version some posts below
«
Last Edit: January 15, 2007, 02:28:19 PM by ruebenwurzel
»
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
chris
Pending Apprentice Baker
Offline
Posts: 35
Re: Smooth Gallery Module
«
Reply #9 on:
January 09, 2007, 10:38:05 AM »
PERFECT!!! Very good work.
Logged
tomhung
Master Baker
Offline
Posts: 354
Re: Smooth Gallery Module
«
Reply #10 on:
January 09, 2007, 04:02:34 PM »
very nice... i was actually thinking the other day of converting this gallery to WB... glad you did it instead of me.
Greg
Logged
Hans
Master Baker
Offline
Posts: 358
Re: Smooth Gallery Module
«
Reply #11 on:
January 10, 2007, 11:16:44 AM »
Thanks ToS and Matthias! Really great, hope the resizer function will be available soon.
Hans
Logged
Hans - Nijmegen - The Netherlands
ToS
Pending Apprentice Baker
Offline
Posts: 26
Code poet
Re: Smooth Gallery Module
«
Reply #12 on:
January 10, 2007, 04:41:20 PM »
@Hans -> resizer, most probably in v0.6 because it ain't much fuss to get it to work.
@ruebenwurzel : Nice code formatting, tnx 4 the help.
Quote
If you disable "prev/next links" you also have to disable "show image direct link"
otherwise no image is shown
Apparently this is a SmoothGallery error, I've contacted the author. Will see what's wrong & I hope to get a fixed one before the release of v0.6. This bug prevents you to make a slideshow without next/prev links
.
@kweitzel : sorry for not loading other than lowercase picture ext's. Will fix that in v0.6
PLEASE, give me some time to finish 0.6, I have other things on my schedule right now.
Logged
If all you ever use is an ethernet cable, everything starts to look like an RJ45 jack.
kweitzel
Forum Team
A Baker's Baker
Offline
Posts: 4214
Re: Smooth Gallery Module
«
Reply #13 on:
January 10, 2007, 09:47:19 PM »
hey, relax ... no need to apologise
If we wouldn't try these things, you wouldn't know about the errors, would you?
So ... relax and make it a good release ...
cheers
Klaus
Logged
http://www.weitzel.biz
ToS
Pending Apprentice Baker
Offline
Posts: 26
Code poet
Re: Smooth Gallery Module
«
Reply #14 on:
January 15, 2007, 01:51:49 PM »
v0.6(Beta) Jan 15, 2007 (ToS)
- added to css file | .jdGallery .slideInfoZone h2 | added: text-align: left;
- fixed modify.php | changed 'showCaurosel' option to correct one: 'showCarousel'
- added change-able name-desc split character
- added resizer_inteface.php to prevent future update problems of the smoothGallery itself
- added option to select wether images should be parsed tru resizer.php for normal showing
- added option to select what extensions are to be selected for showing
- fixed not loading extensions in wrong casing
- fixed use hard-coded links for thumbnails (not integrated thumb generator)
- added option: select if the links should be opened in new javascript window or in active.
- added cache dir support/handling
TODO
-bool: put desc under the gallery
-add instructions: how to update the module with new smooth gallery
-css edit
-preview on modify (higly unlikely)
-translate everything
ATTACHED: BETA VERSION 0.6
Logged
If all you ever use is an ethernet cable, everything starts to look like an RJ45 jack.
ipfelkofer
Pending Apprentice Baker
Offline
Posts: 10
Re: Smooth Gallery Module
«
Reply #15 on:
January 15, 2007, 03:17:53 PM »
Version 0.6b looks pretty good already.
Most of my requests seem to be included.
One remark after a short look at the module:
When I have the upper line (thumbs moving left and right for selection) on while stepping thru the pictures using the left and right arrow the name of the picture is shown correct underneath the picture, while the name of the picture underneath the thumbs row is not moved, the preview thumb is, however.
Regards
Logged
tomhung
Master Baker
Offline
Posts: 354
Re: Smooth Gallery Module
«
Reply #16 on:
January 15, 2007, 08:02:55 PM »
your version needs to be upgraded in your info.php
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
Offline
Posts: 6255
Keep on Rockin
Re: Smooth Gallery Module
«
Reply #17 on:
January 15, 2007, 08:25:57 PM »
Hello,
what a hell for a good image gallery
Added the missing german language lines, changed version to 0.7 and as i have found no more great bugs i have released it at the addons page. Attached you find the same file.
Thanks for your addition to WB, I'm shure a lot of people like this gallery
Matthias
Edit:
newer version some posts below
«
Last Edit: February 16, 2007, 12:03:34 PM by ruebenwurzel
»
Logged
You search for help, please look here:
Help-Page
You search for Modules, Templates or Languages, please look here:
Addons-Page
hr_d
Apprentice Baker
Offline
Posts: 51
Hermann
Re: Smooth Gallery Module
«
Reply #18 on:
January 16, 2007, 01:29:11 PM »
Hello,
I installed and tested the module. It runs without errors and looks very beautiful.
Best thanks and greeting from germany (Stuttgart)
hr_d
Logged
oeh
Pending Apprentice Baker
Offline
Posts: 34
Re: Smooth Gallery Module
«
Reply #19 on:
January 16, 2007, 02:47:20 PM »
Hi.
I found this img. gal to be so amaizing, that I felt i had to make an Norwegian Language file.
If anyone should feel the nedd to correct it, feel free to do so.
Se attached NO.php.zip file.
Regards
OEH ;-}
Logged
Pages:
[
1
]
2
3
...
6
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
===> Security Announcements
=> Guest Area and Off-Topic
=> Website Showcase
-----------------------------
English
-----------------------------
=> Help/Support
===> Help/Support of WB2.7.x core
=> Website Baker Development
===> Website Baker 3
=> Documentation
=> Templates
=> Modules
===> Code Snippets
=> Languages
=> Archive
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
===> Templates, Module & Co.
===> Hilfe/Support von WB2.7.x core
=> Diskussion über WB
=> Off-Topic
=> Archiv
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Help / Support
===> WB Core
===> Templates, Modules & Languages
=> WB Discussie
=> Niet-Terzake (Off Topic)
-----------------------------
French
-----------------------------
=> Help/Support
-----------------------------
Italian
-----------------------------
=> Help/Support
Loading...