Wow, after several days of searching and looking up how to use Hooks, I think that it makes sense now. Since the forumdisplay.php includes the globals.php and is not the globals itself, I would have to use the forumdisplay_complete hook.
It works perfectly now! May I ask how exactly I can determine which hook to use in the future? I somewhat understand, but I just dont know entirely how to completely determine. Theres so many hooks.
Also if I wanted to display my customized forumdisplay I would do the condition like below?
PHP Code:
<if condition="in_array($foruminfo['forumid'], array(35,36,12,15))">
</if>
Also if I wanted to make a customized display, lets say forumbit, I would do the same method except for the hook I would use the forumbit_complete?