• Bug & fix for video album link, 1.1.7 - 1.1.9a

    By Wade J Dugas 2 decades ago

    I added a video to an album and the link created would only allow you to enter comments. You could not get to the video. I altered the code in the the view, HTML\PhotosforPublic, File (Column) : Column Value, to correct the problem.



    I changed from:



    link := "/"+webdbname+@If(Form="Album_sub";"/albums/;"/pictures/")+PermaLink;



    To:



    link := "/"+webdbname+@If(Form="Album_sub";"/albums/";Form="Video";"/plinks/";"/pictures/")+PermaLink;



    The video needed a link with/plinks/ instaed of/pictures/. I can post or email the DXL output.

    • This fix applies to release 1.1.7

      By Wade J Dugas 2 decades ago

      Release 1.1.7 has the same problem….same fix.

    • Re: Bug & fix for video album link, 1.1.7 - 1.1.9a

      By Christian Brandlehner 2 decades ago

      Thanks for the tip, although it takes some more work to get videos work on the web again. I am going to fix that for the next release.

      • It works on the web with the above fix

        By Wade J Dugas 2 decades ago

        An image thumbnail doesn't show up but that's SMAP. (Simple Matter of Programming :-)