*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Wiz

  • ****
  • 138 posts
Re: Several minor requests for the upcoming 8.1.2 release
« Reply #16 on: March 30, 2023, 06:54:29 PM »
Hi,

Could we possibly expand the category settings functionality under general to include another option for childless sub-categories which restricts user ability to post in sub categories with children sub-categories. If sub category is childless, then users can post listings under it.

Thanks

Wiz

*

MB Themes

Re: Several minor requests for the upcoming 8.1.2 release
« Reply #17 on: March 31, 2023, 01:51:03 PM »
@Wiz
I see your point, currently we check parent categories just by looking on fk_i_parent_id in database.
Doing something more complext would bring also complexity into DB queries and hit performance.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Wiz

  • ****
  • 138 posts
Re: Several minor requests for the upcoming 8.1.2 release
« Reply #18 on: March 31, 2023, 03:11:33 PM »
No worries. I looked at the code and have identified the changes I needed to do. I'm using a mariadb and redis cluster with custom compiled and optimized php so I'm not worried about the extra few queries.

Thanks