MyBB Community Forums

Full Version: How to display the fid of the forum I'm in?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For 'Plugin Development' the fid is 68. How do I display the current fid of the forum I'm posting in, but in the header template?

The code is: $forum['fid'] but it doesn't work in the header templates, or any other templates except the post bit template.

How do I make $forum['fid'] to work in the header template?
Does anyone know?