Page 1 of 1

Link to Beta forum broken

Posted: Wed Sep 24, 2014 11:43 am
by russellhltn
The final line of the "Calendar Version 2.7 BETA PRE-RELEASE" popup is "For issues/problems or to take part in the Church Calendar discussion, please visit the LDSTech Forum." But the link results in "The forum you selected does not exist."

Re: Link to Beta forum broken

Posted: Wed Sep 24, 2014 4:05 pm
by aebrown
russellhltn wrote:The final line of the "Calendar Version 2.7 BETA PRE-RELEASE" popup is "For issues/problems or to take part in the Church Calendar discussion, please visit the LDSTech Forum." But the link results in "The forum you selected does not exist."
There are actually three issues:
  • The link in the popup has two question marks (right after viewforum.php), but should only have one. That's why the link fails.
  • There's no reason to have the "sid" parameter.
  • The link is to the Calendar forum (110), but really should be to the Beta Calendar forum (133).
The current link is to:

Code: Select all

https://tech.lds.org/forum/viewforum.php??f=110&sid=fee5af6c21da891e88d67e356a114185
But it should simply be:

Code: Select all

https://tech.lds.org/forum/viewforum.php?f=133