Reply to thread

Currently the blockquote markup returned in message_parsed renders the following:


[CODE=html]<blockquote class="xfBb-quote" data-name="UserName"><p>Quoted post text.</p></blockquote>[/CODE]


In addition to the data-name attribute it would be valuable to also have (just making up names):

  1. data-original = gets the post ID of the post being replied to
  2. data-user-id = the ID of the user being replied to


Back
Top Bottom