*

oneloveb

  • ****
  • 112 posts
ITEMS REPORTED AS SPAM
« on: January 28, 2021, 06:20:45 PM »
Pls all items on my site as been reported as SPAM by bot pls what can I do to solve this issue.

Thanks

*

MB Themes

Re: ITEMS REPORTED AS SPAM
« Reply #1 on: January 28, 2021, 07:02:16 PM »
Remove such option in theme and core
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oneloveb

  • ****
  • 112 posts
Re: ITEMS REPORTED AS SPAM
« Reply #2 on: January 28, 2021, 07:09:40 PM »
When I removed the code in the themes Items.php the Items page of the site SCATTER

*

oneloveb

  • ****
  • 112 posts
Re: ITEMS REPORTED AS SPAM
« Reply #3 on: January 28, 2021, 07:47:24 PM »
Please I am waiting for your response

*

MB Themes

Re: ITEMS REPORTED AS SPAM
« Reply #4 on: January 28, 2021, 08:04:15 PM »
If design breaks, you corrupt it by yourself
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ads365

  • **
  • 11 posts
Re: ITEMS REPORTED AS SPAM
« Reply #5 on: January 29, 2021, 06:32:52 AM »
Remove such option in theme and core

How to remove such option in Theme and core. Please tell the steps to follow. Where exactly we need to make changes. because I am also facing the same issue.

*

oneloveb

  • ****
  • 112 posts
Re: ITEMS REPORTED AS SPAM
« Reply #6 on: January 29, 2021, 09:48:52 AM »
I have removed the code in the thems file items.php but I am still getting the ERROR of reported Items every 1 minute please how do I remove the Core code to stop the ERROR

*

oneloveb

  • ****
  • 112 posts
Re: ITEMS REPORTED AS SPAM
« Reply #7 on: January 29, 2021, 07:48:26 PM »
@ads365

Locate this code in your themes file

<div id="report" class="noselect tr1"><i class="fa fa-flag-o"></i></a><p><font color="black"><strong>Report user.</strong></p>
          <a href="#" title="<?php echo osc_esc_html(__('Report item', 'stela')); ?>">
           
            <div class="cont-wrap">
              <div class="cont">
                <a id="item_spam" class="reports" href="<?php echo osc_item_link_spam() ; ?>" rel="nofollow"><?php _e('scam', 'stela') ; ?></a>
                <a id="item_bad_category" class="reports" href="<?php echo osc_item_link_bad_category() ; ?>" rel="nofollow"><?php _e('misclassified', 'stela') ; ?></a>
                <a id="item_repeated" class="reports" href="<?php echo osc_item_link_repeated() ; ?>" rel="nofollow"><?php _e('duplicated', 'stela') ; ?></a>
                <a id="item_expired" class="reports" href="<?php echo osc_item_link_expired() ; ?>" rel="nofollow"><?php _e('expired', 'stela') ; ?></a>
                <a id="item_offensive" class="reports" href="<?php echo osc_item_link_offensive() ; ?>" rel="nofollow"><?php _e('offensive', 'stela') ; ?></a>
              </div>
            </div>
          </div>

AND CHANGE IT TO THIS


<div id="report" class="noselect tr1"><i class="-o"></i></a><p><font color="black"><strong></strong></p>
          <a href="#" title="<?php echo osc_esc_html(__('', 'stela')); ?>">
           
            <div class="cont-wrap">
              <div class="cont">
                <a id= class="" href="() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
                <a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
                <a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
                <a id="" class="" href="<() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
                <a id="" class="" href="() ; ?>" rel="nofollow"><?php _e('', 'stela') ; ?></a>
              </div>
            </div>
          </div>



*

MB Themes

Re: ITEMS REPORTED AS SPAM
« Reply #8 on: January 29, 2021, 10:02:42 PM »
@oneloveb
It would be nice to have some kind of fix based on IP address, maybe like counter how many items single IP has reported and set limit to i.e. 3x per day, but will need to think about that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots