dragon5 Posted June 20, 2006 Share Posted June 20, 2006 Hello. This driving me nuts! I need to change my manufacturers box title from "manufacturers" to "studios". I made the change on my local install no problem by changing the define in languages/english.php from: // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'manufacturers'); to: // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Studios'); Yet, when I do the same thing to the live store, "Manufacturers" will not change to "Studios" Both installations are identical. Any help would be appreciated. Thanks Link to comment Share on other sites More sharing options...
Guest Posted June 21, 2006 Share Posted June 21, 2006 Is it possible that you are looking at a cached page? Have you hit the refresh button on your browser to see if the change takes effect? Also, try looking at catalog/admin/includes/languages/english/manufacturers.php Perhaps you need to change the heading there, too? Link to comment Share on other sites More sharing options...
dragon5 Posted June 21, 2006 Author Share Posted June 21, 2006 Is it possible that you are looking at a cached page? Have you hit the refresh button on your browser to see if the change takes effect? Also, try looking at catalog/admin/includes/languages/english/manufacturers.php Perhaps you need to change the heading there, too? Thanks, but yes, I have tried both of your suggestions. I have tried everything I can think of with no luck This is weird. Thanks Tom Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2006 Share Posted June 22, 2006 Okey-dokey....how about catalog/includes/boxes/manufacturers.php? Link to comment Share on other sites More sharing options...
dragon5 Posted June 22, 2006 Author Share Posted June 22, 2006 Okey-dokey....how about catalog/includes/boxes/manufacturers.php? Thanks, but been there as well. Remember, the name changed in my local install just by changing the define in english.php. The live shop is the exact same setup, yet the name won't change! Beats me. Tom Link to comment Share on other sites More sharing options...
Guest Posted June 22, 2006 Share Posted June 22, 2006 Well, you're right. I just experimented a bit and changed the title of something in english.php and it worked just fine. All I can come up with now is this: When you made the title change from Manufacturers to Studios..could you have accidentally deleted a little something? An apostrophe? Something on the end of that line? Though, if you did, I expect you'd be receiving a parse error of some kind on your website. OR...you don't have your file permissions set to accept the change when it's made. For example, people try to change their file permissions in Cpanel and they appear to change on screen...but they really don't. Cpanel is 'funny' about things like that. Did you make the change via Cpanel or FTP? And do you have file permissions set properly to apply the change? Other than that....I'm out of ideas. Link to comment Share on other sites More sharing options...
dragon5 Posted June 22, 2006 Author Share Posted June 22, 2006 Well, it's fixed but I don't know why! I took the define // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Studios'); from my local install and cut & pasted it into english.php (removing the one that was there) and it worked. But.... before doing this I compared both defines in Beyond Compare and they were IDENTICAL! Beats the hell out of me. Thanks for your efforts Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.