The '/' sign in the Blindness/Deafness spells is causing the site to choke when you try to access it via anchors.
Specifically, the PHB spell list, which uses an anchor to take you directly to the spell, doesn't work. The '/' character appears to break the anchor, making it impossible for the browser to 'jump' to the proper part of the page.
You are correct. The anchor has href="#Blindness/Deafness" right now and it should be href="#BlindnessDeafness" tested myself. Probably mods can fix this if they can change the source.
Just to be clear they are the links from Sorcerer Spells for example. Enlarge/Reduce has the same problem and solution there also.
Btw have you access to edit books toc like this one? Sometime ago a guy posted a bug that it is almost the same one of this thread. Here is the original. I remember that time I made a script to find all the links that were not pointing to the exact header. Seeing now on that thread I did not post the correct value of the href, probably because the script did not do that, but there is an easy way to find out. For example:
The "A Brief History" link from the chapter "WELCOME TO THE REALMS" from SCAG is not pointing to the correct header of the compendium;
This probably will never be needed, but If by any means on step 3 the intended target is not on menu find the intended target manually on the compendium page, right click it and click on the option similar to "Inspect" (this on chrome, other browsers may have other similar options). It should show the page html probably selecting the element you inspected. Also it should be of type header (h1, h2 ....) and have an attribute "id" with the correct value we are searching, in this case "ABriefHistory". Again this scenario probably will not happen.
Cases that have more than one targets with exactly the same name on the same page (like both "General Features" from ch. 1 from SKT) won't be totally fixed by this solution. Unfortunately both links will point to the first occurrence.
Finally, I remember sometime ago someone (probably Badeye on the last stream) telling that the navigation system would change, so I am not sure if it affects those toc pages. So feel free to ignore this post or even delete it if this is the case.
No worries. I will probably go to sleep soon, but tomorrow if it makes it easier I totally can make that list better changing it to something like change A to B here on C for each entry.
It took me some time but here is a spreadsheet with possible fixes to the links from tocs. The books that are not present are already ok.
Some of the fixes require the edition of the compendium page not sure if a staff approval would be required.
Also some entries of VGtM and one from SKT points to a generic header. Like "Grung Elite Warrior" -> "Grungs". But the same solution to add an extra id attribute can be used to point to the exact content location if wanted.
The '/' sign in the Blindness/Deafness spells is causing the site to choke when you try to access it via anchors.
Specifically, the PHB spell list, which uses an anchor to take you directly to the spell, doesn't work. The '/' character appears to break the anchor, making it impossible for the browser to 'jump' to the proper part of the page.
You are correct. The anchor has href="#Blindness/Deafness" right now and it should be href="#BlindnessDeafness" tested myself. Probably mods can fix this if they can change the source.
Just to be clear they are the links from Sorcerer Spells for example. Enlarge/Reduce has the same problem and solution there also.
And I cast Heroism on the community.
This is fixed.
If you find a similar problem, report it here.
Thanks for your collaboration.
You guys are really fast. Thanks!
I could find only Antipathy/Sympathy for druid and wizard on the same page.
And I cast Heroism on the community.
Thanks Filcat!!
Btw have you access to edit books toc like this one? Sometime ago a guy posted a bug that it is almost the same one of this thread. Here is the original. I remember that time I made a script to find all the links that were not pointing to the exact header. Seeing now on that thread I did not post the correct value of the href, probably because the script did not do that, but there is an easy way to find out. For example:
The original thread has all the ones I have found.
Cases that have more than one targets with exactly the same name on the same page (like both "General Features" from ch. 1 from SKT) won't be totally fixed by this solution. Unfortunately both links will point to the first occurrence.
Finally, I remember sometime ago someone (probably Badeye on the last stream) telling that the navigation system would change, so I am not sure if it affects those toc pages. So feel free to ignore this post or even delete it if this is the case.
And I cast Heroism on the community.
Ok, thanks Kabalistus, I will give a look at those later today.
No worries. I will probably go to sleep soon, but tomorrow if it makes it easier I totally can make that list better changing it to something like change A to B here on C for each entry.
And I cast Heroism on the community.
It took me some time but here is a spreadsheet with possible fixes to the links from tocs. The books that are not present are already ok.
Some of the fixes require the edition of the compendium page not sure if a staff approval would be required.
Also some entries of VGtM and one from SKT points to a generic header. Like "Grung Elite Warrior" -> "Grungs". But the same solution to add an extra id attribute can be used to point to the exact content location if wanted.
And I cast Heroism on the community.