FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Typo in banned account message
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Typo in banned account message [message #35160] Wed, 13 December 2006 22:24 Go to next message
kolerij is currently offline  kolerij   United States
Messages: 58
Registered: July 2002
Karma: 0
Member
Not sure is this was reported previously, but I noticed that there is a small typo in the message displayed when a banned user tries to access the forum.

Quote:

ERROR: You have been banned.

Your account was permanently from accessing the site, due to a violation of the forum's rules.


Looks like the word "banned" is missing.

Quote:

"Your account was permanently banned from accessing the site, due to a violation of the forum's rules."


Guess this change needs to be made in ../thm/default/i18n/../msg for err_banned_acct_msg.

Regards.
Kolerij
Re: Typo in banned account message [message #35179 is a reply to message #35160] Thu, 14 December 2006 19:28 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Looks fine to me in CVS, the type of ban is conditional and the message reflects that:

{IF: $ban_expiry}temporarily banned until {DATE: ban_expiry %a, %d %B %Y %H:%M}{ELSE}permanently{ENDI}


FUDforum Core Developer
Re: Typo in banned account message [message #35183 is a reply to message #35160] Thu, 14 December 2006 21:54 Go to previous messageGo to next message
kolerij is currently offline  kolerij   United States
Messages: 58
Registered: July 2002
Karma: 0
Member
Hi Ilio,

I totally understand the conditional logic.

However, with the below logic
{IF: $ban_expiry}temporarily banned until {DATE: ban_expiry %a, %d %B %Y %H:%M}{ELSE}permanently{ENDI}

I get this when trying to login as a indefinately banned user...
index.php?t=getfile&id=2741&private=0

However, when I change it to
{IF: $ban_expiry}temporarily banned until {DATE: ban_expiry %a, %d %B %Y %H:%M}{ELSE}permanently banned{ENDI}

I get this...
index.php?t=getfile&id=2742&private=0
Re: Typo in banned account message [message #35187 is a reply to message #35183] Fri, 15 December 2006 00:38 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS, thanks.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: why access denied?
Next Topic: Double Emails
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri May 24 21:02:33 GMT 2024

Total time taken to generate the page: 0.02729 seconds