• Anonymous
  • Login
  • Register
BlogSphere - Feature Request: Displaying photo descriptions when photos are displayed


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



Taken Actions by Owners

No actions have been taken yet.


In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.