MyBB Community Forums

Full Version: Forum & Group ID?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am sure this question has been asked thousand times but I can't really find it nowhere.

Quote:Portal Settings
Forum ID to pull announcements from
Where do I get this ID from?

Also applies for group. Where I get group ID?

Thank you,
Merc
admin panel --> forum management --> hover mouse on a forum and
find its id in browser status bar OR copy its link & paste somewhere

.../admin/index.php?module=forum-management&fid=2


from last part fid=2 , we get the required forum id as 2

similar for the group id. that is, admin panel --> users & groups -->
groups --> hover mouse on a group and find its id in browser status bar
OR copy its link & paste somewhere

http://localhost/mybb/admin/index.php?module=user-groups&action=edit&gid=1
from last part gid=1 , we get the required group id as 1