Simple Content filtering (More like word filter) for GNU Social.
- For now in Qvitter the UI does not update properly when modifying a post. I am looking into this, but it is most likely because the post changes during the save to the db.
cd /var/www/html/plugins
(Or you GS Plugins directory)git clone https://github.com/mitchellurgero/gs_content_filter.git
- Make sure permissions make sense in web server
- In
config.php
put:addPlugin('ContentFilter');
- Also in
config.php
put$config['site']['contentf']['filter'] = array("word1","word2");
Just go into the plugin/giphy
directory and type: git pull
to update.