Re: Blog Module - Deleting Posts Error
Hi Brian,
Sorry I wasn't paying close enough attention to your instructions, I was clicking the main edit link instead of the one in blogview.aspx, once I did as you instructed I got the error.
I have it fixed and will make another file set as soon as I can and post here when its ready.
The bug was in the redirect logic which was redirecting to the url referrer, the problem was that when the url referrer was the blogview.aspx page it doesn't make sense to return to that page after the post is deleted because there is no longer a post to view with the previous url. So I've made it smart enough to redirect back to the page that contains the blog.
Thanks,
Joe