Proprietor Posted December 9, 2008 Share Posted December 9, 2008 Hi....I'm sorry if I'm posting this in the wrong place, but most of the other areas seem to be for people to post who are working on projects or already knowledgeable. I'm pretty new and I'm trying to do something that's driving me crazy. I want to move everything from column_left.php to column_right.php and get rid of column_left entirely. Everything has gone over smoothly so far, but I can't get the Categories box to display in column right. No matter where I place the code, it either makes the whole column disappear or just doesn't show up. Can anyone help with this? Thanks. Link to comment Share on other sites More sharing options...
♥14steve14 Posted December 10, 2008 Share Posted December 10, 2008 Have you tries cutting this bit of code from your includes/colunm_left and placing it in the same place in your includes/column right file if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
Proprietor Posted December 10, 2008 Author Share Posted December 10, 2008 Hi Steve, Thanks for the suggestion. Yes I have tried pasting that in just about every place possible in my column_right.php. No matter where I place it, either the right column disappears completely or else only a portion of the column shows up. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.