Forums
-
- Forum
- Posts
-
- Installation
- 28,091
- Troubleshooting
- 61,374
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,751
- Showcase
- 3,251
-
Finally figure it out.
It’s the bb_create_nonce();
It’s like an MD5 hash, formed by “create-post_” + “topic_id”
for example:
<input type="hidden" name="_wpnonce" value="<?=bb_create_nonce('create-post_3');?>"
With this, you can create replies (posts) within the topic with id 3.
Best regards.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS