Hi all . I have been using Punbb since 1.2.6 and updating it.
I have never been able to disable guest posting. I go do edit group permissions, i choose guest and disable posting topics or replies, but I can continue posting perfectly without being registered.
Is there anything that I can do?
Thanks. Regards,
Pau
I don't think it should let you post as guest tho... I quickly rifled through post.php, and found an if:
if (!$pun_user['is_guest'])
{
So technically, it shouldn't let you post as guest