Okay
  Public Ticket #720172
add new blockposition in staticblock module
Closed

Comments

  • Vladyslav started the conversation

    hi, i paste code similarly for blockPosition1 to blockPosition5  (anywhere where i have  blockPosition1 . php templates)

    i found it in admin panel, but it doesnt work..

  •  1,593
    Criss replied

    You have to reset that module. But all of that module's content 'll be reset to default.

    Or you can copy anywhere you have blockPosition5 to another module(Example B) then reset (module B)

    Best Regards,
    Criss - FieldThemes

  • Vladyslav replied

    i did it, but it still not work.

    i havent any code of blockposition5 in statickblock.xml

     but  blockposition1 has it....


    thanks

  •  1,593
    Criss replied

    Did you insert:

    {if isset($HOOK_BLOCKPOSITION5) && !empty($HOOK_BLOCKPOSITION5)}
    {$HOOK_BLOCKPOSITION5}
      {/if}

    to any .TPL file? blockposition5's a custom hook & you need to put it to a .TPL file

    Best Regards,
    Criss - FieldThemes

  • Vladyslav replied

    yes, i did it.