Hi,
I'm writing a plugin and it now has to do something forum-specific. On my old forum (vb 3.6) I used to use hard-coded checks on forum-id's, but that's not really nice, is it?
What I'm looking for is some kind of mechanism to just add extra data to a forum through the AdminCP. Does such a plugin/mod exist? Or is there a standard mechanism in ACP that can do that for me?
It has to be data that I can check from within my plugin, just as I could check the forum-id.
Thanks for reading