- Create Account

Anonymous users

Forums > Forum Help > Anonymous users
Author
Message

1) PaulHorne Group: Members
Posts: 2 Joined: 24 Feb 2006 Location: Leeds, England IP: 212.134.--.--
I took out the ability to add messages anonymously when my site was hit by some idiots from Taiwan who filled up the forums with rubbish. I'm willing to try it as it was but can't for the life of me remember what it was I did to shut them out. Stupid question I know, but there you go. Has anyone an answer? Thanks.
Paul

2) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 203.173.--.--
Make sure that the $user_groups setting allow posting in forum.pl. Here's the default for the Guests group:

$user_groups{'guests'} = { 'name'=>'Guests',
'view'=>1, 'accview'=>1, 'post'=>1, 'topicset'=>0,  'ownedit'=>0, 'anyedit'=>0, 'accedit'=>0 };

Good luck - Angus.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.