Menu

#1 in translations, post kind is written erroneously

open
nobody
Core Code (2)
5
2004-04-29
2004-04-29
Anonymous
No

in translations, post kind is written erroneously
causing regular topics by non-admins not to be shown.

this is a bug in newpost.aspx

(on line 144:)
If bolIsAdmin Then
objDataRow("type") = dropType.SelectedItem.value
Else
objDataRow("type") = GetTranslation("newpost_regular")
End If

(corrected line:)

Else
objDataRow("type") = "regular"

in this way it is working.

sid
sid2k@tiscali.it

Discussion


Log in to post a comment.

MongoDB Logo MongoDB