Quote:
Originally Posted by BirdOPrey5
To remove the IP address so mods can't see who it is do the following:
Edit the postbit or postbit legacy template.
Replace the number '51' with the forumid of your anonymous forum.
Find:
Code:
$post[onlinestatus]
Above it add:
Code:
<if condition="$thread['forumid'] != 51"> <!-- START ANON IF -->
Find:
Below it add
Code:
</if> <!-- END ANON IF -->
|
So far got everything working with 4.2.1 but this. Anyone know what to look for in the 4.2.1 postbit to get this to work?