This topic is locked

Pulling URL images out of a memo field.

12/4/2014 4:30:10 PM
PHPRunner General questions
D
DealerModules authorDevClub member

I have an Access database and one of the memo fields contains URLs separated by commas which are image urls. For example:
"https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=22816&image=1&table=forumtopics"; .
There are about 15 images stored in the one field in this manner. In PHPRunner 8, how can I show them as an image gallery?
Any direction greatly appreciated.

Sergey Kornilov admin 12/5/2014

This needs to be some sort of custom solution. You need to use one of image gallery components available on the Internet. See some examples at http://www.vandelaydesign.com/jquery-image-galleries/
You need to find one that is easy to integrate and that is able to accept the list of image URLs as a source. Then you can use 'View as' type 'Custom' to build required HTML/Javascript to run that gallery/plugin thing.

D
DealerModules authorDevClub member 12/5/2014



This needs to be some sort of custom solution. You need to use one of image gallery components available on the Internet. See some examples at http://www.vandelaydesign.com/jquery-image-galleries/
You need to find one that is easy to integrate and that is able to accept the list of image URLs as a source. Then you can use 'View as' type 'Custom' to build required HTML/Javascript to run that gallery/plugin thing.


Thanks Sergey, I will check into it.