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

Better Page Comments

설명

Comments that Strip away HTML, but allow basic fonts in another way. Also includes some basic spam control options.

Comments will attempt to remove html and still allow users to add built-in non-html tags (made by the plugin) for bold, italic, ect. text.

The plugins built-in non-html tags will only run on the front end, which can help protect the backend from getting hijacked.

Plugin will include your old comments and use the same database.

Disables default wordpress comments on any page with the shortcode.

Plugin Includes Some Spam Control Options.

Comments can Optionally be made specific to a query var in the url, so one post can show comments specific to that query.

You can change the background, text, and button colors of comments to better match your theme.

스크린샷

  • example of basic use and different colors
  • example of what posting comments looks like
  • example of settings page
  • query specific example of code
  • query specific example of comments
  • query specific example of comments
  • an example of me hacking my own website with the plugin (html gets blocked)
  • an example of me hacking my own website without the plugin (html gets run)

설치

  1. Upload plugin to the /wp-content/plugins
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Go to this plugins Settings and Check “Plugin Enabled” To Enable the plugin
  4. Edit any other settings to your preference
  5. Click Save and Enjoy

FAQ

Can this plugin show my old comments?

yes, the plugin uses the same comment database as wordpress.

Do all the query vars have to be exact?

no, only the one query var you put in the shortcode needs to match.
If you do not put a query, than the query vars will be ignored, and it will run like regular wordpress comments would per post.

can users add bold/italic text and embed images?

users can add custom tags that the plugin reads to make text bold and add images and urls.
as an admin, you can disable image and url embeds in the plugin settings.
the user adds tags like “[b][/b]”, and the plugin replaces it with “” only if it is on the front end.
the tags get stored as “[b][/b]” to prevent html from running on the backend.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Better Page Comments”(을)를 번역하세요.

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

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

변경이력

1.4

added character maximum to comments

1.3

added wordpress thanslate to comments

1.2

comments now auto-unapprove if they contain html tags
you can still see the users IP and the sanitized(html removed) comment in the backend
if you see a lot of “&” signs followed by letters, numbers, and “;”, that could be blocked html tags(ex: <a href="/">Test</a>).
Note: if you see a small amount of blocked html & signs(ex: <), it could be a false positive

1.1

comments look cleaner in backend
admins now have the option(in plugin settings) to require users be signed in, to post comments

1.0.2

shortcode now hides when the plugin is disabled in it’s plugin settings

1.0

First Version