Guest Posted April 3, 2007 Posted April 3, 2007 (edited) 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. Contribution Link http://www.oscommerce.com/community/contributions,5040 Edited April 3, 2007 by enigma1 Quote
Guest Posted April 3, 2007 Posted April 3, 2007 would those settings also include extra contribs that have been installed? Quote
Guest Posted April 3, 2007 Posted April 3, 2007 It processes everything from the configuration table in the database. So yes it will display everything from installed contributions with respect to their configuration options, including the hidden groups. And you can edit any one of them when in a specific group mode. Quote
bob61 Posted April 6, 2007 Posted April 6, 2007 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. Contribution Link http://www.oscommerce.com/community/contributions,5040 Not sure I follow what you mean by "access to every configuration group". I've installed the code (great instructions). But when I select "Total Configuration" from my Admin Tools all I get is a list of all the options and settings using "Show All" there is no way to "access" them, which I would think would mean I could select one of the options and be able to modify the setting. If I select just one group then I'm able to edit the options. Should you be able to edit the options under "Show All" or not? Also noticed that the "Show All" doesn't fit the screen, but when you select by individual group it is properly framed. As a future consideration, it would be nice to be able to sort by either ID or Key (right now it defaults to only sort on Key). Nice work. Quote
Guest Posted April 6, 2007 Posted April 6, 2007 (edited) Should you be able to edit the options under "Show All" or not? This is how I originally structured the code. Then I modified it, because after testing it I bit I noticed selecting an option from the "show all" and then click edit would take me longer to do that, than editing individual groups due to scrolling up/down. Also noticed that the "Show All" doesn't fit the screen, but when you select by individual group it is properly framed. This would happen if your admin is set with fixed width. Do you see it with a default admin where resizing the browser increases the width? The configuration key causes this, being one word that takes the space and so there is no html wrapping. As a future consideration, it would be nice to be able to sort by either ID or Key (right now it defaults to only sort on Key). yes. I made a note to integrate this with the next version. Thanks for the comments. Edited April 6, 2007 by enigma1 Quote
Guest Posted April 27, 2007 Posted April 27, 2007 Total Configuration v1.01 is available. The modifications made are: - Added duplicate elimination options for the configuration table - Added sort table functionality for the configuration table. http://www.oscommerce.com/community/contributions,5040 Quote
TheExterminator Posted April 29, 2007 Posted April 29, 2007 I have update it to 1.02 with danish translate. And some other thing is changes I forgot to tell in the readme file, wish you will have it to sort with ID number changes this 2 lines the file : admin/total_configuration.php Line 270 From : $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_key"); To : $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_group_id"); Line 338 From : $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_key"); To : $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_group_id"); Quote
azer Posted September 20, 2007 Posted September 20, 2007 i ve got configuration group that goes beyond the id 9000 , is there any reason why - the total configuration show configuration group ID = 500 with noting in it while there is something , but show only 10 blanck lines with a grey background - then for configuration group ID = 501 , jsute the title then nothing and stop there ! Request 1 : Have a function not to remove duplicate but show them so we can manually correct it Request 2 : Be able to modify the value of the variable like it was in the configuration menus Quote MS2
azer Posted September 20, 2007 Posted September 20, 2007 i have to had for my problem that in the drop down menu i can see the configuration group > 500 and even 10000 strange ! Quote MS2
azer Posted April 23, 2008 Posted April 23, 2008 also i got a contribution very usefull added to my configurrations page that allows to change deeply the key and the values and even the group of any configuration and maybe you could achive to add those feature in total configuration i give you the link: http://www.oscommerce.com/community/contributions,4500 Quote MS2
L. Haase Posted April 24, 2008 Posted April 24, 2008 I think I would find this useful if it actually showed in my tools area. Any idea why it isnt? Quote
spooks Posted April 24, 2008 Posted April 24, 2008 I think I would find this useful if it actually showed in my tools area. Any idea why it isnt? Have you followed the install & edited catalog\admin\includes\boxes\tools.php ?? Sam Quote Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
spooks Posted April 24, 2008 Posted April 24, 2008 also i got a contribution very usefull added to my configurrations page that allows to change deeply the key and the values and even the group of any configuration and maybe you could achive to add those feature in total configuration i give you the link: http://www.oscommerce.com/community/contributions,4500 Ok, I`ve done just that, find the combinde version at http://addons.oscommerce.com/info/5040. Sam Quote Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
azer Posted April 24, 2008 Posted April 24, 2008 sam , you are my man !! and you make my day im so happy i m gonna give you feedback on that one ! :lol: Quote MS2
L. Haase Posted April 25, 2008 Posted April 25, 2008 Have you followed the install & edited catalog\admin\includes\boxes\tools.php ?? Sam Not sure what you mean here. There was no installation directions for the file I downloaded which was the most recent complete package. With all the script changes, it is sometimes difficult to know which file to dowload. Quote
L. Haase Posted April 25, 2008 Posted April 25, 2008 Have you followed the install & edited catalog\admin\includes\boxes\tools.php ?? Sam Oh good grief, I am an idiot. It is working great now. Thanks for the great contribution and all the work on this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.