Turkish, Moderation & Login Filter [message #4282] |
Sat, 20 July 2002 18:21 |
peacerist
Messages: 4 Registered: June 2002 Location: Ankara - Turkey
Karma: 0
|
Junior Member |
|
|
Hi,
Some bug reports for your attention:
1. Related to Turkish only (php bug)
filename: private.inc.t
line no: 82
".INTZERO($GLOBALS['recv_user_id'][0]).",
uppercase INTZERO creates error when using Turkish Theme.
solution: INTZERO replaced with lowercase intzero.
2. For forums under moderation, when a user posts, 3 copies of posts appear for the approval in moderation queue.
3. Login filter doesn't work.
Keep up the good work & Peace.
Mahmut
|
|
|
Re: Turkish, Moderation & Login Filter [message #4290 is a reply to message #4282] |
Sun, 21 July 2002 22:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
peacerist wrote on Sat, 20 July 2002 14:21 | Hi,
Some bug reports for your attention:
1. Related to Turkish only (php bug)
filename: private.inc.t
line no: 82
".INTZERO($GLOBALS['recv_user_id'][0]).",
uppercase INTZERO creates error when using Turkish Theme.
solution: INTZERO replaced with lowercase intzero.
2. For forums under moderation, when a user posts, 3 copies of posts appear for the approval in moderation queue.
3. Login filter doesn't work.
Keep up the good work & Peace.
Mahmut
|
The 1st bug has been fixed in the CVS, thanks for the report.
I have a question about bug #3, in what fashion are you trying to use the login filter and which filter in particular are you using?
FUDforum Core Developer
|
|
|
|
|
Re: Ynt: Re: Turkish, Moderation & Login Filter [message #4304 is a reply to message #4296] |
Mon, 22 July 2002 18:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
tiufang wrote on Mon, 22 July 2002 02:50 |
We're adding the login name of an already registered user, and we expect that he cannot post anymore, but he still can.
We disabled posting by that user by adding his email to email filter list. Shouldn't we be able to do this using login filter as well?
|
Both login and email filter prevent people from using those address and/or logins when registering new accounts. To bad users you should use the ip filter or 'blocked' option for the user inside User Manager or group system by taking away ALL priveleges from this user.
FUDforum Core Developer
|
|
|
|