Quote:
Originally Posted by KelVarnsen
Could you add their user ID to the quote tag? Like data-user="32"?
|
Maybe.. but even the quote tag with just the user ID could be enough. Like if I quote your post...
...it'll create some HTML that is surrounded with:
Code:
<!-- BEGIN TEMPLATE: bbcode_quote -->
div, table, etc containing the quote
<!-- END TEMPLATE: bbcode_quote -->
So maybe a plugin could look for those begin and end comments and if in the middle there's the chunk of html that says
Code:
Originally Posted by <strong>KelVarnsen</strong>
then it removes everything between the comments? Might even work with nested quotes.