This plugin offers instant configuration access to all of your store's options via a single script. Instead of searching around the various pages in the osC admin end to locate and modify an option, Total Configuration allows easy access to every configuration group including hidden ones..
The contribution also displays the configuration ID, Key and configuration Group ID within the list of options.
Support Thread:
http://forums.oscommerce.com/index.php?showtopic=257537
Legend: 
Download

Report
Fix Minor bug to V2.02
When you select lock or unlock, the field selected resets to top.
Only Bugfix instruction attached
Version 2.02 - Fixed Issues with selection of last group, Changed selection field to display group names instead of numbers.
Combined with Configuration Control Enhancement (http://www.oscommerce.com/community/contributions,4500) to provide the the Ultimate Total Configuration. This allows you to modify your all configuration values directly, ie title, keyname, description etc etc.
You can also create new configuration keys & change group title/description.
NOTE! This is quite dangerous and can easily damage your site. SO TAKE CARE.
Version: 2.02 An update from 1.02, I found other updates un-neccessary.
Full Package
In admin/includes/Filenames.php
Add at the end before the closing tag ?>
// Total Configuration
define('FILENAME_TOTAL_CONFIGURATION', 'total_configuration.php');
( file include is the same )
A Little Mod To Total Configuration:
I Had 2 issues:
Couldent select last group from full list, seems to be a bug in unset removing last entry?
Having Selected a group, the select list only gives group numbers, you had to guess which was the one you want to go to.
This fixes both these issues, in the latter it displays group names, not numbers.
Have made it again, so all is language.
There was a button and some text, there only was english.
Now it 100% danish and english again.
Full Package:
admin/total_configuration.php
admin/includes/languages/english/total_configuration.php
admin/includes/languages/english/images/button/button_submit.gif
Layout Update to enigma1's contribution dated April 27, 2007
-----------------------------
Just some look and feel changes in the total_configuration.php file
No new code added, just layout and table structures changed
safe to just copy over existing file or compare the 2 files first to be sure you want the change
backup your file as always
**********
Changelog:
**********
* Took out a </tr> in total_configuration.php that made the design view in my editor impossible to edit
* Changed the table structure and size for the sort by id/remove duplicates table to be more user friendly
the table for this area is now 400px wide, no need to stretch accross the screen
* added the submit button to that table under the options, all is lined up very well now
* moved the drop down group selection menu to be more user friendly and is now located at the top of all the configuration group lists for quick jumping with no scrolling back to the top of the page to select the group you want
The catalogadmintotal_configuration.php is changes to languages.
The catalogadminincludeslanguagesdanishtotal_configuration.php is changes
The catalogadminincludeslanguagesenglishtotal_configuration.php is changes
The button is there to "submit"
Is translate to "danish" By TheExterminator
- Added duplicate elimination options for the configuration table
- Added sort table functionality for the configuration table.
This is a full package
This plugin offers instant configuration access to all of your store's options via a single script. Instead of searching around the various pages in the osC admin end to locate and modify an option, Total Configuration allows easy access to every configuration group including hidden ones..
The contribution also displays the configuration ID, Key and configuration Group ID within the list of options.
Support Thread:
http://forums.oscommerce.com/index.php?showtopic=257537