I want to duplicatie , JA newsFlash , however the problem that i m getting in doing that is , it is using parameters of original
ja newsflash , where it should use the parameters of the duplicate ja newsflash .
e.g. Main module is : Ja newsFlash
I created new module > selected Ja Newsflash Type >> Named it ja newsflash 2 .
Now parameters of ja newsflash 2 and ja newsflash 3 are different from joomla backend , but behaviour of ja newsflash 2
is same as ja newsflash ( categories same , height same )
I checked out database , entry for new module is in place and parameters are also being stored .
However the problem seems to be in ja-newsflashloader.php
$query = “SELECT params FROM #__modules WHERE module = ‘mod_janewsflash’;”;
the query does’nt know how to differentiate between new / old module .
How do i resolve this ?
Thank you