Changes between Initial Version and Version 1 of Ticket #1767, comment 12
- Timestamp:
- 04/23/2013 08:46:26 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1767, comment 12
initial v1 7 7 I don't really know how complex this needs to be. Is there any reason why we can't just use JS to take the post author/content from said reply and then insert it into TinyMCE as: 8 8 9 ` 9 {{{ 10 10 <blockquote class="quick-quote"> 11 11 <cite><a href="[reply link]">[Author] said:</a></cite> 12 12 [content] 13 13 </blockquote> 14 ` 14 }}}