Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey Guys,

    I guess what I need is an example?

    I want to make it so that instead of having the current links I can have it so all six drop down menu links are categories that are not clickable. Then in each category I want to have multiple sub categories that are clickable. Can Anyone Help ME???

    The current code looks like:

    // load the UL-generator class and produce the menu list dynamically from there
    require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
    $zen_CategoriesUL = new zen_categories_ul_generator;
    $menulist = $zen_CategoriesUL->buildTree(true);
    $menulist = str_replace('"level4"','"level5"',$menulist);
    $menulist = str_replace('"level3"','"level4"',$menulist);
    $menulist = str_replace('"level2"','"level3"',$menulist);
    $menulist = str_replace('"level1"','"level2"',$menulist);
    $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
    $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
    echo $menulist;
    ?>

    What does any of that mean??

    Thanks,
    Nick

  2. #2
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I desperately need help with my problem. I have had a lot of trouble with my server in the last few weeks, so decided to contact them and upgrade. Well i had to change DNS. that went ok till i get an email to say i would have to upload everything again. (My server had done a backup on the database. and decided that they would also do a fresh upload of zencart and also apple zen . they apparently found some of the files.) i had to try and finish the upload of the template, but have run into a heap of trouble. There seems to be files missing, but the worst is that my zencart cant acces the database files. I can see them all on MySQL but when i go into the admin of zencart. well i just cant access all the info that i have taken months to do. ( mind u this is the 2nd time around) My server providers have said that it is a zencart problem, and that i should seek assistance from them...I am so angry with them, as my shop was looking sooo good.
    They have even suggested that i go back to the free one as they have saved the data from there, I just dont get it.
    any suggestions would be helpful. Stitch With Me
    oh one other thing...my old shops url was /shop. but I asked them to put it in the root folder. they said that would be easy, no problems. Not sure if this has complicated things though.
    Thanks

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Didee View Post
    I desperately need help with my problem. I have had a lot of trouble with my server in the last few weeks, so decided to contact them and upgrade. Well i had to change DNS. that went ok till i get an email to say i would have to upload everything again. (My server had done a backup on the database. and decided that they would also do a fresh upload of zencart and also apple zen . they apparently found some of the files.) i had to try and finish the upload of the template, but have run into a heap of trouble. There seems to be files missing, but the worst is that my zencart cant acces the database files. I can see them all on MySQL but when i go into the admin of zencart. well i just cant access all the info that i have taken months to do. ( mind u this is the 2nd time around) My server providers have said that it is a zencart problem, and that i should seek assistance from them...I am so angry with them, as my shop was looking sooo good.
    They have even suggested that i go back to the free one as they have saved the data from there, I just dont get it.
    any suggestions would be helpful. Stitch With Me
    oh one other thing...my old shops url was /shop. but I asked them to put it in the root folder. they said that would be easy, no problems. Not sure if this has complicated things though.
    Thanks
    If you PM me, we can't talk further. I'd be willing to login to your site and see if I can help.

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by neighbornick View Post
    Hey Guys,

    I guess what I need is an example?

    I want to make it so that instead of having the current links I can have it so all six drop down menu links are categories that are not clickable. Then in each category I want to have multiple sub categories that are clickable. Can Anyone Help ME???

    The current code looks like:

    // load the UL-generator class and produce the menu list dynamically from there
    require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
    $zen_CategoriesUL = new zen_categories_ul_generator;
    $menulist = $zen_CategoriesUL->buildTree(true);
    $menulist = str_replace('"level4"','"level5"',$menulist);
    $menulist = str_replace('"level3"','"level4"',$menulist);
    $menulist = str_replace('"level2"','"level3"',$menulist);
    $menulist = str_replace('"level1"','"level2"',$menulist);
    $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
    $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
    echo $menulist;
    ?>

    What does any of that mean??

    Thanks,
    Nick
    That code above will do you no good.

    Are you saying you only want subcategories to be clickable?

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg