Thank you very much!
I will read all!
--------------- Added [DATE]1300659430[/DATE] at [TIME]1300659430[/TIME] ---------------
I?m a little lost sorry..
This is my new post bit templates..
forumhome_forumbit2_level1_no post
forumhome_forumbit2_level1_post
forumhome_forumbit2_level2_no post
forumhome_forumbit2_level2_post
I want to use it in forumhome:
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<ol id="forums" class="floatcontainer">
{vb:raw forumbits2}
</ol>
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
Ok:
In this tutorial says I need to put into Forumhome Header that:
I don,t know how i can continue...
$templater = vB_Template::create('forumhome_forumbit2_level1_no post');
$templater->register('my var', $my_var);
$templater->register('my_array', $my_array);
$templatevalues['my_insertvar'] = $templater->render();
vB_Template:

reRegister('FORUMHOME', $templatevalues);