[SOLVED] Custom Block Manager didnt save

Hi, I created a new Block (on sidebar) with php code but I have 200 journals, How can I add this block by default in all the view journals on the sidebar?

Do I need to add this block one by one?

This code only print a setting:

 {if $currentJournal->getSetting('var1') != 0}
     <span class="title">VAR1</h2></span>
     {$currentJournal->getSetting('var1')}
 {/if}

can I write the code in any tpl with similar code … if myblock == enable then print block; ??

Thanks.