I thought I had the play by post section done, but the fucking thing only grabs single lines. I can't come up with a regex expression that will grab everything so it might be a while till it works.
You see the [noparse][announcement], [links] and [synopsis][/noparse] tags parse their contents into an HTML comment into the post. When the first post reader reads it back it tages that text out of the comment and puts it where it belongs using the side blocks.
Well that's the theory. I think I can safely say that writing regex expressions are the most difficult task a programmer ever has to do.