WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • 워드프레스와 40% 웹을 위한 여정
  • 워드프레스 번역 핸드북
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Login Require Press

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

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

Login Require Press

작성자: Marat Nepomnyashy
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

Overview:

At the time of this writing, the latest version of WordPress, version 5.3, has 3 post visibility options, which are ‘public’, ‘password protected’, and ‘private’.

The ‘password protected’ option allows the site administrator to individually lock certain posts, even from the logged in users, with an additional password / passcode. However, there is currently no built-in way to just deny access only to the unauthenticated users.

Login Require Press is a WordPress plugin that allows site administrators to specifically designate arbitrary posts with any public post type as viewable only after user login. Post authors can also enable or disable login protection for their own posts.

It is an easy way to require login to view specific pages / posts.

Unauthenticated site visitors attempting to view any page that includes any such specifically designated post will then be automatically redirected to the site’s default login page, and then back to the original page after they login, thereby limiting access only to logged-in users with subscriber roles and above.

Plugin will still allow unauthenticated downloading of site’s feeds, but will filter out all login-requiring posts from the feed listings.

Plugin will protect the titles, contents, and excerpts of login-requiring posts in search result page listings when the user is not logged in. The titles / contents / excerpts will be replaced by text “[Post title / content / excerpts protected by Login Require Press. Login to see the title / content / excerpt.]”

Technical summary:

Plugin works by hooking-in special logic into the action ‘send_headers’ to redirect unauthenticated client browsers to the site’s login page from any non-feed and non-search-results page upon detecting any login-requiring post, and by hooking-in another special logic into the filter ‘posts_results’ to filter out all login-requiring posts from all feed page listings, and to protect the titles, contents, and excerpts of login-requiring posts in search result page listings.

Login-requiring posts are marked with a custom field ‘login_require_press’ set to ‘yes’.

Official project URLs:

https://github.com/maratbn/LoginRequirePress
https://wordpress.org/plugins/loginrequirepress
http://www.maratbn.com/projects/login-require-press

스크린샷

  • Login Require Press configuration screen with the table used to specify which posts are to be login-protected.

  • Login Require Press configuration screen with the lists of private, non-private login-protected, and passcode-protected posts.

  • Login Require Press edit post meta box to enable or disable login protection.

설치

  1. Unzip contents of loginrequirepress.zip into the directory /wp-content/plugins/loginrequirepress/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

What do I do if I get this error “Plugin could not be activated because it triggered a fatal error.” when trying to activate?

Upgrade to PHP >= 5.4 See
https://wordpress.org/support/topic/crashes-on-activate

Make sure to check your PHP version with
https://wordpress.org/plugins/display-php-version/

Where can I ask a question about Login Require Press?

Ask your questions at: https://wordpress.org/support/plugin/loginrequirepress

Where can I post an issue / bug / feature request?

Post issues / bugs / feature requests at: https://github.com/maratbn/LoginRequirePress/issues

Plugin is missing feature X that I really want, what do I do?

Post a bug / feature request, or implement the feature at your leisure, and submit a pull request.

후기

Yay! Does what it says

Quindaro Press 2016년 9월 3일 답글 1개
Just wanted to keep my site accessible to everyone with a login … and nobody else! It works! Thanks.

Exactly what I needed. Thank you.

soundfeelings 2016년 9월 3일
LoginRequirePress allows me to easily restrict users from viewing certain pages unless they are logged in. Wordpress’ other options of “public, password, or private” do not give me what I need. This is just perfect. One thing you can mention in the next version of the instructions is to keep the page settings at “public” to make it work. Seems illogical, but that is exactly right. With this plugin, even though the page setting is at “public” the public will not be able to view it unless they are logged in, which is exactly what I needed. GREAT!
모든 5 평가 읽기

기여자 & 개발자

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

기여자
  • Marat Nepomnyashy

자국어로 “Login Require Press”(을)를 번역하세요.

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

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

변경이력

1.4.0

  • Tested up to WordPress 5.3
  • Fixed bug that prevented authors without administrative privileges from enabling / disabling login protection on their own posts.
  • Added logic to indicate that the previously-implemented Login Require Press post meta box is not compatible with the new WordPress block editor.

1.3.0

  • Tested up to WordPress 4.9.8
  • Added notice that changing settings in the meta box will not persist until the post is updated.
  • Improved post filtering logic.
  • Now also masking post excerpts of login-protected posts from search results.

1.2.0

  • Tested up to WordPress 4.6
  • Changed the plugin name from ‘LoginRequirePress’ to ‘Login Require Press’.
  • Indicating posts without names by token [no name #] where # is the post ID number.
  • Shortened the plugin description appearing on the admin dashboard plugins list to just one sentence.
  • Added support for WordPress instances nested inside subdirectories.

1.1.0

  • Tested up to WordPress 4.5.2
  • Improved the listing-out of posts in the post categorizations sections on the plugin’s Settings page.
  • Added ‘Refresh’ buttons to the Settings page.
  • Added LoginRequirePress meta box to the post edit screen.

1.0.0

  • Version incremented to 1.0.0 to signify public release.
  • Tested up to WordPress 4.5
  • Login Required status indicators now in red.
  • Added new ‘Default Visibility’ column, that indicates posts’ present visibility according to the default WordPress logic without this plugin.
  • Explicitly listing-out the Private, Login-Protected, and Passcode/Password-Protected posts.
  • Added plugin activation check for PHP version >= 5.4
  • Revised screenshot 1 to display the latest UI, and added screenshot 2.

0.1.2

  • Minor improvement to plugin WordPress description meta field.
  • Fixed issue https://github.com/maratbn/LoginRequirePress/issues/2: Added file ‘REQUIREMENTS’.
  • Fixed issue https://github.com/maratbn/LoginRequirePress/issues/3: Protecting the titles and contents of login-requiring posts in search result page listings when the user is not logged in.

0.1.1

  • Various documentation improvement.

0.1.0

  • Initial release.

기초

  • 버전 1.4.0
  • 최근 업데이트: 6년 전
  • 활성화된 설치 200+
  • 워드프레스 버전 3.8.1 또는 그 이상
  • 다음까지 시험됨: 5.3.18
  • 언어
    English (US)
  • 태그:
    control accessPassword Protectsecurity
  • 고급 보기

평점

별 5점 만점에 4.5점.
  • 3 5-별점 후기 별 5개 3
  • 0 4-별점 후기 별 4개 0
  • 1 3-별점 후기 별 3개 1
  • 0 2-별점 후기 별 2개 0
  • 0 1-별점 후기 별 1개 0

리뷰 추가하기

모든 리뷰 보기

기여자

  • Marat Nepomnyashy

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 프라이버시
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 알아보기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다