joomla 3.3 make newsflash module target articles by id

947 Views Asked by At

I am working with Joomla 3.3 and need to show an article in a module position by ID. I found that the native "newsflash" module is better than all article embed extensions. The only problem is, is that it only works from a category.

I want to target a single article and need to duplicate this module and edit it so that I can choose whether to show a single or multiple articles.

I tried to figure it out using $id = (int) $params->get('id', 0); but I've no idea where to implement it.

Can somebody suggest a general direction of doing it?

0

There are 0 best solutions below