Click to See Complete Forum and Search --> : Dreamweaver Create Web Photo Album?
mfsgoten
05-06-2007, 05:37 PM
ive been working on an image gallery for my website, and when i create my image gallery, i can only get all of my images on one page going all the way down. the problem is, i have like 100 something images. How can i create an image gallery in the same page but have like a next or page 2 or just a way to split the images so that i have have a certain amount of images showing at a time.
Centauri
05-06-2007, 06:07 PM
Have a look at some of the Photo Gallery demos here (http://www.cssplay.co.uk/menu/index.html) - one of these may be what you need.
Cheers
Graeme
Crosshairs
05-06-2007, 06:12 PM
You could try the dreamweaver exchange they have some plugins that are decent too.
DW EXCHANGE (http://www.adobe.com/cfusion/exchange/index.cfm?view=sn120#loc=en_us&view=sn120&viewName=Adobe%20Exchange&avm=1)
mfsgoten
05-06-2007, 08:09 PM
none of the links answer my question im afraid.
Crosshairs
05-06-2007, 08:39 PM
Is it database driven? If so what type and what language are the pages?
If it is HTML search the DW exchange and you will find several auto gallery generators that will make the pages for you
mfsgoten
05-07-2007, 06:55 PM
I want the pages to be english but i just want to know how to make a multi page image gallery from dreamweaver
Centauri
05-07-2007, 07:57 PM
By "language", Crosshairs refers to programming language - php, asp stc.
It sounds as though you are a "drag-and-drop into Dreamweaver's design view" type of developer - if so, then you will NOT create effecient sites or the gallery you desire with this method. You really need to know what html and css coding actually DO, and work within Dreamweaver's code view - there is no magic instruction set of "do this, do that" in Dreamweaver which will produce a customised gallery.
The Stu Nicholls' example page I linked to above show some very ingeneous ways to display multi-page galleries in a confined space, but you really need to understand the coding he has used (his source code is well documented) to copy-and-paste into your page and modify to suit your requirements. I used a similar technique on this page (http://www.macfabrics.com/Fabrics.html).
Cheers
Graeme
mfsgoten
05-08-2007, 06:39 PM
well those image galleries are kinda different than what i want.
il give you the condition of my site gallery to show you what i mean.
here is the link of my site gallery so far
http://dbz-zone.org/images/gohan/index.htm
but what i want is to have like say, 20 images per page and have like a next page or 1.2.3 pages.just the simple click and next page method, but i dont know how to do it on dreamweaver. dreamweaver just puts all images into one page.
are there any specific dreamweaver add ons or anything that could help me do this? that is freeware by the way.
Centauri
05-08-2007, 06:46 PM
Dreamweaver is not going to split up your pages for you - you will have to create multiple pages and put 20 images on each page, with links directing to the other pages.
mfsgoten
05-09-2007, 10:27 PM
is there no add on or exchange for dreamweaver that allows me to do this automatically?
Crosshairs
05-15-2007, 01:10 AM
there are gallery generators available in the macromedia exchange just search gallery
mfsgoten
05-18-2007, 05:44 AM
is there any specific gallery generator you know about,thats good? and free. i tried one but it didnt work properly.
ryanbutler
05-18-2007, 10:49 AM
There's Coppermine:
http://coppermine-gallery.net/
Not DW driven, but much better anyway. Or if you decide to go the paid route, PVII offers a couple awesome slide show options:
http://www.projectseven.com/products/index.htm
Look at Image Gallery Systems.
Crosshairs
05-18-2007, 02:38 PM
ya coppermine rocks but needs a bit of php knowlede, I use it all the time.