JM Tabs Module wont disdplay on Home Page

I followed the JM Oganis user guide but the JM Tabs wont show up on the home page. I suspect the guide is not complete and it is missing the part of the code to insert into

> CMS > Pages > Home page > Design > Layout Update XML ?

If this is the case could you please give me this code otherwise tell me what could be wrong?

Thank you.

2 answers

Profile photo of chavan 100.00 $tone August 17, 2011
Public

This is the default content of the layout Xml

PHP Code:

<reference name="mass-top">
    <
block type="joomlart_jmslideshow/list" name="jmslideshow" />
</
reference>

<reference name="content-top">
    <
block type="joomlart_jmproductsslider/list" name="jmproductsslider" />
</
reference>

<reference name="content">            
    <
block type="joomlart_jmtabs/core" name="jmtabs">
        <
action method="addTabs_block">                    
            <
title>Best choice for home users</title>
            <
block>joomlart_jmproducts/list</block>
            <
template>joomlart/jmproducts/list.phtml</template>
            <
alias>tab1-jmproducts</alias>
        </
action>
        <
action method="addTabs_block">                    
            <
title>Most Reviewed</title>
            <
block>joomlart_jmcategorylist/list</block>
            <
template>joomlart/jmcategorylist/list.phtml</template>
            <
alias>tab2-jmcategorylist</alias>
        </
action>
    </
block>
</
reference




Note: If you Find my Post useful please click on the Thanks Icon

#2

Please login or Register to Submit Answer

Written By

Comments