- Posts: 128
COMMUNITY FORUM
Children categories
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
10 years 2 months ago #141344
by Django
Children categories was created by Django
Hello
How can we disable the display of "Children categories" , only for some of them ?
How can we disable the display of "Children categories" , only for some of them ?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141352
by Krikor Boghossian
Replied by Krikor Boghossian on topic Children categories
Deactivate this setting and map only the categories you want to show in the menu item.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 128
10 years 2 months ago #141355
by Django
Replied by Django on topic Children categories
I wanted to say : disable of the TITLE "Children categories", not disable the children categories.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141365
by Krikor Boghossian
Replied by Krikor Boghossian on topic Children categories
You can override the category.php template and remove the following block of code.
More on overriding can be found here: getk2.org/documentation/tutorials/174
<h3><?php echo JText::_('K2_CHILDREN_CATEGORIES'); ?></h3>
More on overriding can be found here: getk2.org/documentation/tutorials/174
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 128
10 years 2 months ago #141379
by Django
Replied by Django on topic Children categories
OK. Thanks.
I knew I could do that (I hope I will succeed), but I was just wondering if it was possible without changing the code.
I knew I could do that (I hope I will succeed), but I was just wondering if it was possible without changing the code.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141387
by Krikor Boghossian
Replied by Krikor Boghossian on topic Children categories
Unfortunately no.
On the other hand, you only need to remove one line.
On the other hand, you only need to remove one line.
Please Log in or Create an account to join the conversation.