mybluecat Posted April 7, 2003 Share Posted April 7, 2003 Hi, I have succesfully installed the 4 themes after several unsuccessful tries and can display all of them without getting error messages. However i have the same error on all of them. Namely,the categories box and manufacturers box do not display their respective images. All other boxes display properly. When I display the link properties, the link is as follows: http://www.a-network.net/catalog/default.php. When I display the categories box, this is the link: http://www.a-network.net/catalog/includes/..._right_left.gif and http://www.a- network.net/catalog/includes/theme//infobox/corner_right.gif The manufacturer box shows a similar path. As I am using themes, which have names and not thema which is numbers I find this curious. I had deleted all files and tables and reinstalled the last snapshot, before I reinstalled the themes. Would appreciate any help in pointing me in the right direction about what needs to be corrected. i have tried some of the corrections mentioned in the posts, but none seem to address this issue exactly. Thanks in advance. Linda Quote Link to comment Share on other sites More sharing options...
Guest Posted April 7, 2003 Share Posted April 7, 2003 Linda This is the header you have in your categories.php file. $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_CATEGORIES ); new infoBoxHeading($info_box_contents, $newtheme, true, false); Try changing it to this: $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_CATEGORIES ); new infoBoxHeading($info_box_contents, $newtheme, false, false); do the same thing with your manufacturers.php file Paul Quote Link to comment Share on other sites More sharing options...
jordan Posted April 8, 2003 Share Posted April 8, 2003 don't forget to make the change on all the languages you support. i looked at the english version and everything looks fine. in german those two boxes are still having issues.... Quote It's a Zoo in Here, Literaly... Link to comment Share on other sites More sharing options...
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.