BBP_Forums_Group_Extension::forum_parent()

Make Forum Parent a hidden field instead of a selectable one.


Description Description


Source Source

File: includes/extend/buddypress/groups.php

	public function forum_parent() {
	?>

		<input type="hidden" name="bbp_forum_parent_id" id="bbp_forum_parent_id" value="<?php bbp_group_forums_root_id(); ?>" />

	<?php
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.