
Project: Open Notes Picture Database (Managed by Christian Brandlehner)
Subject
Bug & fix for video album link, 1.1.7 - 1.1.9a
Posted by
Wade J Dugas on 09/12/2005 at 02:10 PM
Details
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.
Modification history
| Entered 12-Sep-2005 14:10 by Wade J Dugas. Last Modified 14-Sep-2005 10:21 by Wade J Dugas. |
Feedback
Check out other projects
Anonymous