Image
Image

비비프레스

설명

유행을 타지 않는 우아하고 간소화된 토론 게시판을 찾고 계신가요? 비비프레스는 통합이 쉽고 사용하기 쉬우며 성장하는 커뮤니티에 맞춰 확장할 수 있도록 제작되었습니다.

비비프레스는 워드프레스 기여자들이 만든 의도적으로 단순하지만 무한히 강력한 포럼 소프트웨어입니다.

Developer Notes

Count updates in 2.6.17

bbPress now synchronizes its built-in public and hidden topic and reply counts, aggregate forum counts, and user contribution counts on bbp_transition_post_status at priority 10, after WordPress persists the new post status. When a topic crosses the public status boundary, its stored public reply count is applied to the forum aggregate instead of recounting every reply. The action receives the new status, old status, and WP_Post object. The bbp_pre_update_counts_on_transition_post_status filter can short-circuit the complete topic or reply count operation for custom status lifecycles or count storage.

The existing bbp_new_*, bbp_insert_*, bbp_trash_*, bbp_untrash_*, bbp_spam_*, bbp_unspam_*, bbp_approve_*, and bbp_unapprove_* topic and reply actions continue to fire with their existing arguments and timing. Their corresponding completed actions, such as bbp_trashed_*, also remain available. The public count helper functions also remain callable.

For topic and reply creation, the status transition occurs inside wp_insert_post(). The later bbp_new_* and bbp_insert_* actions therefore continue to run after status counts are updated and after bbPress stores its relationship metadata. Creation-specific integrations can remain on those actions.

For moderation, status-count synchronization occurs between the existing pre-transition action, such as bbp_spam_reply, and its completed action, such as bbp_spammed_reply. Extensions that need every persisted topic, reply, forum, and user status-count change should use bbp_transition_post_status at priority 11 or later. Completed moderation actions begin after those counts are finalized.

bbPress no longer attaches its built-in topic, reply, forum, and user status-count callbacks to the creation and moderation actions. Manually firing one of those actions without changing the post status therefore no longer updates those counts. Topic voice counts and engagements remain attached to the creation and completed moderation actions, so manually firing one of those actions can still recalculate voices and engagements without a status change. The priority-11 transition hook does not observe those later updates. Extensions that need both recalculations to finish can use priority 31 or later on the legacy action; bbPress runs engagement callbacks before voice-count callbacks. Count membership comes from the filtered public and non-public status arrays. Extensions that already maintain counts for custom statuses should remove duplicate count callbacks and keep the public and non-public arrays disjoint. The public increase and decrease convenience functions now validate the current topic or reply status; use the lower-level bump functions for an intentional numeric difference. Do not manually fire bbp_transition_post_status to simulate a write because its count callback trusts the supplied statuses as a completed database transition.

Permanent deletion does not produce a post-status transition. Its count maintenance continues through the existing bbp_deleted_topic and bbp_deleted_reply actions.

Count bump functions now use conditional metadata writes and bounded retries so simultaneous requests do not overwrite each other’s existing count changes. Existing bbPress count filters and the standard WordPress metadata filters and actions continue to run. A before-update metadata action may run more than once when a request loses a comparison and retries; its matching after-update action runs only for the successful write. The update-metadata short-circuit filter runs once for the bump call using its first sanitized candidate value. A user-count filter that changes the absolute result retains the previous absolute-update behavior and opts that call out of the atomic difference path.

WordPress metadata tables do not enforce unique object-and-key pairs, so simultaneous first-time inserts retain the same limitation as the core metadata API. A request can also exhaust the bounded retries under unusually high contention. An atomic bump applies a difference to its supplied stored or default value and is not a recount. The bbp_pre_bump_count_meta filter can short-circuit an update, the bbp_bump_count_meta_max_attempts filter controls the default limit of five write attempts, and the bbp_bump_count_meta_types filter controls the post, user, term, and comment metadata types supported by default. bbp_update_user_topic_count() and bbp_update_user_reply_count() accept an optional third $difference argument for this internal bump lifecycle; existing calls remain compatible.

