Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 09:22:17 AM

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.
149627 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 [2] 3   Go Down
Print
Author Topic: Swift Image Gallery  (Read 26799 times)
N1l3Z

Offline Offline

Posts: 21



« 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.. grin

/NileZ
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7661



WWW
« 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 Offline

Posts: 16


« Reply #27 on: September 24, 2006, 08:04:35 AM »

Hi,

first of all I would say nice module  grin

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 Offline

Posts: 7661



WWW
« Reply #28 on: September 24, 2006, 08:23:55 AM »

Hello,

seems i mixed to much english and geman  wink wink

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 Offline

Posts: 16


« 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 Offline

Posts: 7661



WWW
« 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  wink  wink  wink

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 Offline

Posts: 5


« 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 Offline

Posts: 7661



WWW
« 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 Offline

Posts: 5


« 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 Offline

Posts: 194


« 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 Smiley
Rob
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7661



WWW
« Reply #35 on: October 18, 2006, 04:30:54 AM »

Hello,

thanks Rob, again you are the master fixer  wink.

Released version 0.6 at the Add-ons Repository wich includes your fix.

Have fun

Matthias
Logged
wopfe

Offline Offline

Posts: 5


« Reply #36 on: October 18, 2006, 08:33:03 PM »

Thanks Rob and Matthias, that was fast Wink 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 Offline

Posts: 5


« Reply #37 on: October 24, 2006, 03:11:35 PM »

It works! Thanks guys!

Greetings,

Wopfe grin
Logged
mathetos

Offline Offline

Posts: 93



WWW
« 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

ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7661



WWW
« 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
« 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 Offline

Posts: 6819


WWW
« 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
« Reply #42 on: July 12, 2009, 09:23:12 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 Offline

Posts: 6819


WWW
« 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
« Reply #44 on: July 18, 2009, 11:31:10 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 Offline

Posts: 6819


WWW
« 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
« Reply #46 on: July 30, 2009, 01:10:49 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 Offline

Posts: 6819


WWW
« 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
« Reply #48 on: July 31, 2009, 02:01:14 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 Offline

Posts: 6819


WWW
« 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
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!