I noticed, though, that there are
- Code: Select all
$forum_match_sql = ( $forum_id != AUTH_LIST_ALL ) ? "WHERE a.forum_id = $forum_id" : '';
and
- Code: Select all
$forum_match_sql = ( $forum_id != AUTH_LIST_ALL ) ? "AND a.forum_id = $forum_id" : '';
So the changes in = $forum_id should be made in these 2 lines?
Also, after installing the MOD, the only link (memberlist, faq, search, etc) showing in the header is the "Logout" option.
So I'd like to know if it would be any problem if I don't edit overall_header.tpl, if I don't want to make any changes to the permissions about guests viewing the memberlist (ie. all can view the memberlist).
Thanks