Post-author changes and user deletion with post reassignment now reconcile affected user contribution, topic engagement, and voice counts. Moderator move, merge, and split operations also reconcile source, destination, and ancestor forum counts. Forum count updater functions accept an optional final argument for propagating a recount’s difference through ancestor totals; existing calls remain compatible. Forum reply recounts include public replies only when their parent topics are also public. A public reply beneath a non-public topic is excluded from the public forum total without being included in the pending, spammed, and trashed reply count. Topic engagement recounts honor filtered public topic and reply statuses, and preserve other term-backed relationships.

Subforum counts in 2.6.17

bbPress now maintains subforum counts when forums are trashed, restored, permanently deleted, or moved between parents. Recursive forum counts include public, private, and hidden subforums while excluding subforums with uncountable statuses. bbp_forum_query_subforum_ids() no longer inherits the broader bbp_get_all_child_ids result; extensions that customized subforum count membership through that lower-level filter should use bbp_forum_query_subforum_ids, bbp_get_countable_forum_statuses, or the forum-status filters. The new bbp_post_updated action receives the post ID, the updated WP_Post object, and the previous WP_Post object after any bbPress post type is updated.

The upgrade does not synchronously recount every forum. Sites with known stale metadata can selectively run the applicable count and engagement tools under Tools > Forums > Repair Forums. These tools can be expensive on large sites.

스크린샷

설치

워드프레스 알림판에서

  1. ‘플러그인 > 새로 추가’ 방문
  2. ‘비비프레스’ 검색
  3. 플러그인 페이지에서 비비프레스를 활성화합니다. (환영 페이지가 표시됩니다.)

WordPress.org에서

  1. 비비프레스를 다운로드합니다.
  2. ‘bbpress’ 디렉토리를 ‘/wp-content/plugins/’ 디렉토리에 원하는 방법(ftp, sftp, scp 등)을 사용하여 업로드합니다.
  3. 플러그인 페이지에서 비비프레스를 활성화합니다. (환영 페이지가 표시됩니다.)

활성화 된 경우

  1. ‘포럼 &t; 새로 추가’로 이동하여 포럼을 만듭니다. (나중에 언제든지 삭제할 수 있습니다.)
  2. 예쁜 퍼머링크를 사용 설정한 경우 example.com/forums/를 방문하고, 예쁜 퍼머링크를 사용 설정하지 않은 경우 example.com?post_type=forum을 방문하세요.
  3. ‘설정; 포럼’으로 이동하여 커뮤니티의 요구사항에 가장 적합한 설정을 구성하세요.
  4. 비비프레스로 변환할 기존 포럼이 있는 경우 ‘도구; 포럼; 포럼 가져오기’로 이동합니다.

구성 완료

  • 비비프레스에는 강력한 테마 호환성 API가 제공되어 거의 모든 워드프레스 테마에 적합한 모양과 느낌을 주기 위해 최선을 다합니다. 모든 것이 깔끔하게 보이도록 일부 스타일을 직접 조정해야 할 수도 있습니다.
  • 사이트에 더 적합하도록 등록/활성화/로그인/비밀번호 분실 흐름을 사용자 정의할 수 있습니다. 비비프레스에는 이를 가능하게 하는 다양한 단축 코드가 포함되어 있습니다(https://codex.bbpress.org/shortcodes/).
  • 비비프레스에는 매우 인기 있고 강력한 두 가지 워드프레스 플러그인인 아키스밋과 버디프레스도 기본으로 지원됩니다. 두 플러그인을 사용하는 경우 포럼 설정 페이지를 방문하여 연동이 올바르게 표시되는지 확인하세요.

후기

Image
2025년 3월 25일
I am active on french support forum who runs under BBPress. It’s looks so old now, without the features (and rendering) the other forum’s programs have now. I now this forum here is under BBPress, but it’s a reworked version of what you get with the plugin.
Image
2025년 1월 23일
bbpress is not trustable and has poor features. Support seems non-existent. I just tried to get help with breadcrumbs that were not showing up on my installation. A technical issue that I presented on their forum (bbpress.org). They didn't answer me, they deleted my post and now I can't post anything there anymore, I don't even know what criteria led to this… well, maybe they are experiencing some technical difficulty, but they could at least let me know, leave a pinned post or send a message on the user profile… it is not safe to create a large forum on a platform whose managers act this way.
모든 343 평가 읽기

기여자 & 개발자

“비비프레스”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“비비프레스”(이)가 57 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “비비프레스”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

출시 페이지에서 확인하세요.