Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 04, 2012, 06:48:44 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149021
Posts in
21045
Topics by
7522
Members
Latest Member:
ThomasFrank
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
Swift Image Gallery
Pages:
1
[
2
]
3
Go Down
Author
Topic: Swift Image Gallery (Read 26678 times)
N1l3Z
Offline
Posts: 21
Re: Swift Image Gallery
«
Reply #25 on:
March 05, 2006, 12:31:42 AM »
you're a HERO! Thanx man! That will solve all my other problems with older modules doing that also..
/NileZ
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #26 on:
September 23, 2006, 02:14:26 PM »
Hello,
i bring back this thread to the topic. For a project of mine i need this modul. Unfortunately it was a little bit outdated. So I've done a little work on it to get it working with the latest WB Version. So there are no new features added at the moment.
Changelog:
- added language support
- added german language file
- added and fixed all copyright notices
- supports now WB 2.6.4
- changed install script for better work with mysql5 strict mode
- stored all files unix conform
- changed version to 0.2
ToDoList:
- changing the layout of the modify windows
- make the stylesheet editable in modify window
Attached you find the new version. I hope you like it, and if you have wishes, maybe we could include it.
Have fun
Matthias
Edit:
Newer version some posts below.
«
Last Edit: September 24, 2006, 08:27:54 AM by ruebenwurzel
»
Logged
sierrafix
Offline
Posts: 16
Re: Swift Image Gallery
«
Reply #27 on:
September 24, 2006, 08:04:35 AM »
Hi,
first of all I would say nice module
I've found some typos in the DE.php language file.
- Gallerie -> Galerie
- ß -> ß
Some wishes:
- a dropdown box for the Path in the settigs section
- I would like to have the "Name" and the "Description" of a gallery shown above the images. Thus I can save me WYSIWYG section with the name of the gallery as title.
Thanx
Ralph
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #28 on:
September 24, 2006, 08:23:55 AM »
Hello,
seems i mixed to much english and geman
fixed the german language file in the attached version.
and yes your wishes i think we will includ in the next major release. Dropdownbox is good and setting the description and the name above the pctures are also good ideas.
Matthias
Edit:
Newer version some posts below
«
Last Edit: September 26, 2006, 11:44:41 PM by ruebenwurzel
»
Logged
sierrafix
Offline
Posts: 16
Re: Swift Image Gallery
«
Reply #29 on:
September 24, 2006, 11:47:09 AM »
Hi again,
a little request for the next release.
All thumbs are sized 40x40px. I think they should have the same aspect ratio as the original pictures.
Greetings from Germany
Ralph
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #30 on:
September 26, 2006, 11:43:09 PM »
Hello,
ok here we go. I'm proud to present the totally rewritten Swift-Image-Gallery.
Changelog:
- added Dropdown box for to browse the media folder (special thanks to Rob Smith)
- totally new admin layout for modify and settings window
- added new field for individual thumbs resizing
- stylesheet now 100% editable from admin interface in the settings window
- view.php now only works with container, deleted all tables
- Galleriename and -description are now shown above the images
So i think all wishes are included
How to update from a previous version:
As there are changes at the tables and modifications in a lot of files i recommand to uninstall previous versions and install the new version. Adding the old galleries with the dropdown box is then done in a few seconds.
Attached you find version 0.5 (0.4 wasn't released here) of this modul.
Please test it and post if there are issues.
Have fun
Matthias
Edit:
Newer version available at the
Addons Repository
«
Last Edit: October 18, 2006, 04:28:11 AM by ruebenwurzel
»
Logged
wopfe
Offline
Posts: 5
Re: Swift Image Gallery
«
Reply #31 on:
October 17, 2006, 04:54:13 PM »
Thanks ruebenwurzel,
I use the Swift image Gallery, but there is one thing i don't understand, i can't get the pictures to line up the way i wan't. I wan't to see picture 1,2,3,4,5,6,7,8,9,10 in a row but i seem to get 2,6,1,3,5 etc. Is there a way to change this?
Greetings,
Wopfer
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #32 on:
October 17, 2006, 05:25:30 PM »
Hello,
Quote
I wan't to see picture 1,2,3,4,5,6,7,8,9,10 in a row but i seem to get 2,6,1,3,5 etc. Is there a way to change this?
Never heard about this. Did you change something on the pictures after enable the swift gallery?
Have you tried to delete the page with swift and make a new page? Did there occur the same?
Matthias
Logged
wopfe
Offline
Posts: 5
Re: Swift Image Gallery
«
Reply #33 on:
October 17, 2006, 05:36:43 PM »
Ehm, no i just uploaded about 20 pictures to a directory using website baker...The pictures where numbered 1 to 20(.jpg), instead of that i got the pictures in that order i got this random order....Ii can't find out how it sets this order, it isn't the date or the naming of the pictures...After i deleted the page and made a new one it just did exactly the same...
Wopfer
Logged
rsmith
Offline
Posts: 194
Re: Swift Image Gallery
«
Reply #34 on:
October 17, 2006, 10:29:18 PM »
Hi...
Tested and was able to duplicate the issue.
Change Line 80:
from
Code:
if (count($all_images)>0) {
to
Code:
if (count(natsort($all_images))>0) {
this will sort the files in a natural order, 1,2,3,4,5,6,7,8,9,10,11.....
Hope this helps
Rob
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #35 on:
October 18, 2006, 04:30:54 AM »
Hello,
thanks Rob, again you are the master fixer
.
Released version 0.6 at the
Add-ons Repository
wich includes your fix.
Have fun
Matthias
Logged
wopfe
Offline
Posts: 5
Re: Swift Image Gallery
«
Reply #36 on:
October 18, 2006, 08:33:03 PM »
Thanks Rob and Matthias, that was fast
I am not that fast i'm afraid so i wil change my site this weekend and let you know!!
Greetings,
Wopfe
Logged
wopfe
Offline
Posts: 5
Re: Swift Image Gallery
«
Reply #37 on:
October 24, 2006, 03:11:35 PM »
It works! Thanks guys!
Greetings,
Wopfe
Logged
mathetos
Offline
Posts: 93
Re: Swift Image Gallery
«
Reply #38 on:
October 28, 2006, 01:27:27 PM »
I just installed this module and I think this is probably the easiest to use for newbie clients. The interface really gives you an idea of what you are doing with the frontend, that's great.
I've been able to tweak it quite alot by adapting the [view.php] and CSS and I'm very happy with the end result:
http://buesingen.migration.nazarener.de/wb/pages/this-is-who-we-are/picture-gallery.php
I just have two questions:
1) I understand that not all servers have GD, so it makes sense to have a gallery available that doesn't need it. BUT! Would it require a total re-write to implement GD into this module, because, I do have GD and it makes a big difference when it comes to the Thumbnails and showing reduced sized photos (which is a big deal since many newbies don't know how to resize photos themselves).
2) It seems that the Thumbnail width option does not allow the thumbnail to maintain proportions. Is it possible to implement proportional thumbnails? Or did I mess something up?
Thanks,
~mathetos~
Logged
www.ifpdesigns.com
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7631
Re: Swift Image Gallery
«
Reply #39 on:
October 28, 2006, 04:00:28 PM »
Hello,
Swift Image gallery does not create any thumbnails. They are only reduced per html. To add GD to swift i think is not necessary because we have other gallerys wich have this already included.
Try "Another Image Gallery" or "Image Gallery" or "GD Pics" from the
Add-ons Repository
.
The easiest to use is Another Image Gallery, as you can choose the folder like in Swift Gallery. Wit Image Gallery you can upload the pictures vie admin interface and a tool with a lot of Options is the GD Pics Gallery.
Matthias
Logged
frostat01
Guest
Re: Swift Image Gallery
«
Reply #40 on:
July 09, 2009, 01:18:41 PM »
Hello im Adam,
And I run a website
http://newscentre.tv-uk.info/cms/pages/index.php
which uses the swift gallery. But they is someone wrong with the addon it won't let me add any new galleries but it does show the old galleries.
Thanks
Adam
Logged
kweitzel
Forum administrator
Offline
Posts: 6804
Re: Swift Image Gallery
«
Reply #41 on:
July 09, 2009, 06:48:59 PM »
double-posting is not appreciated. I removed your other identical post.
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
frostat01
Guest
Re: Swift Image Gallery
«
Reply #42 on:
July 12, 2009, 09:23:12 PM »
Quote from: kweitzel on July 09, 2009, 06:48:59 PM
double-posting is not appreciated. I removed your other identical post.
cheers
Klaus
ok but please can u help me
Logged
kweitzel
Forum administrator
Offline
Posts: 6804
Re: Swift Image Gallery
«
Reply #43 on:
July 13, 2009, 06:54:14 AM »
first of all, you should give more info:
WB Version, Module Version and Errormessage (if non is seen, please change the error reoportin within WBs Options)
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
frostat01
Guest
Re: Swift Image Gallery
«
Reply #44 on:
July 18, 2009, 11:31:10 AM »
Quote from: kweitzel on July 13, 2009, 06:54:14 AM
first of all, you should give more info:
WB Version, Module Version and Errormessage (if non is seen, please change the error reoportin within WBs Options)
cheers
Klaus
Swift Gallery Version 0.6 ,WebsiteBaker 2.7.x i think and I dunno how u change the error reporting thing
Logged
kweitzel
Forum administrator
Offline
Posts: 6804
Re: Swift Image Gallery
«
Reply #45 on:
July 18, 2009, 02:42:51 PM »
error reporting is changed within the "Settings" of your Website baker Installation. Then you need to click on "show advanced options". You can then change the error reporting.
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
frostat01
Guest
Re: Swift Image Gallery
«
Reply #46 on:
July 30, 2009, 01:10:49 PM »
Quote from: kweitzel on July 18, 2009, 02:42:51 PM
error reporting is changed within the "Settings" of your Website baker Installation. Then you need to click on "show advanced options". You can then change the error reporting.
cheers
Klaus
It says PHP Error Reporting Level: E-NONE now wat should it be changed to
Logged
kweitzel
Forum administrator
Offline
Posts: 6804
Re: Swift Image Gallery
«
Reply #47 on:
July 30, 2009, 01:21:42 PM »
"E_ALL&E_STRICT" sounds like the best option, don't you think?
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
frostat01
Guest
Re: Swift Image Gallery
«
Reply #48 on:
July 31, 2009, 02:01:14 PM »
Quote from: kweitzel on July 30, 2009, 01:21:42 PM
"E_ALL&E_STRICT" sounds like the best option, don't you think?
cheers
Klaus
I aint getting any error reports from the module.
Logged
kweitzel
Forum administrator
Offline
Posts: 6804
Re: Swift Image Gallery
«
Reply #49 on:
July 31, 2009, 05:55:05 PM »
the please post a link to your gallery and additionally have a look into the errorfiles.
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
Pages:
1
[
2
]
3
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...