JM RSS Feed- Userguide

JM Rss Feeds module

On our JM Seleni demo, JM Rss Feeds module is set on botsl position. You just need to follow steps below to configure this module

  1. Navigate to System>Configuration>JM Rss Feeds and configure parameter as per screenshort below:

    http://static.joomlart.com/ima…M_RSS_Conf.png

  2. Click Save config button.
  3. Create file jmrss.xml at [Magento]/app/design/frontend/default/jm_seleni/layout/ and declare xml code as follows:

    <?xml version="1.0"?>
    <layout version="0.1.0">
    <default>
    <reference name="head">
    <action method="addCss"><stylesheet>joomlart/jmrss/jm.rss.css</stylesheet></action>
    </reference>
    </default>

    <default>
    <reference name="botsl">
    <block type="joomlart_jmrss/list" name="jmrss" before="About" >
    </block>
    </reference>
    </default>

    </layout>

  4. Now see how it works on frontpage:

    http://static.joomlart.com/ima…ide/JM_RSS.png

Refresh your cache if needed (in System > Cache Management > Save cache settings). Refresh your homepage to see the change applied.

http://demo.joomlart.com/phuongnt/Ma…rity-cache.jpg

This question is now closed

Written By

Comments