Title: BP Classic
Author: BuddyPress
Published: <strong>31 Tháng 7, 2023</strong>
Last modified: 13 Tháng 7, 2024

---

Tìm kiếm plugin

![](https://ps.w.org/bp-classic/assets/banner-772x250.jpg?rev=2945594)

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://ps.w.org/bp-classic/assets/icon.svg?rev=2945592)

# BP Classic

 Bởi [BuddyPress](https://profiles.wordpress.org/buddypress/)

[Tải về](https://downloads.wordpress.org/plugin/bp-classic.1.4.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/bp-classic/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/bp-classic/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/bp-classic/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/bp-classic/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/bp-classic/)

## Mô tả

The BP Classic add-on is being developed and maintained by the official BuddyPress
development team.

It was first built to provide backwards compatibility to configs where third party
BuddyPress plugin(s) or theme(s) – not ready yet for the BP Rewrites API (introduced
in BuddyPress 12.0.0) – are activated.

BP Classic also includes features and templates that are fully deprecated in BuddyPress
12.0.0. Here are the ones you will now find back only once you activated the BP 
Classic add-on:

 * The BP Legacy widgets (these were migrated as Blocks in BuddyPress 9.0.0).
 * The BP Default theme.
 * The BP Legacy navigation globals (`buddypress()->bp_nav` & `buddypress()->bp_options_nav`).

**NB**: although the BP Classic add-on only runs when the BuddyPress version is 
12.0.0 or up, you can choose to anticipate the BuddyPress 12.0.0 upgrade by activating
the add-on. In this case the add-on is in “sleep mode” and will wake up as soon 
as BuddyPress has been upgraded to 12.0.0.

#### Join the BuddyPress community

If you’re interested in contributing to BuddyPress, we’d love to have you. Head 
over to the [BuddyPress Documentation](https://codex.buddypress.org/participate-and-contribute/)
site to find out how you can pitch in.

Growing the BuddyPress community means better software for everyone!

## Ảnh màn hình

 * [[
 * **The settings tab to associate a WP Page with a BP Directory **

## Cài đặt

#### Requirements

 * WordPress 5.8.
 * BuddyPress **12.0.0**.

#### Automatic installation

Using the automatic installation let WordPress handles everything itself. To do 
an automatic install of BP Classic, log in to your WordPress dashboard, navigate
to the Plugins menu. Click on the Add New link, then activate the “BuddyPress Add-
ons” tab to quickly find the BP Classic plugin’s card.
 Once you’ve found the BP
Classic plugin, you can view details about the latest release, such as community
reviews, ratings, and description. Install the BP Classic plugin by simply pressing“
Install Now”.

## Hỏi đáp

### Where can I get support?

Our community provides free support at [https://buddypress.org/support/](https://buddypress.org/support/).

### Where can I report a bug?

Report bugs or suggest ideas at [https://github.com/buddypress/bp-classic/issues](https://github.com/buddypress/bp-classic/issues),
participate to this plugin development at [https://github.com/buddypress/bp-classic/pulls](https://github.com/buddypress/bp-classic/pulls).

### Who builds the BP Classic backcompat plugin?

The BP Classic plugin is a BuddyPress backward compatibility plugin and is free 
software, built by an international community of volunteers. Some contributors to
BuddyPress are employed by companies that use BuddyPress, while others are consultants
who offer BuddyPress-related services for hire. No one is paid by the BuddyPress
project for their contributions.

If you would like to provide monetary support to the BP Classic or BuddyPress plugins,
please consider a donation to the [WordPress Foundation](https://wordpressfoundation.org),
or ask your favorite contributor how they prefer to have their efforts rewarded.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“BP Classic” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ BuddyPress ](https://profiles.wordpress.org/buddypress/)

“BP Classic” đã được dịch qua 8 ngôn ngữ. Cảm ơn [những người tham gia dịch](https://translate.wordpress.org/projects/wp-plugins/bp-classic/contributors)
vì đóng góp của họ.

[Dịch “BP Classic” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/bp-classic)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/bp-classic/), check out 
[SVN repository](https://plugins.svn.wordpress.org/bp-classic/), hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/bp-classic/)
qua [RSS](https://plugins.trac.wordpress.org/log/bp-classic/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.4.0

 * Make sure bbPress topics/replies pagination is behaving as expected with BuddyPress
   12.0 & up (See [#44](https://github.com/buddypress/bp-classic/pull/44)).

#### 1.3.0

 * Switch to BP root blog when migrating directories if necessary (See [#33](https://github.com/buddypress/bp-classic/pull/33)).
 * Make sure Tooltips are used in Legacy widgets (See [#35](https://github.com/buddypress/bp-classic/issues/35)&
   [#39](https://github.com/buddypress/bp-classic/issues/39)).
 * Use a npm script to get BP Default (See [#37](https://github.com/buddypress/bp-classic/issues/37)).
 * Improve how we check BP Nouveau is the current BP Template Pack in use (See [#41](https://github.com/buddypress/bp-classic/issues/41)).

#### 1.2.0

 * Avoid a type mismatch issue during the migration process (See [#27](https://github.com/buddypress/bp-classic/issues/27)).
 * Only check once BuddyPress current config & version are ok (See [#28](https://github.com/buddypress/bp-classic/issues/28)).
 * Make sure the migration script is run on Multisite (See [#31](https://github.com/buddypress/bp-classic/issues/31)).

#### 1.1.0

 * Make sure BP Classic is activated at the same network level than BuddyPress (
   See [#21](https://github.com/buddypress/bp-classic/issues/21)).
 * Improve the way the themes directory is registered (See [#23](https://github.com/buddypress/bp-classic/issues/23)).

#### 1.0.0

Initial version of the plugin.

## Plugin cộng đồng

Plugin này được phát triển và hỗ trợ bởi một cộng đồng. [Đóng góp cho plugin này](https://github.com/buddypress/bp-classic/)

## Meta

 *  Phiên bản **1.4.0**
 *  Cập nhật lần cuối **2 năm trước**
 *  Số lượt cài đặt **6.000+**
 *  Phiên bản WordPress ** 5.8 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.6.5**
 *  Phiên bản PHP ** 5.6 hoặc cao hơn **
 *  Ngôn ngữ
 * [Chinese (China)](https://cn.wordpress.org/plugins/bp-classic/), [Dutch](https://nl.wordpress.org/plugins/bp-classic/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/bp-classic/), [English (US)](https://wordpress.org/plugins/bp-classic/),
   [French (France)](https://fr.wordpress.org/plugins/bp-classic/), [Italian](https://it.wordpress.org/plugins/bp-classic/),
   [Romanian](https://ro.wordpress.org/plugins/bp-classic/), [Russian](https://ru.wordpress.org/plugins/bp-classic/),
   và [Swedish](https://sv.wordpress.org/plugins/bp-classic/).
 *  [Dịch sang ngôn ngữ của bạn](https://translate.wordpress.org/projects/wp-plugins/bp-classic)
 * Thẻ
 * [buddypress](https://vi.wordpress.org/plugins/tags/buddypress/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/bp-classic/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/bp-classic/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/bp-classic/reviews/)

## Những người đóng góp

 *   [ BuddyPress ](https://profiles.wordpress.org/buddypress/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/bp-classic/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://wordpressfoundation.org)