xml - A module I uploaded block is displaying before the catalog category block. How do I change it? -
i downloaded module display pictures on category page. category pages displaying breadcrumbs, title, , static block within referenced content under category default. want change positioning images displaying below within content reference. how change position , why module content being pulled first?
the before
, after
attributes work in 1 of 2 cases
when insert core/text_list
block
like template block calls getchildhtml
without paramaters
for example
<reference name="root"> <block type="core/template" name="example_block" after="content" template="page/html/example-block.phtml"/> </reference>
Comments
Post a Comment