Example #1
0
					<?php 
    do_action('bbp_theme_after_forum_visibility_status');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_parent');
    ?>

					<p>
						<label for="bbp_forum_parent_id"><?php 
    _e('Parent Forum:', 'bbpress');
    ?>
</label><br />

						<?php 
    bbp_dropdown(array('select_id' => 'bbp_forum_parent_id', 'show_none' => __('(No Parent)', 'bbpress'), 'selected' => bbp_get_form_forum_parent(), 'exclude' => bbp_get_forum_id()));
    ?>
					</p>

					<?php 
    do_action('bbp_theme_after_forum_form_parent');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_submit_wrapper');
    ?>

					<div class="bbp-submit-wrapper">

						<?php 
    do_action('bbp_theme_before_forum_form_submit_button');
					<?php 
    do_action('bbp_theme_after_forum_visibility_status');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_parent');
    ?>

					<p>
						<label for="bbp_forum_parent_id"><?php 
    esc_html_e('Parent Forum:', 'monsoon');
    ?>
</label><br />

						<?php 
    bbp_dropdown(array('select_id' => 'bbp_forum_parent_id', 'show_none' => esc_html__('(No Parent)', 'monsoon'), 'selected' => bbp_get_form_forum_parent(), 'exclude' => bbp_get_forum_id()));
    ?>
					</p>

					<?php 
    do_action('bbp_theme_after_forum_form_parent');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_submit_wrapper');
    ?>

					<div class="bbp-submit-wrapper">

						<?php 
    do_action('bbp_theme_before_forum_form_submit_button');
Example #3
0
/**
 * Output value of forum parent
 *
 * @since bbPress (r3551)
 *
 * @uses bbp_get_form_forum_parent() To get the topic's forum id
 */
function bbp_form_forum_parent()
{
    echo bbp_get_form_forum_parent();
}
Example #4
0
					<?php 
    do_action('bbp_theme_after_forum_visibility_status');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_parent');
    ?>

					<p>
						<label for="bbp_forum_parent_id"><?php 
    esc_html_e('Parent Forum:', 'bbpress');
    ?>
</label><br />

						<?php 
    bbp_dropdown(array('select_id' => 'bbp_forum_parent_id', 'show_none' => esc_html__('&mdash; No parent &mdash;', 'bbpress'), 'selected' => bbp_get_form_forum_parent(), 'exclude' => bbp_get_forum_id()));
    ?>
					</p>

					<?php 
    do_action('bbp_theme_after_forum_form_parent');
    ?>

					<?php 
    do_action('bbp_theme_before_forum_form_submit_wrapper');
    ?>

					<div class="bbp-submit-wrapper">

						<?php 
    do_action('bbp_theme_before_forum_form_submit_button');