Skip to main content
Magento

Return to Answer

replaced http://magento.stackexchange.com/ with https://magento.stackexchange.com/
Source Link

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

You will have to add the block type to the block whitelist that has been introduced in Magento 1.9.2.2 (and with a security patch for older versions), otherwise it will not be displayed. See APPSEC-1057 How to add variables or blocks to the white list tables APPSEC-1057 How to add variables or blocks to the white list tables

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

You will have to add the block type to the block whitelist that has been introduced in Magento 1.9.2.2 (and with a security patch for older versions), otherwise it will not be displayed. See APPSEC-1057 How to add variables or blocks to the white list tables

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

You will have to add the block type to the block whitelist that has been introduced in Magento 1.9.2.2 (and with a security patch for older versions), otherwise it will not be displayed. See APPSEC-1057 How to add variables or blocks to the white list tables

add info about whitelist
Source Link
Fabian Schmengler
  • 66.2k
  • 25
  • 191
  • 422

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

You will have to add the block type to the block whitelist that has been introduced in Magento 1.9.2.2 (and with a security patch for older versions), otherwise it will not be displayed. See APPSEC-1057 How to add variables or blocks to the white list tables

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

You will have to add the block type to the block whitelist that has been introduced in Magento 1.9.2.2 (and with a security patch for older versions), otherwise it will not be displayed. See APPSEC-1057 How to add variables or blocks to the white list tables

added 8 characters in body
Source Link
seb
  • 3.6k
  • 3
  • 26
  • 57

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

Try to use same block type in directive. Instead:

{{block type="core/template" template="/aw_blog/share.phtml"}}

use:

{{block type="blog/post" template="/aw_blog/share.phtml"}}

If you need to customize block behavior, then make a custom module with a block extending from blog one and use it in layout and template.

Source Link
davidmpaz
  • 230
  • 1
  • 8
Loading
default

AltStyle によって変換されたページ (->オリジナル) /