Well, I finally found my last issue conflicting between this hack and the V3 Articles 1.0.1 hack.
In includes/init.php
Journal has this for UserGroup permmisions:
PHP Code:
'canviewcomments' => 4,
and
Articles has this for UserGroup permmisions:
PHP Code:
'canviewcomments' => 2,
So, If you go into
AdminCp/Usergroup Manager/Edit Usergroup and look for these 2 permissions:
Articles/ Can View Comments
Journal Permissions/ Can View Comments
If you select
YES on either one of these it automatically kicks the
YES and/or
NO radial selection out of the other selection.
Thought I would give a heads up on this for those that may incounter this issue.
I don't have a fix for it, nor do I know why its and issue, (I can assume why) for I am not qualified to know what to do.
If anyone else know how to fix the issue it would be greatly appreciated.