Re: Forum permissions
Solved 1 problem.
‘
<td><?php bb_forum_pad( ‘<div class=”nest”>“>’ ); ?><?php forum_name(); ?><small><?php forum_description(); ?></small><?php bb_forum_pad( ‘</div>“>’ ); ?></td>
‘
I put the href tags inside the () of bb_forum_pad ^^ That fixed the link issue.
Now just need to figure out how to block links towards them.. I could do custom rewrite rules … mmmm ^^