Updated to include the hook you provided
Code:
$templater = vB_Template::create('codinfo');
$template_hook[member_complete] .= $templater->render();
Yes, I also Cached the template
Template only contains simple html to display some images
Am I missing anything?
--------------- Added [DATE]1313045447[/DATE] at [TIME]1313045447[/TIME] ---------------
BTW Thank You Sherif.
--------------- Added [DATE]1313048130[/DATE] at [TIME]1313048130[/TIME] ---------------
I can see via debug mode that the template is being called but it is not rendering anywhere on the profile let alone where I want it to render. I have even tried adding {vb:raw codinfo} to the template I want it attached to.