I've installed nforum 1.5 and integrated into my site on all 3 main browers perfectly and it has all the functionality running. However, when I go to the forgot password.aspx the ForgotPassword label text on the button has vanished on all browsers. I've checked on firebug and the value html tag for the button and its empty so it isn't a css issue as the button is so small/narrow without a value the end-user won't realise its a button. The button functiionally works. I think it must be script conflict issue as when I reinstalled the package and the default version added has no button label even though on a trial site the button has the label of "ForgotPassword" and the button as it should be.
Forgot Password button label missing?
Hi,
I've installed nforum 1.5 and integrated into my site on all 3 main browers perfectly and it has all the functionality running. However, when I go to the forgot password.aspx the ForgotPassword label text on the button has vanished on all browsers. I've checked on firebug and the value html tag for the button and its empty so it isn't a css issue as the button is so small/narrow without a value the end-user won't realise its a button. The button functiionally works. I think it must be script conflict issue as when I reinstalled the package and the default version added has no button label even though on a trial site the button has the label of "ForgotPassword" and the button as it should be.
Anyone else have the issue?
Paul
P.S. I've tried rebuilding the source code
and changed ForumForgotPassword.ascx.cs
if (!Page.IsPostBack)
{
btnSubmit.Text = library.GetDictionaryItem("Forgot Password");
}
}
by changing and reversing it only to successfully break my trial site
is working on a reply...