Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,484
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,958
- Showcase
- 3,256
-
You can do a global on $bb_post and then access any of the fields from there:
http://bbshowcase.org/reference/#bb_posts
so $bb_post->post_id is what you want.
There’s probably an internal function to do the same thing but there’s the direct way.