Closed (fixed)
Project:
Drupal core
Component:
comment.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Aug 2003 at 19:13 UTC
Updated:
20 Dec 2003 at 19:48 UTC
add a link at the bottom of each forum post to allow user to quote the message in the reply:
AT BOTTOM OF 1ST POSTING IN A FORUM
» add new comment | quote | next forum topic | 16 reads
AT BOTTOM OF REPLIES IN A FORUM THREAD
» reply to this comment | quote
as for how to display the quote, i'd recommend indentation and a bold 'John wrote:' just above the quoted text.
to see how this is done with bbcode, see this phpbb2 example
Comments
Comment #1
moshe weitzman commentedI like this feature. Hoever, do folks think it is disruptive to put a quote link right beside a 'add new comment' link. They go to the same page, after all.
Comment #2
boris mann commentedFor usability, I think it needs to be a separate link.
The only other way to implement (that I can think of) would be some sort of javascript that pasted in the previous comment/node content from a hidden form field, activated from a "quote previous" when you are looking at the blank comment text box.
Also, make this link an option that can be turned on/off in admin.
Comment #3
moshe weitzman commentedi am beginning work on this real soon.
Comment #4
moshe weitzman commentedI have uploaded a quote.module into Contrib which lets you quote nodes in your reply. But I have no way to hook into comemnt_links(), so for now you may not quote other people's comments. marking this as fixed. please open up related requests against quote.module or comment.module