The email template from the SubmitContent form looks like this:
If the user included a picture in their content item the URL will be a relative one like this:
And obviously the picture doesnt show up in the email.
Is there any way to change URLs in the email only to absolute ones like
I guess this would have to be some sort of mambot / plugin?
<p>Hi,</p>
<p>New user has submitted a new Content item, please review it!</p>
<p><strong>Title:</strong>{title}</p>
<p><strong>Body:</strong> {fulltext}</p>
If the user included a picture in their content item the URL will be a relative one like this:
<img src="images/stories/jbudd/blacksheep.gif">
And obviously the picture doesnt show up in the email.
Is there any way to change URLs in the email only to absolute ones like
<img src="http://mysite/images/stories/jbudd/blacksheep.gif">
I guess this would have to be some sort of mambot / plugin?