bbPress Plugin Browser »

Summon User

Add summon.php to your /my-plugins/ directory.

Add this behind the last endif; to your /my-templates/post-form.php:

<p>
<label for="summon_user_id"><?php _e('Summon:'); ?>
<?php summon_user_dropdown(); ?>
</label>
</p>