This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

rooman

  • ****
  • 223 posts
Administrative ads
« on: July 05, 2022, 09:25:27 AM »
Hello
Administrative ads
Is it possible to create or create an account?
Administrator of user accounts
So that the admin ads are not deletable
It is not subject to communication by users
I mean, it's static ads
Or you can remove the notifications box from the ads of this account
Thank you

*

mwindey

  • *****
  • 468 posts
Re: Administrative ads
« Reply #1 on: July 05, 2022, 10:22:33 AM »
What do you mean exactly? The report listing button only allows other users to report suspicious advertisements.
The warning is in your admin where only admin can choose what happens with the listing.....
Remove or only delete the warning

*

rooman

  • ****
  • 223 posts
Re: Administrative ads
« Reply #2 on: July 05, 2022, 12:12:00 PM »
What do you mean exactly? The report listing button only allows other users to report suspicious advertisements.
The warning is in your admin where only admin can choose what happens with the listing.....
Remove or only delete the warning

Right
thanks for your reply
But by mistake, I deleted the ads
So it is preferred
If there is a better way, what I mentioned is better

*

MB Themes

Re: Administrative ads
« Reply #3 on: July 06, 2022, 11:07:09 AM »
@rooman
Well I do not understand how this can happen, but for this reason you should have data backups daily.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by frosticek on July 06, 2022, 02:13:37 PM
*

mwindey

  • *****
  • 468 posts
Re: Administrative ads
« Reply #4 on: July 06, 2022, 12:29:42 PM »
@rooman

If you want the option for users not to report listings, you can always remove the button in item.php
Just remove this part....

Code: [Select]
        <div class="report-wrap" style="display:none;">
          <div id="report">
            <img src="<?php echo osc_current_web_theme_url('images/report.png'); ?>" alt="<?php echo osc_esc_html(__('Report''epsilon')); ?>" />
            <div class="header"><?php _e('Report listing''epsilon'); ?></div>
            <div class="subheader"><?php _e('If you find this listing as inappropriate, offensive or spammy, please let us know about it. Select one of following reasons:''epsilon'); ?></div>
           
            <div class="text">
              <a href="<?php echo osc_item_link_spam() ; ?>" rel="nofollow"><?php _e('Spam''epsilon') ; ?></a>
              <a href="<?php echo osc_item_link_bad_category() ; ?>" rel="nofollow"><?php _e('Misclassified''epsilon') ; ?></a>
              <a href="<?php echo osc_item_link_repeated() ; ?>" rel="nofollow"><?php _e('Duplicated''epsilon') ; ?></a>
              <a href="<?php echo osc_item_link_expired() ; ?>" rel="nofollow"><?php _e('Expired''epsilon') ; ?></a>
              <a href="<?php echo osc_item_link_offensive() ; ?>" rel="nofollow"><?php _e('Offensive''epsilon') ; ?></a>
            </div>
          </div>
        </div>

*

rooman

  • ****
  • 223 posts
Re: Administrative ads
« Reply #5 on: July 06, 2022, 12:31:07 PM »
@rooman
Well I do not understand how this can happen, but for this reason you should have data backups daily.
Thank you