Hey, works fine! Can I do that a little more elegant ? (Different count of Reputation required for 2 different forums)
<if test="enoughPoints :|:!in_array($forum_data['id'],array(1)) || $this->memberData['pp_reputation_points'] > 5"> // FORUM ID 1 / REP 5
<if test="enoughPoints :|:!in_array($forum_data['id'],array(2)) || $this->memberData['pp_reputation_points'] > 10"> // FORUM ID 2 / REP 10
--- TEMPLATE ---
<else>
You need more Reputation !
</if>