![]() |
Sigh. Any one have any ideas about moderating only anonymous posts? Some idea where to start looking? Would group settings solve this? I assume the problem with group settings would be the same as with moderating the anonymous user. The poster has the permissions of his/her normal account. Right?
|
I know this is unsupported, but I am hoping someone here has the answer.
I have installed and marked as installed. But in the Admin CP, the Anonymous Post Log, doesnt work and just redirects me to a framed home page of my forum. Has anyone experienced this? Is there a known conflict with another mod? Thanks sincerely for any replies. |
Fixed (I am such a noob sometimes :( )
|
Here is how you code the usergroup permissions in your newpost_usernamecode template:
Template Edit =========================================== template name: newpost_usernamecode ------------------------------------------- Find: ------------------------------------------- <phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]" 2="$bbuserinfo[username]">$vbphrase[logged_in_as_x]</phrase> ------------------------------------------- Below, Add: ------------------------------------------- <if condition="$show['anonymous'] AND is_member_of($bbuserinfo,4,5,6,7)"><div><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" <if condition="$vbulletin->GPC['anonymous']">checked="checked"</if>/>$vbphrase[zointsanony_anonymous_post]</div></if> ------------------------------------------- 4,5,6,7 is the allowed usergroups. Replace by the usergroups of choice. |
Any chance that the attachment issue will ever be addressed?
|
I hope the attachments issue will be looked at as well, for the 3.6 and 3.7 versions.
|
I've found a bug: if you hard-delete an anonymous post, it still shows up under the "Anonymous Log" in the AdminCP. Any way that this can be fixed?
|
Anyway to do this so it works with quick reply in the anonymous forum? Or how to take out the quick reply in one forum only?
|
I'd definitely like this if it could keep track of multiple anon users on the same thread. So the first person to post anonymously would be "Anonymous User 1" and the next "Anonymous User 2", etc.
If all the people posting anonymously get given the same name, that'd be confusing. |
I really like this idea but I have a question.. do posters have to have an account on the forum before posting anonymously?
Is it possible to let people who are not members to post aswell? Thanks for your help |
All times are GMT. The time now is 10:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|