Hello,
I tried to modify the functionality "quote".
If some member write:
Code:
Quote:
|
Originally Posted by Joseph
hello my friends!!
|
I want that appears:
Code:
Joseph wrote:
-------------------------------------
hello my friends!!
-------------------------------------
herefore I added this command in helper.
vb :
Code:
text = Regex.Replace(text, "\
Quote:
|
Originally Posted by "(?<user>.*)""\]", _
"<blockquote>${user} wrote:", _
RegexOptions.IgnoreCase)[/code]
But my problem is when I cite a citation!
If a member wrote:
[code]
[quote="Susan
Quote:
|
Originally Posted by Joseph
hello my friends!!
|
|
This message appears:
[code]
Susan"][quote="Joseph wrote:
----------------------------------------
hello my friends!!
----------------------------------------
----------------------------------------
[/code]
Somebody can help me in saying what it is wrong?
Thanks
Max, from Portugal