Can't change my forum profile here on ElkBoards ? June 27, 2024, 03:25:52 pm Hello community ! Just a quick question about updating my forum profile avatar/signature , is it counted as a special permission or am I having some buggy experience ?
Re: Can't change my forum profile here on ElkBoards ? Reply #1 – June 27, 2024, 04:09:16 pm I don't see anything in the error log that would indicate an obvious bug. There should not be any permission restrictions in place for that either. Did you get an error when you hit save or is it just returning to the page with no updates. I know the site is not running the same level of code for 2.0 as I am on my local, so I'll update it this weekend, in case its one of those things I've already fixed and forgotten about !
Re: Can't change my forum profile here on ElkBoards ? Reply #2 – June 27, 2024, 04:59:45 pm Quote from: Spuds – June 27, 2024, 04:09:16 pmI don't see anything in the error log that would indicate an obvious bug. There should not be any permission restrictions in place for that either. Did you get an error when you hit save or is it just returning to the page with no updates. I know the site is not running the same level of code for 2.0 as I am on my local, so I'll update it this weekend, in case its one of those things I've already fixed and forgotten about !I'm actually hitting the ''Change Profile'' Button at the bottom and nothing is happening, not even a page refresh or any slight sign of saving
Re: Can't change my forum profile here on ElkBoards ? Reply #3 – June 27, 2024, 06:18:14 pm like a bug .... let me check my local version first !
Re: Can't change my forum profile here on ElkBoards ? Reply #4 – July 01, 2024, 03:20:45 am Sure thing Spuds ! Ill be checking back frequently, still no changes though
Re: Can't change my forum profile here on ElkBoards ? Reply #5 – July 03, 2024, 10:31:40 am Quote from: Denis M. – July 01, 2024, 03:20:45 amSure thing Spuds ! Ill be checking back frequently, still no changes thoughThis should be fixed now, give it a try.It was a new bug, kind of interesting really. On the profile options form, there are some hidden input fields, mostly around the various avatar selections. Anyway one of those had a type="url" which triggers the browser to validate that the entered value is a valid url. But since this is an optional field, if left blank, the form simply fails to validate (via the browser) and never gets submitted.
Re: Can't change my forum profile here on ElkBoards ? Reply #6 – July 10, 2024, 04:41:28 am Quote from: Spuds – July 03, 2024, 10:31:40 amQuote from: Denis M. – July 01, 2024, 03:20:45 amSure thing Spuds ! Ill be checking back frequently, still no changes thoughThis should be fixed now, give it a try.It was a new bug, kind of interesting really. On the profile options form, there are some hidden input fields, mostly around the various avatar selections. Anyway one of those had a type="url" which triggers the browser to validate that the entered value is a valid url. But since this is an optional field, if left blank, the form simply fails to validate (via the browser) and never gets submitted.Fixed ! Thank you very much Spuds ! Great job buddy !