JM Anion – Userguide

4 answers

Profile photo of Bernardo de Kreij 0.00 $tone June 16, 2010
Public

The JM_Tabs description is not really clear and also the Style: Anion is missing.
How to exactly implement this?
When i add a static block what code needs to go in it for for example popular products?

#1
congtq 0.00 $tone June 22, 2010
Public

Hi rizzler.

If you create a new static block you will have to change identifier in file app\design\frontend\default\jm_anion\layout\jmtabs .xml with identifier name you created
Exp, you create a new static block with name new_block, then content of jmtabs.xml will be

Code:

<?xml version="1.0"?>
<layout version="0.1.0">
    <default>
        <reference name="head">    
            <action method="addCss"><stylesheet>joomlart/jmtabs/css/jm.tabs.css</stylesheet></action>
    </reference>
    <reference name="right">            
            <block type="joomlart_jmtabs/core" name="jmtabs" before="-">
                <action method="addTabs_staticblock">
                    <title>New block</title>
                    <identifier>new_block</identifier>
                </action>
                <action method="addTabs_staticblock">
                    <title>Latest</title>
                    <identifier>latest_list</identifier>
                </action>
            </block>
      </reference>
    </default>
</layout>
#2

This question is now closed

Written By

Comments