이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

  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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WPMU Blog Name Restrictions Override”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WPMU Blog Name Restrictions Override”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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