I’ve made two tiny hacks too these files:
componentscom_jacommentthemesdefaulthtmlcommentsaddnew.php
componentscom_jacommentthemesdefaulthtmlcommentsitems.php
I removed the the code that tells the end users they are required to login to comment. I have this on an intranet site and want it removed to conserve page space. What I’d like to do is move these into a template override, that way when I upgrade JA Comment I don’t lose my changes (taking into consideration I’ll need to check the changelog to see if these files are affected in the future). What would be the proper path in my template to do this override? I tried this but no luck:
/templates/mytemplate/html/com_jacomment/comments/addnew.php
This didn’t appear to work. I followed Joomla’s rule http://docs.joomla.org/Understanding_Output_Overrides#Component_Output_Types_and_Layout_Overrides but I don’t think I have the correct path. Can someone clue me in here please? This would be very helpful!