+ Reply to Thread
Results 1 to 3 of 3

Thread: Problem with categories and Form

  1. #1

    Question Problem with categories and Form

    Hello. Faced such problems.
    I used the "Import-Export Categories" plugin. I set up a form for adding ads and I have this situation. The fields that I entered in the form are not displayed on the "Add ad" page, and fields in subcategories are not inherited.
    Screenshots attached.

    I also ran into a problem when adding a new category. The system writes that the category with such a key is in the trash box, while the trash is empty.

    Tell me please, what could be the problem?
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    Try to refresh the system cache via Common > Refresh and rebuild the category levels (Rearrange category levels)


    As for categories, first, you need to execute the following query:
    Code:
    Only registered members can view the code.
    then, apply this fix to completely remove the 'hidden' categories:

    in includes > classes > admin > rlAdmin.class.php > deleteTrashItem > case 'categories':

    after:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; October 31, 2022 at 01:04 PM.

  3. #3
    Thank you Rudi for your help and prompt response

+ Reply to Thread