This worked great except at first the post # wasn't showing up in the quote. So in the quote_reply template I changed this:
PHP Code:
[QUOTE][i]$postdate at $posttime [b]$originalposter [/b]said this in
[url {=} $bburl/showthread.php?postid=$postid#post$postid]Post #$post[$postid] [/url][/i]
[B]$pagetext [/B][/QUOTE]
To this:
PHP Code:
[QUOTE][i]$postdate at $posttime [b]$originalposter [/b]said this in
[url {=} $bburl/showthread.php?postid=$postid#post$postid]Post# $postid[/url][/i]
[B]$pagetext [/B][/QUOTE]
Changing the $post[$postid] at the end of the link to just $postid and it worked for me. Without the brackets in the url part of course.