Right now in the mod I see this line which I am pretty sure outputs the image.
PHP Code:
$template_hook['postbit_userinfo_left'] .= $templater->render();
1) How do I create a new hook or variable for this spot? Shouldn't there already be a variable if multiple images have to be generated by the mod? I just can't seem to find anything like {vb:rank_image_path} that I can use.
2) Once I have that done I can use this code to generate the image?
PHP Code:
<dt>Awards</dt> <dd>{vb:raw template_hook.NEW_HOOK_LOCATION}</dd>
or
PHP Code:
<dt>Awards</dt> <dd>{vb:variable name}</dd>
3) What about the CSS associated with it?