Eyals Posted October 15, 2005 Share Posted October 15, 2005 Hello, I'd like to show parent categories in the main index page right below the welcome message, exact way as it shown in cPath=0 format, what code should I extract from index.php and when should I put it? Any help would be appreciated. Thank you. Eyal. Link to comment Share on other sites More sharing options...
Eyals Posted October 22, 2005 Author Share Posted October 22, 2005 Hello again... Was my request too much or do I need to explain my needs in a better way? Eyal. Link to comment Share on other sites More sharing options...
Guest Posted June 1, 2006 Share Posted June 1, 2006 Don't know if you;ve fixed this as it;s some time ago, but I've just implemented what looks like a working solution. In index.php I simply added $cPath = '0'; before line 17 if (isset($cPath) && tep_not_null($cPath)) { So code becomes: // the following cPath references come from application_top.php $category_depth = 'top'; $cPath = '0'; if (isset($cPath) && tep_not_null($cPath)) { Seems to work for me OK. It must set cpath for when you are in a category AFTER this line. Laurie Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.