1

(9 replies, posted in PunBB 1.2 troubleshooting)

Thank you for your advice. I had to create new constant PUN_BAN_ALLOW. Forum works with/changes PUN_QUITE_VISIT somewhere and it didn't work.

define('PUN_BAN_ALLOW', 0);

// Check if current user is banned
if (PUN_BAN_ALLOW) {
    check_bans();
}

Shouldn't it be something like this in code permanently? For example for better integration and avoiding described problems.

2

(9 replies, posted in PunBB 1.2 troubleshooting)

What will happen when I use common.php for whole web (punbb integrate) and I ban any user? He will not be able to access whole web. And does not matter if I set PUN_TURN_OFF_MAINT and PUN_QUIET_VISIT. But I want he has access to web root. Logout could help, but it is not the right solution and it is not possible with ban.

Where did I do a mistake? sad

what about this mod?

http://www.punres.org/viewtopic.php?id=512

4

(6 replies, posted in PunBB 1.2 discussion)

This is the latest version of PunBB 1.2.5. DB is MySQL 3.23.54 and PHP Version 4.3.3.
I don't know what was version of forum that user registered to. It depends on release date of punbb forum. I usually update forum to new version in 3 days from official release.

5

(6 replies, posted in PunBB 1.2 discussion)

Look here:
http://www.blansko.cz/forum/userlist.ph … rch=Poslat

6

(6 replies, posted in PunBB 1.2 discussion)

Maybe for you, but not for me. Why?
Ok, it is more about register then login...
All I want is not allow users register with the same names. How can I get something like this?

7

(6 replies, posted in PunBB 1.2 discussion)

Is it possible to set login name to be case insensitive?
I have users with names Petr, petr, PetR and each of them is different user, but names are too similar for forum readers and they don't recognize them.

8

(7 replies, posted in PunBB 1.2 discussion)

I vote for premoderation too.
It would be nice to have possibility send all new messages to admin or moderators e-mail address.

Great work! Thanks for phorum.