Claudia Posted August 15, 2022 Share Posted August 15, 2022 Hi, I upgraded to 6.4.6 and everything seems ok except the extra images aren't showing in admin/products Oh, and the word location is mispelled in the dropdown Nevermind it has something to do with my custom admin skin. I'll figure it out Thanks anyway Link to comment Share on other sites More sharing options...
Claudia Posted August 15, 2022 Author Share Posted August 15, 2022 Found the problem. Part of my code looked like this for some reason. Any ideas why? <ul>{foreach $GALLERY_ARRAY as $gallery_image} {if $gallery_image@index > 0} <li id="gallery_imageset_{$gallery_image.file_id}"> <img src="../../AAA%20CC%206.4.6/CC%206.4.6%20Download/Original%20Do%20Not%20Edit/admin/skins/default/templates/images/source/{$gallery_image.filepath}{$gallery_image.filename}" title="{$gallery_image.filepath}{$gallery_image.filename}" /> </li> Just saw I had similair in translations <input type="hidden" name="" id=""> <a href="{$translation.edit}" title="{$translation.name}"> <img src="../../AAA%20CC%206.4.6/CC%206.4.6%20Download/Original%20Do%20Not%20Edit/admin/skins/default/templates/language/flags/{$translation.language}.png" alt="{$translation.name}"></a> <a href="{$translation.edit}" title="{$translation.name}">{$translation.name}</a> </div> Link to comment Share on other sites More sharing options...
bsmither Posted August 15, 2022 Share Posted August 15, 2022 This is your custom admin skin? In other words, this is not the latest stock admin skin from CC646? I'm wondering why your browser didn't show the "broken/missing image" icon? Link to comment Share on other sites More sharing options...
Claudia Posted August 15, 2022 Author Share Posted August 15, 2022 It's not the stock CC646 code, but I updated my custom skin to apply the changes in CC646. "I'm wondering why your browser didn't show the "broken/missing image" icon? " I don't know why Link to comment Share on other sites More sharing options...
bsmither Posted August 15, 2022 Share Posted August 15, 2022 What did you use to apply the code changes found in CC646 vs CC645? If you used something more sophisticated that a programmer's text editor, such as Dreamweaver, an Integrated Development Environment, or other web page builder, I can see that the builder saw the <img> tags and applied a full path address based on where the page was being built. Link to comment Share on other sites More sharing options...
Claudia Posted August 15, 2022 Author Share Posted August 15, 2022 I used Microsoft Expression Web 3. They don't even support it anymore but I'm use to it Link to comment Share on other sites More sharing options...
Claudia Posted August 15, 2022 Author Share Posted August 15, 2022 What do you suggest I use Link to comment Share on other sites More sharing options...
bsmither Posted August 16, 2022 Share Posted August 16, 2022 If you are used to using it, then it should not have gotten out of hand like I am theorizing it did -- if it did! You can always try a sandboxed effort of applying the CC646 edits of the new code to a copy of that file from CC645 and see if it happens again. If you have a mind to. Good reviews about Notepad++. (I don't use it because it doesn't do a few things I find very useful.) Link to comment Share on other sites More sharing options...
harrisorganic Posted August 28, 2022 Share Posted August 28, 2022 Brain, what editor do you recommend? Link to comment Share on other sites More sharing options...
bsmither Posted August 28, 2022 Share Posted August 28, 2022 Not having looked deeply at any other programmer's text editor, because what I found at the time was very good, I use UltraEdit, UltraCompare, and UltraEdit Studio. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.