As of right now, the code for the quote tag consists of
This returns
So that it will return
Alternatively:
This will link to the post with the corresponding id, and the quote will automatically find out who wrote the text for the post.
[quote="poster"]text in quote[/quote]
This returns
I suggest that the quote tag come with an optional link parameter, likeposter wrote:
text in quote
[quote=poster;postid]text in quote[/quote]
So that it will return
where clicking on "poster" will direct you to that post stated by postid. For example, this postid is 1544428.poster wrote:
text in quote
Alternatively:
[quote=id]quoted text[/quote]
This will link to the post with the corresponding id, and the quote will automatically find out who wrote the text for the post.