A xenforo plugin that places a blockmessage on posts which have been quoted in the thread. The intention is to ease the folow of conversation by knowing whether there is already an existing conversation chain.
Download from release page the latest version and install addon as usual.
On install, it will scan all posts that contains a quote tag to populate the database. This can take some time to do.
Currently the rebuild deletes everything in the table and repopulates it. We should improve this method by doing a diff between existing QuoteBy, adding and removing when necessary.