I have a photo gallery and I would like the source to be a folder on my host's server. What is the syntax I need to use to get the pictures to display?
I have some pictures in a folder on my server. I can access an individual one by typing this in a browser - https://the-photo.org/trevor/01-62230019.JPG
The folder itself (trevor) has permission of 755. But when I put in https://the-photo.org/trevor - nothing happens.
Thanks for any advice
Alan
Photo gallery - source syntax?
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: Photo gallery - source syntax?
A sample wbs file can be found here https://www.dropbox.com/scl/fi/dhg44i8a ... 4u89r&dl=0
Re: Photo gallery - source syntax?
The 'Folder' should be the name of a relative folder, not an URL.
https://the-photo.org/trevor
should be
trevor
Also, the page extension (in Page Properties) must be php, otherwise the server does not execute the PHP script.
https://the-photo.org/trevor
should be
trevor
Also, the page extension (in Page Properties) must be php, otherwise the server does not execute the PHP script.
Re: Photo gallery - source syntax?
Thanks. I will try that out.
Alan
Alan
Re: Photo gallery - source syntax?
Thank you - that works perfectly.
Alan
Alan