Forums
-
- Forum
- Posts
-
- Installation
- 28,498
- Troubleshooting
- 62,592
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
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.