https://github.com/rbeer/nodebb-plugin-topic-events
PlugIn for NodeBB, showing inline topic events.
https://github.com/rbeer/nodebb-plugin-topic-events
Last synced: 2 months ago
JSON representation
PlugIn for NodeBB, showing inline topic events.
- Host: GitHub
- URL: https://github.com/rbeer/nodebb-plugin-topic-events
- Owner: rbeer
- Created: 2015-05-12T15:58:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T02:57:23.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T18:33:59.589Z (4 months ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodebb-plugin-topic-events
PlugIn for NodeBB, showing inline topic events.
## Installation
1. Go to your nodeBB installation:`cd /var/nodebb/`
2. Clone the plugin into ./node_modules/ folder:
```bash
git clone https://github.com/Linux-statt-Windows/nodebb-plugin-topic-events.git \
./node_modules/nodebb-plugin-topic-events
```4. Activate the plugin in the ACP.
5. Go nuts! :D
## Features
###Captured Events
* lock / unlock

* pin / unpin

* move
* delete / restore
* purge
Deletes all recorded events.
###Show/Hide events by topic
Admins/Mods can hide events for each topic using the Topic Tools.*Events will still be recorded.*
