Thread: hideCategories

Page 28 of 49 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 487
  1. #271
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: hideCategories

    Quote Originally Posted by s_mack View Post
    Actually, its not that tough to make it visible only to registered AND LOGGED IN users. Registered but not logged in would be impossible. I don't recall specifics, as its been a long time since i've done any work on Zen, but there is a very simple check to see if the current customer is logged.
    Still over my paygrade/abilities to implement.. I'm sure if I did some digging I could figure it out, but I've got way too much on my plate at the moment to pursue it..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #272
    Join Date
    Nov 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: hideCategories

    First of all, my apologies for not posting this feedback sooner. I was too busy with other projects to work on the one that uses hideCategories. That being said, the new version appears to be working fine for me. I am using it in combination with the Categories Center Box Module from Numinix. This allows me to feature certain items of the month or staff picks for the month. If I create categories for the features and then set the categories to"Hidden (direct link only)", I am able to have them visible only in the center box. This is exactly what I was looking for. Thank you for the mod.

  3. #273
    Join Date
    Feb 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: hideCategories

    I am interested in testing mod. Is it possible? Thanks

  4. #274
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: hideCategories

    Sure, go ahead.

  5. #275
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: hideCategories

    Quote Originally Posted by ellepi View Post
    I am interested in testing mod. Is it possible? Thanks
    Send me a PM.. Truthfully I already have the test feedback I needed.. I have been busy and kinda forgot that I needed to submit the updated version to the Zen Cart downloads.. Gonna update the readme and do that this weekend..

    Nevertheless PM me and I'll be happy to share where you can get the updated version from in the meantime..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #276
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: hideCategories

    Quote Originally Posted by naturesartandgifts View Post
    First of all, my apologies for not posting this feedback sooner. I was too busy with other projects to work on the one that uses hideCategories. That being said, the new version appears to be working fine for me. I am using it in combination with the Categories Center Box Module from Numinix. This allows me to feature certain items of the month or staff picks for the month. If I create categories for the features and then set the categories to"Hidden (direct link only)", I am able to have them visible only in the center box. This is exactly what I was looking for. Thank you for the mod.
    Goodness.. My apologies for not responding to this sooner!!! Thanks for testing the updated version for me.. Truly appreciate the feedback!! (Now I just have to get it submitted..)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #277
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: hideCategories

    1st - Very cool mod

    Works like a charm on the categories sidebox,

    I inserted the following code:
    Code:
    $categories_tab_query = "select c.categories_id, cd.categories_name from " .
    TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd," . TABLE_HIDE_CATEGORIES . " cde
    where c.categories_id=cd.categories_id and c.categories_id=cde.categories_id and c.parent_id= '0' and cd.language_id='" 
    . (int)$_SESSION['languages_id'] . "' and c.categories_status='1' and cde.visibility_status='0'" .
    to disable same categories for my category tabs.

    when:
    Code:
    cde.visibility_status='0'
    I get no categories

    when:
    Code:
    cde.visibility_status='1'
    I get the hidden categories

    when:
    Code:
    cde.visibility_status='2'
    I get the (direct link only) categories

    But at no time do I see the categories I want displayed, does the above code work for category tabs?

  8. #278
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: hideCategories

    Solution for how to add this to category tabs is posted in this thread (a few times actually)

    See link in my siggy... latest version of this mod is there.. Will try to find time to update the readme and submit it to the downloads this week..
    Quote Originally Posted by rbarbour View Post
    1st - Very cool mod

    Works like a charm on the categories sidebox,

    I inserted the following code:
    Code:
    $categories_tab_query = "select c.categories_id, cd.categories_name from " .
    TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd," . TABLE_HIDE_CATEGORIES . " cde
    where c.categories_id=cd.categories_id and c.categories_id=cde.categories_id and c.parent_id= '0' and cd.language_id='" 
    . (int)$_SESSION['languages_id'] . "' and c.categories_status='1' and cde.visibility_status='0'" .
    to disable same categories for my category tabs.

    when:
    Code:
    cde.visibility_status='0'
    I get no categories

    when:
    Code:
    cde.visibility_status='1'
    I get the hidden categories

    when:
    Code:
    cde.visibility_status='2'
    I get the (direct link only) categories

    But at no time do I see the categories I want displayed, does the above code work for category tabs?
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #279
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: hideCategories

    I read all 28 pages. thanks, the code I posted was from post 195. doesn't work. I decided to go a different route. Thanks anyways!

  10. #280
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: hideCategories

    Quote Originally Posted by rbarbour View Post
    I read all 28 pages. thanks, the code I posted was from post 195. doesn't work. I decided to go a different route. Thanks anyways!
    Well it's works in the version I put together.. Did you try downloading that one??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 28 of 49 FirstFirst ... 18262728293038 ... LastLast

Similar Threads

  1. how to get hidecategories an dual pricing to work
    By davidweaver88 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Jun 2012, 03:35 PM
  2. anyone using HideCategories in 1.3.9d??
    By redheads in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Jun 2010, 06:54 AM
  3. HideCategories problem...
    By ShadowAngel in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2009, 10:17 PM
  4. hideCategories Module
    By marcusimages in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Aug 2009, 06:31 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR