I wish to remove all users ability to place reputation in Certain Forums.
I had this working in 3.8 using an array conditional however it appears all this has changed in vB4 and I'm at a loss after searching around for the last few hours. The following code is where I am at but it is turning off the rep icon in all Forums:
In Postbit
Code:
<vb:if condition="$show['reputationlink'] AND in_array($foruminfo['forumid'], array(5,14))">
Any Clues?
Cheers
Simon