Linking to articles which include modules, doesn't show their modules!

More
10 Sep 2011 13:47 #2004 by munthe
Hi,

I'm trying to send out a newsletter which includes the intro-text of a few articles. This works great! The problem arises when I click the Read More link to go to the website, here the article loads but with no modules on it!

When making menu items, linking between articles etc. joomla makes links in the stye: domain.com/article-alias.html but links from my joomlamailer newsletter is in the format: s4.domain.com/index.php?option=com_conte...rticle&id=article-id

Any ideas how I might get this working, with links to articles actually showing their modules :)
Thanks, Emil

joomlamailer version: 1.7.2
Joomla! version: 1.5.20
PHP version: 5.2.10
MySQL version: 5.0.84

Please Log in or Create an account to join the conversation.

  • Marty Harty
  • Visitor
  • Visitor
10 Nov 2011 12:28 #2110 by Marty Harty
In my case, replacing 'index.php?option=com_k2&view=item&id='.$id. with 'home/item/'.$id.'-'.$art->alias. in administrator/components/com_joomailermailchimpintegration/controllers/create.php did the trick!

Enjoy!

Please Log in or Create an account to join the conversation.