Tetra-WebBBS Support Forum

Re: Error messages
In Response To: Re: Error messages ()

Hi Alan.

: It is hard to me to explain in english, but i'll try.

No worry about your English.
I'm not a native English speaking person either, so I do understand your concern. I'm used to being forced to ask for better explainations because I don't always understand native English speaking persons. I for one take it as a challenge to write in a foreign language. Nothing wrong with others trying as well ;)

: Use your own
: name (Rainer L.) on your own forum
: (http://tetrabb.com/forum/WebBBS/) to post a new message, but do
: not enter your own password, and you'll see that support e-mail
: is not shown in error message.

That's a good example. Could reproduce and locate the error.
Fix will come with the next release.

Until then it's easy to fix via the language file.

Open webbbs_text.pl and change:

$text{'9999'} = "If you have any questions, please send a note to <!--emaillink-->.";

to:

$text{'9999'} = "If you have any questions, please send a note to $maillist_address.";

or:

$text{'9999'} = "If you have any questions, please send a note to <a href='mailto:$maillist_address'>$maillist_address</a>.";

Funny thing:
This bug must sit there for quite some time already and wasn't reported.

If you spot more such oddities, please don't hesitate to report.

Thanks
Rainer

PS:
Thanks for posting a real name. It's more motivating to talk to people if they provide a reasonable name ;)

PPS:
your posts are moderated because, as an unregistered user, your posts don't bypass content filters.

Messages In This Thread

Error messages
Re: Error messages
Re: Error messages
Re: Error messages