thedoctor Posted April 23, 2009 Posted April 23, 2009 OK I want to change the text on the admin side of thing relating to the configuration part of things. My client doesn't have a conventional store, it is a download center where everything is free. I want to take all references to it being a store away as to avoid confusion. I have most of it done now, the only thing I am struggling with now is changing Configuration Administrators My Store Minimum Values Maximum Values Images Customer Details Shipping/Packaging Product Listing Stock Logging Cache E-Mail Options Download GZip Compression Sessions On the left hand side of the screen. Does anyone know how I can change this text, I have changed admin/includes/language/english but nothing is coming off. Any help is greatly appreciated.
fbrace Posted April 23, 2009 Posted April 23, 2009 OK I want to change the text on the admin side of thing relating to the configuration part of things. My client doesn't have a conventional store, it is a download center where everything is free. I want to take all references to it being a store away as to avoid confusion. I have most of it done now, the only thing I am struggling with now is changing Configuration Administrators My Store Minimum Values Maximum Values Images Customer Details Shipping/Packaging Product Listing Stock Logging Cache E-Mail Options Download GZip Compression Sessions On the left hand side of the screen. Does anyone know how I can change this text, I have changed admin/includes/language/english but nothing is coming off. Any help is greatly appreciated. Some of these items may be edited in admin/includes/language/english.php // configuration box text in includes/boxes/configuration.php define('BOX_HEADING_CONFIGURATION', 'Configuration'); define('BOX_CONFIGURATION_MYSTORE', 'My Store'); define('BOX_CONFIGURATION_LOGGING', 'Logging'); define('BOX_CONFIGURATION_CACHE', 'Cache'); define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators'); Fred Frederick C Brace,III PA-C www.21st-tees.com (osc) www.tanda-designs.com (osc)
thedoctor Posted April 23, 2009 Author Posted April 23, 2009 I've tried that, it doesn't come up with anything unfortunately. I have checked all the language files in the admin area and nothing. Not sure where these are edited.
thedoctor Posted April 23, 2009 Author Posted April 23, 2009 found it, it is in the database, under configuration and configuration_group
Recommended Posts
Archived
This topic is now archived and is closed to further replies.