You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
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.
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?
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.
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?
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.
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.
Posts found: 8