OpenNTF.org - Open Notes Picture Database
Open Notes Picture DatabaseOpenDocument&Start=1&Count=300&Expand=1.1[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: Open Notes Picture Database (Managed by Christian Brandlehner)
Actions:


Subject
 Bug & fix for video album link, 1.1.7 - 1.1.9a
Categories
 Feedback
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.


Anonymous