Niko wrote:and then you want to change the icon for these forums where guests can see the forum, but only members can read topics - right?
Yes, that's correct. And i want to set that image for members who not can read the topics. Only before the member join a usergroup. For now, it's okay as you can set it for guests only of course.
EDIT,
Maybe can you remake this JS script for guests only:
- Code:
$(function() {
$('[data-forum-row="/ID FORUM"] td:nth-child(1) img').attr('src','https://i.servimg.com/u/f74/20/37/26/09/forum_10.gif');
});