Is there mod for phpbb that can let users ignore some forums that they aren't interested in.
Thease forums shouldn't be visable when that user logs in.
Hello, on web site www.dot-art.net I am trying to get all posts for specific topic_id exept topic starter post.... here is part of a code for this: <? // // $gid_ii - is topic_id I get it corectly... no problem here // $result1=mysql_query("select * from phpbb_posts WHERE topic_id='".$gid_...