Changeset 6695 for trunk/src/includes/core/options.php
- Timestamp:
- 09/13/2017 05:49:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/options.php
r6694 r6695 32 32 '_bbp_db_version' => 0, // Database version 33 33 34 /** Features **********************************************************/ 35 36 '_bbp_enable_favorites' => 1, // Enable favorites 37 '_bbp_enable_subscriptions' => 1, // Enable subscriptions 38 '_bbp_enable_engagements' => 1, // Enable engagements 39 '_bbp_allow_content_edit' => 1, // Allow content edit 40 '_bbp_allow_content_throttle' => 1, // Allow content throttle 41 '_bbp_allow_revisions' => 1, // Allow revisions 42 '_bbp_allow_topic_tags' => 1, // Allow topic tagging 43 '_bbp_allow_search' => 1, // Allow forum-wide search 44 '_bbp_allow_forum_mods' => 1, // Allow per-forum moderation 45 '_bbp_allow_global_access' => 1, // Allow users from all sites to post 46 '_bbp_allow_anonymous' => 0, // Allow anonymous posting 47 '_bbp_allow_super_mods' => 0, // Allow mods to edit users 48 '_bbp_allow_threaded_replies' => 0, // Allow threaded replies 49 '_bbp_use_wp_editor' => 1, // Use the WordPress editor if available 50 '_bbp_use_autoembed' => 0, // Use oEmbed in topics and replies 51 34 52 /** Settings **********************************************************/ 35 53 54 '_bbp_default_role' => $role, // Default forums role 36 55 '_bbp_edit_lock' => 5, // Lock post editing after 5 minutes 37 56 '_bbp_throttle_time' => 10, // Throttle post time to 10 seconds 38 '_bbp_enable_favorites' => 1, // Favorites39 '_bbp_enable_subscriptions' => 1, // Subscriptions40 '_bbp_enable_engagements' => 1, // Engagements41 '_bbp_allow_content_edit' => 1, // Allow content edit42 '_bbp_allow_content_throttle' => 1, // Allow content throttle43 '_bbp_allow_anonymous' => 0, // Allow anonymous posting44 '_bbp_allow_global_access' => 1, // Users from all sites can post45 '_bbp_allow_revisions' => 1, // Allow revisions46 '_bbp_allow_topic_tags' => 1, // Allow topic tagging47 '_bbp_allow_forum_mods' => 1, // Allow per-forum moderation48 '_bbp_allow_super_mods' => 0, // Allow mods to edit users49 '_bbp_allow_threaded_replies' => 0, // Allow threaded replies50 '_bbp_allow_search' => 1, // Allow forum-wide search51 57 '_bbp_thread_replies_depth' => 2, // Thread replies depth 52 '_bbp_use_wp_editor' => 1, // Use the WordPress editor if available53 '_bbp_use_autoembed' => 0, // Allow oEmbed in topics and replies54 58 '_bbp_theme_package_id' => 'default', // The ID for the current theme package 55 '_bbp_default_role' => $role, // Default forums role56 59 '_bbp_settings_integration' => 'basic', // How to integrate into wp-admin 57 60
Note: See TracChangeset
for help on using the changeset viewer.