Hello, i think that the concept of the Admin-Tools is a great idea...
I have some ideas to make some little Admin-Tools to ease the life of the WB users :
1. a module to add and edit easily .htaccess on the website from the Admin backend of WB, I want two modes of editing :
- An advanced mode to advanced user, just the basic text editor.
- An Easy mode for adding the most used expression (for example :
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.mysite.com$
RewriteRule ^(.*)
http://www.mysite.com/$1 [QSA,L,R=301]
which ease the work of google to browse yout site).
2. a module which display very detailed informations about your configuration :
- PHP configuration
- WB configuration
This module could verify some basic configuration elements on your installation an try to tell you what's wrong in your WB installation (basic settings).
This module could store all the informations about your configuration into a file... I think it can be useful for the beginners to request help to most advanced users... or for customers to send informations to the Admin/webmaster.
Some people have others idea to develop useful Admin-Tools ?