Hey there,
I am using the NoNumber Modals module and the K2 Content module. One can change the classes from existing links to the class from the modal module to convert existing links into modal links. I have called the class "mymodal". It is working fine, instead when I want to convert links from the K2 Content module. For example, I have a K2 Content which just shows the image of the article. When you click on the image, the whole article should open in a modal instead of a new page. I changed the code in modules\mod_k2_content\tmpl\Default\default.php. The existing class is "moduleItemImage" and I changed it into "mymodal", but nothing happens. When I inspect the element in the browser, there is still the old class.
Thanks for the help