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

Administrate more comments

설명

Administrate more comments was a WordPress plugin designed to set-up the number of comments per page shown in the admin area.

Essentially it applies a filter that allows you to customize the number of comments shown per page on the admin panel.

This plugin is no needed anymore and no updated anymore since this function has been added to the WordPress core. I leave it here as it may be useful for some projects on locked-in and less customizable dashboards.

Usage

  1. Activate and go!

License

This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don’t remove credits to author, please). See license.txt for details

Credits and Acknowledgments

This plugin is based on the work of:
– anieto2k [ http://www.anieto2k.com/2008/12/22/cambia-la-cantidad-de-comentarios-del-panel-de-administracion/ ]
– Ayuda WordPress [ http://ayudawordpress.com/como-cambiar-la-cantidad-de-comentarios-mostrados-en-admin/ ]

Many thanks to them!

스크린샷

  • 100 comments shown.

설치

  1. Once downloaded the file, uncompress it and upload it through FTP to the server where your WordPress blog is hosted.
  2. Copy it to the folder /wp-content/plugins/.
  3. Activate it through the plugin management screen.

FAQ

Q. How do I change the number of comments shown per page in the admin panel?
A. By default WordPress sets to 20 the number of comments it shows per page in the admin panel.
If you activated this plugin it will set by default 100 comments per page.
Q. But I want a number of comment per page different thant 100
A. You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Administrate more comments”(을)를 번역하세요.

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

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

변경이력

0.2.1

  • Updated plugin metadata. This plugin will be no longer updated.

0.1.1

  • Fixed some typos

0.1

  • First version. Code taken from anieto2k and Ayuda WordPress