Posted by: styx31 - Thursday, 14 July 2011 00:41:57 |
---|
Hi, We have a problem in our forum where [url=http://www.pathfinder-fr.org/Forum/yaf_postsm70596_Maintenance.aspx#post70596]topic's quotes[/url] are not always formatted correctly. In my example, beside the fact that we've used [quote = user;postId], the forum does not display the post shortcut, but consider the parameter as entire text. When I see Yaf.Core\BBCode\YafBBCode.cs, lines 548+, I see that the two patterns are added without any priority between them. So, either both patterns _rgxQuote2 & _rgxQuote3 match my sample. In this forum it works perfectly, but in mine it depends : sometimes quotes are ok, sometimes not. |