*

Miller

  • ****
  • 141 posts
Spam ads
« on: January 24, 2019, 07:47:54 PM »
Spam ads showing in active items.

*

MB Themes

Re: Spam ads
« Reply #1 on: January 25, 2019, 07:59:10 AM »
@Miller
That's correct as there is no better place to show such items. Even spam item is active.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Spam ads
« Reply #2 on: January 25, 2019, 10:15:55 AM »
@mbthemes
do you have any idea to hide spam ads in active items

*

MB Themes

Re: Spam ads
« Reply #3 on: January 25, 2019, 10:46:35 AM »
@Miller
in file:
oc-content/themes/veronika/user-items.php

You have:
Code: [Select]
<div class="card item round3 tr1">
change to:
Code: [Select]
<div class="card item round3 tr1" <?php if(osc_item_is_spam()) { ?>style="display:none!important"<?php ?>>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots