Blake Peterson Member Jun 7, 2015 #1 My forum is closed to the public. The way I have set things up - I get an error on the login page, when really it should just show "Please login" I don't want to change custom messages... can someone sort this out please ? Thanks in advance! Blake
My forum is closed to the public. The way I have set things up - I get an error on the login page, when really it should just show "Please login" I don't want to change custom messages... can someone sort this out please ? Thanks in advance! Blake
Liam W in memoriam 1998-2020 Jun 7, 2015 #2 So, you want the login page to be displayed with no error band? Liam
Blake Peterson Member Jun 7, 2015 #3 Well.. this is an error page.. "Error" appears in the title and it's not very friendly . Be nice if it said "You need to login" without the error.
Well.. this is an error page.. "Error" appears in the title and it's not very friendly . Be nice if it said "You need to login" without the error.
rafass Well-known member Jun 7, 2015 #5 or you can change the colors of the error panel and the phrases and make something more friendly.
Blake Peterson Member Jun 7, 2015 #6 rafass said: .errorPanel { display: none; } and change the phrases Click to expand... Ummm.. not sure that this is a good idea. That would hide it on all pages... right ?
rafass said: .errorPanel { display: none; } and change the phrases Click to expand... Ummm.. not sure that this is a good idea. That would hide it on all pages... right ?
rafass Well-known member Jun 7, 2015 #7 I think the best is just change a little the CSS of the error panel and make it more friendly. something like this: instead:
I think the best is just change a little the CSS of the error panel and make it more friendly. something like this: instead:
rafass Well-known member Jun 7, 2015 #9 I will help you free, don't worry if you like this: just put this in your EXTRA.css: Code: .errorPanel { color: #3A3A3A!important; background: #F5FAFD none repeat scroll 0% 0%!important; border: 1px solid #A5CAE4!important; } Last edited: Jun 7, 2015
I will help you free, don't worry if you like this: just put this in your EXTRA.css: Code: .errorPanel { color: #3A3A3A!important; background: #F5FAFD none repeat scroll 0% 0%!important; border: 1px solid #A5CAE4!important; }
casmccullough New member Jul 19, 2015 #10 Hey guys, I just looked at the CSS for the login help page and can't see where to alter the error CSS. I agree that the error message should not be the first thing a new client sees when logging in. Can anyone help?
Hey guys, I just looked at the CSS for the login help page and can't see where to alter the error CSS. I agree that the error message should not be the first thing a new client sees when logging in. Can anyone help?