OpenNTF.org - BlogSphere
Home
Download
Projects
IdeaJam
Forums
About
Get Involved
BlogSphere
OpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]
My Links (Not logged in)
User Name
Password
Register
Forgot Password
Project: BlogSphere (Managed by )
Actions:
 
About
Releases
Screenshots
Requests
Bugs
News
Discuss
Docs
Testimonials
All
The 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>
.
Feedback
Displaying photo descriptions when ... ( on 06/26/2006 10:00:07 PM )
Check out other projects