MyBB Community Forums

Full Version: Adding custom info to threads on a per-forum base
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

as I'm really new to myBB I have a few problems with a small (well, I hope it's small Wink ) modification I want to add to my forum.


I want to be abled to add custom attributes to each thread in a certain forum that the threat-creator sets while creating. Those attributes (e.g. keywords or a special year) should appear in the forumview as a new column.

I know how to add this by modifying the forum's codebase, but I don't have enough experience with the hook-system to see if that's even possible Sad

Can anybody give me some basic hints which hooks to use to add custom colums to the forumview?

Thx in advance
$plugins->add_hook("forumdisplay_thread" , "YOUR_FUNCTION_NAME");