Posted by romankrv |
|
I guess that email which send to notify about new post thread can contain context topic and it feature sets in settings. Am I right?
|
|
Posted by Herbert Poul |
|
no, it is not a setting, but you can simply overwrite the template.. sphene/sphboard/new_post_email.txt and include the body - like: {{ post.body }} .. the problem is, that it sends text emails by default, not HTML emails.. so .. so you can't use {{ post.body_escaped }} which would output the HTML .. {{ post.body }} will include the unrendered bbcode Hey, we have Signatures !!! Great, isn't it ? ;) |
Please login to post a reply.