Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 706 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 706 Bytes

QuoteBy

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.

QuoteBy example

Installation

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.

Todo

Rebuild cache with diff

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.