Firstly, you need to install this modification: https://vborg.vbsupport.ru/showthread.php?t=178787. Then, add to that code your own in order to display your image based on what forum your are on/displaying, using this conditional:
PHP Code:
<if condition="$forum[forumid] == X">Image code, text, or what you want goes here.</if>
If you just want to add html/text/images to that area without those dropdown menus, then edit the ForumDisplay template and add the code/text/images to that area yourself. And if you want different content per forum there use the conditional in the post above.
Firstly, you need to install this modification: https://vborg.vbsupport.ru/showthread.php?t=178787. Then, add to that code your own in order to display your image based on what forum your are on/displaying, using this conditional:
PHP Code:
<if condition="$forum[forumid] == X">Image code, text, or what you want goes here.</if>