This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WPMU Blog Name Restrictions Override

ਵੇਰਵਾ

When non-site admins sign up for a new blog via the wp-signup.php page, they are subjected to the following restrictions on their site name (that site admins are not subjected to):

* No dashes are allowed.
* No underscores are allowed.
* The name can not be all numeric.
* Name must be at least 4 characters long

This plugin allows site admins to override each of those restrictions, toggling yes/no for the first three settings, and adding a minimum length for the name.

This plugin only affects blog creation via the sign up page. It does not affect blog creation via site admin -> blogs -> new blog

ਸਕਰੀਨਸ਼ਾਟ

  • Administrator's option settings.
  • User View of underscore or dash error in blog name creation.
  • User View of default length error in blog name creation.

ਸਥਾਪਤੀਕਰਨ

  1. Place the cets_blog_name_restrictions_override.php file in the wp-content/mu-plugins folder.
  2. Set parameters via Site Admin -> Options

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

  1. Can I set a minimum length of greater than 4 characters.
    No – the plugin works by filtering the error codes returned from WordPress. No error code is returned if the name is more than 4 characters long.

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WPMU Blog Name Restrictions Override” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WPMU Blog Name Restrictions Override” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

  1. Updated the error code checking and error codes to use WP3.0 site language.