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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -