Skip to content

Configuration

All working settings live under PeepSo > Configuration > PeepSo bbPress Addon. They are stored inside PeepSo configuration (read and written with PeepSoConfigSettings), not in a separate options table.

The tab is laid out in two columns: Forum Activity Setting on the left, and Forums Tab Setting plus Group Forum Settings on the right.

Controls what gets posted to the activity stream. See Activity stream integration.

Setting Key Type Purpose
Display new forum activity setting wbpbi_new_forum_activity_setting_display switch Post an activity when a forum is created.
Modify New Forum Activity Content wbpbi_forum_activity_content textarea Template for the new-forum activity.
Display new topic activity setting wbpbi_new_topic_activity_setting_display switch Post an activity when a topic is created.
Modify New Topic Activity Content wbpbi_new_topic_activity_content textarea Template for the new-topic activity.
Display new reply activity setting wbpbi_new_reply_activity_setting_display switch Post an activity when a reply is created.
Modify New Reply Activity Content wbpbi_new_reply_activity_content textarea Template for the new-reply activity.

{forum_name}, {forum_des}, {forum_des_excerpt}, {forum_type}, {forum_status}, {forum_visibility}, {forum_parent}, {forum_created_date}, {forum_creator}.

{topic_name}, {topic_forum_name}, {topic_des}, {topic_des_excerpt}, {topic_type}, {topic_status}, {topic_tags}, {topic_created_date}, {topic_author}.

{reply_link}, {reply_content}, {reply_content_excerpt}, {reply_tags}, {reply_author}, {reply_topic}, {reply_forum}, {reply_date}.

Each token list can be extended by developers; see Hooks and filters.

Controls the PeepSo profile Forums tab and notifications.

Setting Key Type Purpose
Forums Tab wbpbi_bbpress_tab_display switch Show or hide the Forums tab on profiles.
Forums Tab Label wbpbi_bbpress_tab_label text Rename the tab (default “Forums”).
Change url wbpbi_bbpress_change_profile_url switch Rewrite bbPress profile URLs to PeepSo.
New topic notifications wbpbi_topic_new_topic_notification switch Notify forum subscribers of new topics.
New reply notifications wbpbi_new_reply_notification switch Notify topic subscribers of new replies.

Controls Group forums. Requires the PeepSo Groups plugin.

Setting Key Type Purpose
Enable Group Integration wbpbi_group_integration_display switch Enable linking forums to PeepSo groups.
Group Forum Tab Label wbpbi_group_integration_label text Rename the group forum tab (default “Forums”).

The WB Plugins > PeepSo bbPress menu holds two read-only tabs: Welcome and FAQ. These carry product information and the built-in FAQ; the working settings are on the PeepSo configuration tab above.

Next: Member preferences.