WPIntell

Source evidence

Does Comment Blacklist Manager work on multisite?

Comment Blacklist Manager · support · 2015-11-19T11:38:00+00:00

mixedsentiment
highseverity
0.88relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 32 rows with source links

15.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
claired8 resolved
Does the plugin work on multisite if I network activate it? Or do I need to activate it on each site individually? Thank you. https://wordpress.org/plugins/comment-blacklist-manager/ If you network activate it, it will be on every site. Hi, trying to use my own blacklist.txt file on a multiste, but doesn’t seem to pic up the file. I’m using the following in theme/function file (added at top of file) that all network sites use, not using any caching — any thoughts? add_filter( 'cblm_sources', 'rkv_cblm_replace_blacklist_sources' ); function rkv_cblm_replace_blacklist_sources( $list ) { return array( 'http://my-domain-here.tld/blacklist.txt' ); } There is a ‘local blacklist’ field which can be used in conjunction with the list pulled from GitHub. I wonder if using the local blacklist on the main network site, applies to to all network sites? Hi, I’ll try the local list option, but I don’t really want to pull the GitHub list at all. Apologies, I was mistaken, the blacklist options are only available on each microsite Nope, neither options seem to work! 🙁 I’ll hack the url in the plugin for now and see if that works! AH! I am stupid 🙂 Permissions on .txt file were wrong! All working, and custom blacklist now loads on all sites!

Comments

7 shown
Andrew Norcross 2015-11-24T13:39:00+00:00

If you network activate it, it will be on every site.

davinian 2016-10-14T12:15:00+00:00

Hi, trying to use my own blacklist.txt file on a multiste, but doesn’t seem to pic up the file. I’m using the following in theme/function file (added at top of file) that all network sites use, not using any caching — any thoughts? add_filter( 'cblm_sources', 'rkv_cblm_replace_blacklist_sources' ); function rkv_cblm_replace_blacklist_sources( $list ) { return array( 'http://my-domain-here.tld/blacklist.txt' ); }

danbrady 2016-10-14T12:24:00+00:00

There is a ‘local blacklist’ field which can be used in conjunction with the list pulled from GitHub. I wonder if using the local blacklist on the main network site, applies to to all network sites?

davinian 2016-10-14T12:25:00+00:00

Hi, I’ll try the local list option, but I don’t really want to pull the GitHub list at all.

danbrady 2016-10-14T12:44:00+00:00

Apologies, I was mistaken, the blacklist options are only available on each microsite

davinian 2016-10-14T13:15:00+00:00

Nope, neither options seem to work! 🙁 I’ll hack the url in the plugin for now and see if that works!

davinian 2016-10-14T13:18:00+00:00

AH! I am stupid 🙂 Permissions on .txt file were wrong! All working, and custom blacklist now loads on all sites!