Title: Permalinks with ID for bbPress
Author: Nicolas Korobochkin
Published: <strong>4 می 2015</strong>
Last modified: 18 سپتامبر 2025

---

جستجوی افزونه‌ها

![](https://ps.w.org/bbpress-permalinks-with-id/assets/banner-772x250.jpg?rev=1320391)

![](https://ps.w.org/bbpress-permalinks-with-id/assets/icon-256x256.jpg?rev=1320391)

# Permalinks with ID for bbPress

 توسط [Nicolas Korobochkin](https://profiles.wordpress.org/korobochkin/)

[دانلود](https://downloads.wordpress.org/plugin/bbpress-permalinks-with-id.1.0.7.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/bbpress-permalinks-with-id/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/bbpress-permalinks-with-id/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/bbpress-permalinks-with-id/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/bbpress-permalinks-with-id/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/)

## توضیحات

This plugin transforms default bbPress permalinks (URLs) that use slugs into permalinks
that use numeric IDs.

Please star the [GitHub repository](https://github.com/korobochkin/bbpress-permalinks-with-id/)
to support continued development of this project.

## عکس‌های صفحه

 * [[
 * Forum URL. The plugin adopts to your permalinks settings (you can change it on
   default bbPress settings page).
 * [[
 * Topic edit URL. With this plugin all pages and links correctly opens.

## نصب

### How to install the plugin?

 1. Download the plugin via the WordPress admin interface or execute `wp plugin install
    bbpress-permalinks-with-id`.
 2. Activate bbPress and this plugin via the WordPress admin interface or execute `
    wp plugin activate bbpress-permalinks-with-id`.
 3. Flush rewrite rules using one of the following methods:
 4.  * Visit the `/wp-admin/options-permalink.php` page. WordPress automatically flushes
       rewrite rules every time you access this page, without requiring you to press
       the “Save Changes” button.
     * Alternatively, execute the `wp rewrite flush` command from WP-CLI.

### How to uninstall the plugin?

 1. Deactivate the plugin via the WordPress admin interface or execute `wp plugin deactivate
    bbpress-permalinks-with-id`.
 2. Delete the plugin via the WordPress admin interface or execute `wp plugin delete
    bbpress-permalinks-with-id`.
 3. Flush rewrite rules using one of the following methods:
 4.  * Visit the `/wp-admin/options-permalink.php` page. WordPress automatically flushes
       rewrite rules every time you access this page, without requiring you to press
       the “Save Changes” button.
     * Alternatively, execute the `wp rewrite flush` command from WP-CLI.

**Important:** URLs with IDs may have been shared on the internet, indexed by search
engines, or referenced in your forum content. After uninstalling this plugin, those
links will no longer function.

## سوالات متداول

### What URLs are supported?

You can find a detailed table of supported URL structures in the [README.md on GitHub](https://github.com/korobochkin/bbpress-permalinks-with-id/).

### Does the plugin change URLs in the interface?

Yes. URLs within theme templates that are generated using the `get_post_permalink()`
function will adopt the ID-based structure.

### Do the old URLs in static content change?

No. Static content stored within the `wp_posts` table remains unaltered. The plugin
only modifies the code responsible for generating and handling URLs.

### Do the default URLs with slugs continue to work?

Yes. The original URLs with slugs remain accessible. However, the plugin does not
provide automatic redirection from slug-based URLs to ID-based URLs.

### How is the plugin tested?

The plugin undergoes manual testing with the latest WordPress and bbPress versions
using the official Twenty Twelve (`twentytwelve`) theme. Additionally, automated
code analysis tools test compatibility with both legacy and current versions, including
Psalm and PHP Code Style validation (see `.github/workflows/tests.yml`).

### Why use URLs with IDs instead of slugs?

 * Your forum operates in a language other than English and contains non-Latin characters.
 * Forum and topic titles include non-letter symbols (emojis, special characters
   such as `<`).
 * You frequently update slugs and titles of forums and topics and require more 
   reliable and permanent URLs.
 * Shorter, cleaner URLs that are easier to share and remember.

## نقد و بررسی‌ها

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

### 󠀁[Works good](https://wordpress.org/support/topic/works-good-87/)󠁿

 [jensonz](https://profiles.wordpress.org/jensonz/) 23 نوامبر 2016

Still works perfectly in latest WordPress version

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

### 󠀁[I will try it](https://wordpress.org/support/topic/i-will-try-it/)󠁿

 [Siam ลอตเตอรี่](https://profiles.wordpress.org/siamlottery/) 3 سپتامبر 2016

Thanks now to try it for my website

 [ خواندن تمامی 3 نقد و بررسی‌ ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/)

## توسعه دهندگان و همکاران

“Permalinks with ID for bbPress” نرم افزار متن باز است. افراد زیر در این افزونه 
مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Nicolas Korobochkin ](https://profiles.wordpress.org/korobochkin/)

[ترجمه “Permalinks with ID for bbPress” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/bbpress-permalinks-with-id)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/bbpress-permalinks-with-id/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bbpress-permalinks-with-id/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bbpress-permalinks-with-id/)
by [RSS](https://plugins.trac.wordpress.org/log/bbpress-permalinks-with-id/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0.7

No code changes. The plugin was renamed and the “Requires at least” version was 
updated to comply with new WordPress.org policies.

#### 1.0.6

No code changes, but a few unused functions were removed for cleaner code. This 
version was manually tested with WordPress 6.8.2, bbPress 2.6.14, and Twenty Twelve
theme 4.6. Additionally, several PHP compatibility and code quality tools were added
to the GitHub repository for automated validation (supporting PHP 5.6+). Thank you
for continuing to use this plugin! The previous release was made almost 10 years
ago. It is wonderful that the plugin continues to work reliably without requiring
maintenance.

#### 1.0.5

Update plugin text domain.

#### 1.0.4

First version of plugin for wordpress.org. Without automatically flushing rewrite
rules.

## اطلاعات

 *  نگارش **1.0.7**
 *  Last updated **8 ماه پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 4.1 یا بالاتر **
 *  Tested up to **6.8.5**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/bbpress-permalinks-with-id/)
 * Tags
 * [bbPress](https://fa.wordpress.org/plugins/tags/bbpress/)[permalink](https://fa.wordpress.org/plugins/tags/permalink/)
   [url](https://fa.wordpress.org/plugins/tags/url/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/bbpress-permalinks-with-id/advanced/)

## امتیازها

 4.7 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/?filter=5)
 *  [  امتیاز 1 4-ستاره     ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/?filter=1)

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/reviews/)

## مشارکت کنندگان

 *   [ Nicolas Korobochkin ](https://profiles.wordpress.org/korobochkin/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/bbpress-permalinks-with-id/)