*

leuname07

  • ***
  • 53 posts
Not show User Information
« on: June 03, 2019, 08:49:10 PM »
Hello,

I want to hide User Information in listing (username, other ads) when is in the adult category.

Thank you.


*

MB Themes

Re: Not show User Information
« Reply #1 on: June 03, 2019, 11:04:15 PM »
Hello
Try
Code: [Select]
if(osc_item_category_id()<> 25) { ... data to hide .. }
... where 25 is id of category
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots