Still over my paygrade/abilities to implement.. :laugh::laugh: 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..
Printable View
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.
I am interested in testing mod. Is it possible? Thanks
Sure, go ahead.
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..:blush: 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..:smile:
1st - Very cool mod :smile:
Works like a charm on the categories sidebox,
I inserted the following code:
to disable same categories for my category tabs.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'" .
when:
I get no categoriesCode:cde.visibility_status='0'
when:
I get the hidden categoriesCode:cde.visibility_status='1'
when:
I get the (direct link only) categoriesCode:cde.visibility_status='2'
But at no time do I see the categories I want displayed, does the above code work for category tabs?
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!