pau8000 wrote:

Hi all smile. 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:

post.php wrote:

if (!$pun_user['is_guest'])
            {

So technically, it shouldn't let you post as guest wink

Ahem. He said the forum was on another server than the site -_-'

Are you sure you entered the good infos for user/pass? No typo errors? wink check the config file, and verify

I don't think it's the good regexp, but what you'd have to add is |\%|\.|, I reckon. (I'm not good at regular expressions wink)