Hey Elmer sorry it took so long been busy.
Here is what you are looking for:
Code:
$vbulletin->templatecache['forumhome_forumbit_level2_post'] = str_replace(array('<p class="forumdescription">'), array('<p class="forumdescription"><img src="\' . $forum[\'iconlocation\'] . \'" alt="\' . $forum[\'title\'] . \'" />'), $vbulletin->templatecache['forumhome_forumbit_level2_post']);
Make a plugin with the hook location process_templates_complete
I named mine "Forum Icon Template Replacement"
Put the code from above in there.
Be advised there is no if statement so it shows for every forum even if there is no icon in place I left that for you to do.