1 (edited by PunBB Fun 2011-05-07 13:21)

Topic: [Fixed: ?] Bug in parsing the tag "quote"

I think that few people have experienced this, but this is the place to be. If a member has a name square brackets, when quoting his message is "break".

Example:

[XX] MyName wrote:

Some text

And if enclosed in double quotes, all work out correctly:

[XX] MyName wrote:

Some text

But the most interesting, when you click on "reply", the forum engine itself inserts single quotes, and when you quoted, he did nothing sticks. Here's a noodle.

2 (edited by PunBB Fun 2011-05-07 14:32)

Re: [Fixed: ?] Bug in parsing the tag "quote"

Fix №1 Thanx d-linux.

Fix №2
Find in scripts.js (extension pun_quote) this lines

[quote=' + pun_quote_authors[qid_param] + ']

and replaced

[quote=\"' + pun_quote_authors[qid_param] + '\"]

Leans back in his chair and smoke bamboo. smile