Title: bbPress &#8211; Report Content
Author: Josh Eaton
Published: <strong>ستمبر 30, 2013</strong>
Last modified: نومبر 12, 2014

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/bbpress-report-content.svg)

# bbPress – Report Content

 منجانب [Josh Eaton](https://profiles.wordpress.org/jjeaton/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/bbpress-report-content.1.0.5.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/bbpress-report-content/#description)
 * [جائزے](https://ur.wordpress.org/plugins/bbpress-report-content/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/bbpress-report-content/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/bbpress-report-content/#developers)

 [معاونت](https://wordpress.org/support/plugin/bbpress-report-content/)

## تفصیل

Give your bbPress forum users the ability to report inappropriate content or spam
in topics or replies. This plugin adds a "report” admin link to topics and replies,
when clicked, the topic/reply is assigned a post status of "User Reported”.

All logged-in users can report content and see that a topic has been reported, only
Moderators and up can un-report the content. Integrates with the standard Topic 
admin screens.

When a topic is reported, a banner is shown at the top of the page indicating that
the topic has been reported as inappropriate. For replies, a message is added within
the reply, before the content.

Requires bbPress 2.4+.

#### Translators

bbPress – Report Content is fully internationalized and ready for translation:

The following translations are currently available:

 * Croatian (hr) – Sanjin Barac
 * Finnish (fi) – [Marko Kaartinen](https://github.com/MarkoKaartinen)
 * French (fr_FR) – [Matthieu Durocher](http://technocyclope.com/)
 * German (de_DE) – [Alexander Ihrig](http://www.thunderbird-mail.de/)
 * Italian (it_IT) – Barbara Lerici
 * Polish (pl_PL) – Paulina
 * Spanish (es_ES) – [Andrew Kurtis – WebHostingHub](http://www.webhostinghub.com/)

New language packs, or updates to existing ones, can be sent via GitHub or by [contacting me](http://www.josheaton.org/contact/).

#### Developers

Active development happens on Github: [https://github.com/jjeaton/bbpress-report-content](https://github.com/jjeaton/bbpress-report-content).
PRs welcome!

## اسکرین شاٹس

 * [[
 * The report link displayed in the topic admin links list.
 * [[
 * Topics admin screen, showing the custom "User Reported” status.
 * [[
 * Front end display of a reported topic.

## انسٹالیشن

 1. Upload the `bbpress-report-content` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## عمومی سوالات

  Can I see which user reported the content as inappropriate?

The user who reported the topic or reply is stored as post meta and displayed as
a column on the "User Reported” view.

## جائزے

![](https://secure.gravatar.com/avatar/f2672b9bac7ab274967f26d8b6ae775c17a950c10be5176c5eb08b4fcbf9fe64?
s=60&d=retro&r=g)

### 󠀁[Thank you for plugin](https://wordpress.org/support/topic/thank-you-for-plugin-5/)󠁿

 [Mohammad Sy](https://profiles.wordpress.org/mohammad-sy/) ستمبر 3, 2016

Very good plugin 🙂

 [ تمام 10 جائزے پڑھیں ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/)

## شراکت دار اور ڈیویلپرز

“bbPress – Report Content” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان
میں حصہ لیا:

شراکت دار

 *   [ Josh Eaton ](https://profiles.wordpress.org/jjeaton/)

[“bbPress – Report Content” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/bbpress-report-content)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/bbpress-report-content/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/bbpress-report-content/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/bbpress-report-content/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/bbpress-report-content/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.5 – 2014-11-12

 * Enhancement – Croatian translation (props Sanjin Barac)
 * Enhancement – Italian translation (props Barbara Lerici)
 * Enhancement – Add "reported” or "unreported” classes to the report/unreport links
   to signify current state.
 * Fix – Require bbPress to be activated before loading.
 * Fix – Errors in es_ES translation (props Barbara Lerici)
 * Tweak – Updated POT file to add new strings.

#### 1.0.4 – 2014-02-11

 * Enhancement – German translation (props Alexander Ihrig)

#### 1.0.3 – 2014-01-31

 * Enhancement – Polish translation (props Paulina)
 * Enhancement – Finnish translation (props Marko Kaartinen)

#### 1.0.2 – 2014-01-30

 * Fix – Plugin was loading the wrong directory for language files.
 * Fix – Modify all textdomain strings and update POT file
 * Fix – Make `get_reply_report_link` public so it can be used to output the report
   link elsewhere.
 * Enhancement – Spanish Translation (props Andrew Kurtis)
 * Enhancement – French Translation (props Matthieu Durocher)

#### 1.0.1 – 2013-10-13

 * Fix – Issue where bbPress feeds were only showing "reported” topics/replies.

#### 1.0.0

 * Initial release

## میٹا

 *  Version **1.0.5**
 *  Last updated **12 سال پہلے**
 *  Active installations **200+**
 *  WordPress version ** 3.6 یا اس سے جدید **
 *  Tested up to **4.0.38**
 *  Language
 * [English (US)](https://wordpress.org/plugins/bbpress-report-content/)
 * Tags
 * [bbPress](https://ur.wordpress.org/plugins/tags/bbpress/)[content](https://ur.wordpress.org/plugins/tags/content/)
   [replies](https://ur.wordpress.org/plugins/tags/replies/)[report](https://ur.wordpress.org/plugins/tags/report/)
   [topics](https://ur.wordpress.org/plugins/tags/topics/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/bbpress-report-content/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  10 5-star reviews     ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/bbpress-report-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bbpress-report-content/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bbpress-report-content/reviews/)

## شراکت دار

 *   [ Josh Eaton ](https://profiles.wordpress.org/jjeaton/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/bbpress-report-content/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7DR8UF55NRFTS)