• Anonymous
  • Login
  • Register
BlogSphere - Feature Request: Include comment text in notification email


When the blog owner gets notified about new entries could the blog text be included.

The agent "Notify Blog Owner of New Comments" would need a modification here:
after:
If doc.ResponseIPBlocked(0) <> "" Then
Call body.AppendText("RESPONSE BLOCKED! - IP Address: " & doc.Remote_Addr(0) )
Call body.AddNewLine( 1 )
End If
Add:
Call body.AppendText("What has been said:")
Call body.AddNewLine( 1 )
Call body.AppendText(doc.body(0))
Call body.AddNewLine( 2 )

Body is stored as text, so the call should be save.



Taken Actions by Owners



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.