ELnew Posted December 5, 2007 Posted December 5, 2007 Basically look at the pic above, and I just need this box removed, or to hide it would be better :D Thanks. ~Parker
germ Posted December 5, 2007 Posted December 5, 2007 In your /includes/column_left.php file, find this code: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } Change it to: // if ((USE_CACHE == 'true') && empty($SID)) { // echo tep_cache_manufacturers_box(); // } else { // include(DIR_WS_BOXES . 'manufacturers.php'); // } 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 >
ELnew Posted December 5, 2007 Author Posted December 5, 2007 ? What do I change....there both the same haha
germ Posted December 5, 2007 Posted December 5, 2007 Look closely, Grasshopper. :ph34r: In the second code box, all the lines are preceded by //. That tells the PHP interpreter to ignore the lines. By just "ignoring" them, and not deleteing them, it will be easier for you to add them back in the future if you decide to do so. ;) 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 >
ELnew Posted December 5, 2007 Author Posted December 5, 2007 LMAO grasshopper! I gotcha! thanks...I thought you were using a php program or something and it just showed up. HAHA I feel stupid. LOL Grasshopper...good stuff!
germ Posted December 5, 2007 Posted December 5, 2007 :lol: No need to feel "stupid". If you're not an experienced programmer it's not uncommon to miss things like that. Glad I gave you a giggle or two... :blush: Proverbs 27:17 Iron sharpens iron, So one man sharpens another. New American Standard Bible 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.