OpenNTF.org - BlogSphere
BlogSphereOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

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

   Project: BlogSphere (Managed by )
Actions:

Hide details for The requestThe request

The idea
Proposed by:Tim Campbell
Project Master Chef:Declan Lynch
Rocky Oliver
Tom Duff
Joe Litton
Christian Brandlehner
Chad Schelfhout
Feature type:UI
Brief Description:Displaying photo descriptions when photos are displayed
Status:Submitted

Details
Hello,

First off, I would like to say that I love this template!

Something that I thought would be nice was if the photo descriptions were displayed alongside the photos when they are displayed as a list or displayed alone. I would like to suggest the following two changes:

(1) change to the "SubPictureBottom" subform
on this subform, I added a line with a computed value of:
@If(PhotoText = "n/a";"";"<br />" + PhotoText )
This added the photo descriptions to the single picture display.

(2) change to the "HTML\PhotosForPublic" view
on this view, for the column value of "HTML", I changed the definition of the variable "PictureHTML" to:
PictureHTML := "<span class=\"PictureThumbnail\">" + @NewLine +
"<a href=\""+link+"\">"+@NewLine +
image+"</a><br clear=\"all\">"+ @NewLine +
_Subject+ "<br>" + _thisrating + "</span>" + @NewLine +PhotoText + "";
This added the photo descriptions to the list of photos within a subalbum.

Thanks!
Tim Campbell

Action taken
Status:Submitted
Implemented in Release:
Comments:


Modification history
Entered 26-Jun-2006 22:00 by Tim Campbell. Last Modified <none> by <none>.