BUG# category - child Category- I want to add more child under one category how

Started by spirog,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

spirogTopic starter

how can we add a child category or change one to another category whe we have more than one category please

so i have music in video categry and one child was made prior to making another category
once we make a category and we add child ones your stuck cant edit or go back to create more under that category ?
can we fix this ??

see photo

i want to make this child category under Video but MUSIC category i created

does not give me option to add it to the category i have created under Video --- can this be done ??
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Ok, updated the triggers for icheck, on click turned to
<script>
   
 $(document).ready(function(){
  $('#chz,#a2,#a3').hide();
    $('.trigger').on('ifChecked', function(event){
        $('#a1,#a2,#a3').hide();
        $('#a' + $(this).data('rel')).show();
    });
    $('.shs').on('ifChecked', function(event){
        if ($(this).data('rel') === 1) {
      $('#chz').hide();
      } else {
      $('#chz').show();
      }
    });



in moderator/edit-channel.php and create-channel.php
Patching soon.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

spirogTopic starter

Quote from: @Mario on
Ok, updated the triggers for icheck, on click turned to
<script>
   
 $(document).ready(function(){
  $('#chz,#a2,#a3').hide();
    $('.trigger').on('ifChecked', function(event){
        $('#a1,#a2,#a3').hide();
        $('#a' + $(this).data('rel')).show();
    });
    $('.shs').on('ifChecked', function(event){
        if ($(this).data('rel') === 1) {
      $('#chz').hide();
      } else {
      $('#chz').show();
      }
    });



in moderator/edit-channel.php and create-channel.php
Patching soon.

not sure if this was patched already cause on my site seems its not, unless we are talking about two different issues. ?

when adding a Category - Channel >> select title: hot videos>> then choose is this a sub-channel? >> YES ( no where in admin does it give us an option to choose what category -Channel that sub-channel will be under ( like a drop down to select what category-Channel to put it under ??) this is what i meant. lets say i am building so many channels and i forgot to add 3 sub-channels 3 months from now to category-channel: videos of dogs how can we add a sub later on to that ?
  •  

spirogTopic starter

here is example.. i wanted to add more subs to >> (category 2) and place this sub >> (category sub 2) under it ?? how is this possible please ??  seems not possible unless you have not finished that patch you wrote above ?

please see photo for more to understand
  •  

Marius P.

They work fine.

Just make category sub sub 1 child of category sub 1
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

spirogTopic starter

Quote from: @Mario on
They work fine.

Just make category sub sub 1 child of category sub 1

i dont understand ?

if i make 4 category - channels

cat 1

cat 2

cat 3

cat 4

and i did not make any subs for cat1 or cat2 or cat3
i cant go back and make sub cats1 - sub cat2 - sub cat3

it will all fall under the last category - channel i created in cat 4

is this the way this function works please ?

thanks

Spiro
  •  

Marius P.

You don't need to go back.
You create a new category and select is child -> yes, and then select the main category
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

spirogTopic starter

i dont have the drop down on my end ?? and it says its 5.03 all up to date ?
  •  

Marius P.

You've missed to upgrade the files. I see you keep version.php to latest, but that's not enough :)
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

spirogTopic starter

Quote from: @Mario on
You've missed to upgrade the files. I see you keep version.php to latest, but that's not enough :)

ok so i should download again and update all files :)
  •  

Similar topics (2)