ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
102 stars 23 forks source link

Feed not working #15

Closed developerdiary closed 4 years ago

developerdiary commented 5 years ago

Adding code in Code Block

{feed url="https://www.theverge.com/rss/index.xml"}
    {feeditems count="3"}
        <h3>{feeditem:title}</h3>
        <p><small>{feeditem:date format="d-m-Y H:i"}</small></p>
        <p>{feeditem:description}</p>
    {/feeditems}
{/feed}

Getting Output

{feed url="https://www.theverge.com/rss/index.xml"} {feeditems count="3"} {feeditem:title} {feeditem:date format="d-m-Y H:i"}

{feeditem:description}

{/feeditems} {/feed}

Please help {feed url="https://www.theverge.com/rss/index.xml"} {feeditems count="3"} {feeditem:title} {feeditem:date format="d-m-Y H:i"}

{feeditem:description}

{/feeditems} {/feed}

Mautic Version : 2.14.2 (Still not working)

ChrisRAoW commented 5 years ago

Hi @developerdiary, look like the plugin isn't active yet. Did you activated it after installing it into the plugins folder?

ChrisRAoW commented 4 years ago

No, repsonse, So I assume it's no issue anymore.