Quote:
Originally Posted by Zoints
As forum owners, we all know that a few members will choose to screw around with this feature. Therefore we created an easy means to identify who created an anonymous thread/post should the need arise. Please be ethical and tell your members you can see who posted anonymously should the need arise. You can check the log by going here:
[Image no longer available]
And the log looks something like this:
[Image no longer available]
|
www.[YOURSITE]/admincp/anonylog.php?do=view
Bugs:
- The date is correct, but the post number is not. That was post #1 not post #10.
- Only threads created using the anon feature will appear, posts will not.
How to remove IP address from appearing under certain forum sections from moderators:
https://vborg.vbsupport.ru/showpost....&postcount=107
&
https://vborg.vbsupport.ru/showpost....&postcount=175
How to make this plugin, usergroup specific for those who can anon post:
https://vborg.vbsupport.ru/showpost....27&postcount=4
So step 6, you would add this instead:
Quote:
Originally Posted by MarkFL
HTML Code:
<vb:if condition="$show['anonymous'] and is_member_of($bbuserinfo, X,Y,...)">
<div class="openclose">
<ul class="checkradio">
<li>
<input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" /> {vb:rawphrase zointsanony_anonymous_post}
</li>
</ul>
</div>
</vb:if>
|
Note: Just for the forums you highlight, ^those are the usergroups (X,Y....etc) that can see the anonymous checkbox.
So no, it won't allow you to have multiple forums, each having their own usergroup permissions.