Author Topic: Catergory set up questions  (Read 6176 times)

0 Members and 1 Guest are viewing this topic.

Offline jenne

  • Pre-Newbie
  • Posts: 3
    • View Profile
Catergory set up questions
« on: February 16, 2006, 09:50:37 PM »
as you see on

http://www.framedin69eyes.com/gallery

on the home page you can see the subcatergories

but on
http://www.heathbaby.com/images/index.php

you don't see the sub catergories

I have looked everywhere and I cannot figure out how to make the subcatergories hidden??????????
 :?

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Catergory set up questions
« Reply #1 on: February 16, 2006, 10:05:43 PM »
Quote

I have looked everywhere and I cannot figure out how to make the subcatergories hidden??????????


1,2,3 ... after 10 "?" in total, you'll probably add more of them when you'll notice the "private" permission only applys with the categories and "not" within the subs.

Offline jenne

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Catergory set up questions
« Reply #2 on: February 17, 2006, 12:29:03 AM »
so your saying add more catergories and then the subs won't show up on the front page?

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Catergory set up questions
« Reply #3 on: February 17, 2006, 12:44:00 AM »
Quote

the subs won't show up on the front page?


That is correct. Categories always comes first before the subs.

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Catergory set up questions
« Reply #4 on: February 17, 2006, 01:12:52 AM »
I have looked everywhere and I cannot figure out how to make the subcatergories hidden??????????

go to : ACP -> Settings -> Category settings -> Number of subcategories -> 0

... to make the subcatergories hidden ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Catergory set up questions
« Reply #5 on: February 17, 2006, 01:31:05 AM »
Quote

go to : ACP -> Settings -> Category settings -> Number of subcategories -> 0


@mawenzi:

Yes, of course. I was talking about specific subs from main categories. Not from global configuration settings. ;)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Catergory set up questions
« Reply #6 on: February 17, 2006, 01:50:16 AM »
@jenne:
in case you dont want to show subcats ONLY on home page, then you'll need to replace in includes/functions.php
Code: [Select]
      "sub_cats" => get_subcategories($category_id),With this:
Code: [Select]
      "sub_cats" => ($cat_id) ? get_subcategories($category_id) : "",

1,2,3 ... after 10 "?" in total, you'll probably add more of them when you'll notice the "private" permission only applys with the categories and "not" within the subs.
I'll add a few of these for jenne myself:
What are you talking about ?????????????????????????? (<- count these)
jenne is not trying to make categories unaccessible, but make the subcategories names not being showed in the categories list...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: Catergory set up questions
« Reply #7 on: February 17, 2006, 01:56:14 AM »
Quote

jenne is not trying to make categories unaccessible, but make the subcategories names not being showed in the categories list...


Yes, I'm already aware of that.

Offline jenne

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Catergory set up questions
« Reply #8 on: February 17, 2006, 08:40:09 PM »
Thank you for your help

V@no it worked perfectly!