09/25/2013 at 3:53 pm
#269981
Participant
Placing the CSS in the connections file definitely did the trick. But that ended up hiding the categories box for ALL users – admin and subscribers. After some digging around, I found that placing this line:
echo ‘<style type=”text/css”> #categorydiv { display: none; } </style>’;
in the LINK manage.php on line 122 (in the if current user can edit section) hid the category links from the subscriber (who only has edit ability in their role) but the admin was still able to view the category listings and make the necessary updates when needed.
I think that should work, and will be running a few more tests to make sure.
Donna
