HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Reply 0.1

Adds an icon "Reply" to posts which scrolls screen to commentbox and inserts "@authorname". It also adds a link to send author a PM. Initial idea is based on the plugin EasyReply written by @andelf.

This plugin adds two links below each comment and each discussion: "Send PM" and "Reply". Send PM will redirect to /messages/add/username/discussionname which creates a new conversation with the author of the post as the recipient and the title of the discussion as the subject.

Both links can be deactivated individually by setting reply.SendPM or reply.Comment = false in the config.php.

Sources on GitHub

Version 0.2

Fixed: Make js work with iframe of advanced editor
Fixed: Prevent wrong url when forum is in a subdirectory
ToDo: Set cursor at end of text in advanced editor

Version 0.3

Don't show buttons for guests any more
Add css class to session users own discussions so that buttons can be hidden/styled the same way that they can be in comments.

Questions