Opis
WordPress Multisite Network plugin. New blogs(aka sites) await a final click from a Network Admin to activate. This plugin flags new blogs in Network Admin–>Sites as “Awaiting Moderation”.
Instalacija
Ovaj odlomak opisuje kako instalirati dodatak i i kako ga natjerati da radi.
- Upload
ds_wp3_moderate_new_blogs.php
to the/wp-content/plugins/
directory - Aktivacija mreže
- Visit Network Admin->Settings page and checkbox “Moderate New Blogs”.
- Look for new blogs with “Awaiting Moderation” action at Network Admin->Sites page or Network Dashboard
Optional:
To change the default message for an inactive blog use your own drop-in plugin as described in wp-includes/ms-load.php:
if ( file_exists( WP_CONTENT_DIR . ‘/blog-inactive.php’ ) )
return WP_CONTENT_DIR . ‘/blog-inactive.php’;
ČPP
- Will this plugin stop spammer blogs? No. Legit blogs wait until approved manually by SuperAdmin.
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“Moderate New Blogs” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “Moderate New Blogs” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
4.6
- WP 4.6 tests OK, cleanup php notices