Guest Posted September 3, 2008 Share Posted September 3, 2008 Hi all How do I get rid of the tacky looking -> in catagory titles. Thanks In Advance Liam Link to comment Share on other sites More sharing options...
germ Posted September 3, 2008 Share Posted September 3, 2008 In /catalog/includes/boxes/categories.php finde this code: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Change it to: /* commented out the "->" if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } */ If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted September 3, 2008 Share Posted September 3, 2008 Once again germ you have come to the rescue.. Many Thanks and much appreciated Regards Liam Link to comment Share on other sites More sharing options...
Guest Posted September 4, 2008 Share Posted September 4, 2008 Hi all Just one last thing, well actually Two little bits of help needed as I have tried to do it myself but have now got square eyes. Firstly is there away that I can make the main table width 100%. so the site fills the entire page Also how can I increase the left column table width. Thanks in advance Liam Link to comment Share on other sites More sharing options...
germ Posted September 4, 2008 Share Posted September 4, 2008 Left column width in application_top.php // customization for the design layout define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125) The site width is probably controlled in the stylesheet. Without your URL I can't be sure or help with that. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted September 4, 2008 Share Posted September 4, 2008 Hi Germ Thanks for that.. Hope you did not mind but I have sent you a pm. Thanks Again Liam Link to comment Share on other sites More sharing options...
germ Posted September 4, 2008 Share Posted September 4, 2008 And you have a reply. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.