Administrate more comments

Plugin Name: Administrate more comments
Author: Joan Junyent Tarrida
Author URI: http://junyent.org/
Version: 0.1
Tags: comments, admin
Requires at least: 2.6
Tested up to: 2.7
Stable tag: 0.1

== Description ==

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

== Download ==

Administrate more comments 0.1

== Installation ==

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.

== Frequently Asked Questions ==

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 than 100
A. In the future it will be an easy menu option to set the desired value.
In the meantime, you have to edit the plugin file. But don’t panic it’s an easy task.
You just need to modify the line 43 of admin-more-comments.php and change 100 to the desired value.

== Screenshots ==

None yet

== Usage ==

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

== Changelog ==
2009-01-04 – v1.0 – first version. Code taken from anieto2k and Ayuda WordPress

== Credits and Acknowledgments ==

This plugin is based on the work of:
- anieto2k
- Ayuda WordPress

Many thanks to them!

== ToDo ==

Add an options menu to change the number of comments shown per page.