tree.tmpl: messages hard coded into template - 2.2.3 [message #4114] |
Mon, 15 July 2002 11:26 |
tufan
Messages: 70 Registered: June 2002
Karma: 0
|
Member |
|
|
Hi,
tree.tmpl contains a small bug, in that two messages have been hard coded in the template (around line 183):
<tr><th width=1>Author</th><th>Thread</th></tr>
which actually should be:
<tr><th width=1>{MSG: msg_author}</th><th>{MSG: msg_thread}</th></tr>
By the way, in "show what people are doing" page, even unregistered people can see a user browsing a hidden forum.
So, everybody is able to learn the existence of a hidden forum.
I submitted this bug before, I was told it has been fixed in the cvs. Problem still continues...
For your information,
[Updated on: Mon, 15 July 2002 11:32] Report message to a moderator
|
|
|
|
|
|
|