HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/plugins/enlighter/views/admin/extensions/BBPress.phtml
<?php if (!defined('ENLIGHTER_INIT')) die('DIRECT ACCESS PROHIBITED'); ?>

<!-- BB Press -->
<div class="postbox enlighter-postbox">
    <h3 class="hndle"><span><?php _e('bbPress Forums Plugin', 'enlighter'); ?></span></h3>
    <div class="inside enlighter-setting-section">

        <p><?php _e('These options are related to the popular <a href="https://wordpress.org/plugins/bbpress/" target="_blank">bbPress Forums Plugin</a>.', 'enlighter'); ?><br />
            <?php _e('<strong>Note: </strong> Backtick style code-elements of bbPress will be disabled when enabling one of the extensions to avoid conflicts!', 'enlighter'); ?>
        </p>

        <h4><?php _e('bbPress', 'enlighter'); ?></h4>

        <!-- enable shortcode support !-->
        <?php $this->_settingsUtility->displayCheckbox(
            __('Enlighter shortcodes', 'enlighter'),
            'bbpress-shortcode',
            array(
                'label' => __('Enable', 'enlighter'),
                'description' => __('Enable Shortcode support within bbPress topics and replies. Requires enabled shortcode editing mode!', 'enlighter')
            )
        ); ?>

        <!-- enable markdown support !-->
        <?php $this->_settingsUtility->displayCheckbox(
            __('Markdown fenced codeblocks', 'enlighter'),
            'bbpress-markdown',
            array(
                'label' => __('Enable', 'enlighter'),
                'description' => __('Enable Markdown style fenced code blocks within bbPress topics and replies. Requires enabled markdown editing mode!', 'enlighter')
            )
        ); ?>

    </div>
</div>