Is there a possibility to show all photos in a certain directory?
I want to give someone the opportunity to upload photos that are then all shown on the website
Show all images in a directory
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Show all images in a directory
The built-in photo gallery (and slideshow) can display images from a folder on the server.
Properties -> Source -> Get images from a folder on the server
Properties -> Source -> Get images from a folder on the server
Re: Show all images in a directory
What is the convention when naming a server directory when using Photo Gallery.
I have tried ‘..\MyPhotos’ and ‘\public_html\MyPhotos’ , ‘/public_html/MyPhotos’ but I get a blank object.
What am I missing?
I have tried ‘..\MyPhotos’ and ‘\public_html\MyPhotos’ , ‘/public_html/MyPhotos’ but I get a blank object.
What am I missing?
Re: Show all images in a directory
The path should be relative to the current folder.
So, if the 'MyPhotos' is in the current folder then it should be:
./MyPhotos
Note that filenames and folders are case sensitive.
So, if the 'MyPhotos' is in the current folder then it should be:
./MyPhotos
Note that filenames and folders are case sensitive.
Re: Show all images in a directory
Clearly I’m doing something wrong as I’m getting nothing:
My website is in ‘/public_html/showphotos’
My images are in ‘/public_html/MyPhotos’
(slashes orientation just copied from FileZilla)
Using your example I assume target directory would be ‘..\MyPhotos’
(although I have also tried ‘.\MyPhotos’ and ../MyPhotos’)
OK sorted - page should be .php. Duhh!
My website is in ‘/public_html/showphotos’
My images are in ‘/public_html/MyPhotos’
(slashes orientation just copied from FileZilla)
Using your example I assume target directory would be ‘..\MyPhotos’
(although I have also tried ‘.\MyPhotos’ and ../MyPhotos’)
OK sorted - page should be .php. Duhh!