Vox Populi(x) forum

Alexandria Book Library => Errori (Bugs) => Topic started by: Hessu007 on 06 October 2015, 13:48:34

Title: Sub categorys
Post by: Hessu007 on 06 October 2015, 13:48:34
I tryes great sub categoryes but componets dont allow. Is this feature or bug?
Title: Re: Sub categorys
Post by: federica on 14 October 2015, 11:50:41
Hi Hessu007,
abook allows to create subcategories. Why you say it doesn't work?
Title: Re: Sub categorys
Post by: Hessu007 on 14 October 2015, 12:00:24
Quote from: federica on 14 October 2015, 11:50:41
Hi Hessu007,
abook allows to create subcategories. Why you say it doesn't work?

ın my platform only one subchategory, we need more
Title: Re: Sub categorys
Post by: federica on 14 October 2015, 12:27:12
If you try to create sub-sub-category which error appears?
Title: Re: Sub categorys
Post by: Hessu007 on 14 October 2015, 12:31:57
Quote from: federica on 14 October 2015, 12:27:12
If you try to create sub-sub-category which error appears?

Maınly dont save ıt
Title: Re: Sub categorys
Post by: federica on 18 October 2015, 18:59:43
edit administrator/components/com_abook/models/forms/category.xml line 16
from:
<fieldset name="details"
                addfieldpath="/administrator/components/com_abook/models/fields"
        >
        <field
                name="parent_id"
                type="categoryparent" extension="com_abook" show_root="true"
                label="COM_ABOOK_FIELD_PARENT_LABEL"
                class="inputbox"/>
</fieldset>

to:
       <field
                name="parent_id"
                type="categoryparent" extension="com_abook" show_root="true"
                label="COM_ABOOK_FIELD_PARENT_LABEL"
                class="inputbox"/>