SwitchtabLink not working...
Fragment of a discussion from Extension talk:Header Tabs
I am having the same issue. That when I jump back to the Page Name with the Tabl Link it does not select the request tab link. Instead it always shows the first tab on the page. My tabs have spaces in them if that matters. The url looks like "?title=MS:Tool_Registry#tab=Feeder_Tools". The tab name is "= Feeder Tools =". I have tried "=Feeder Tools=", "= Feeder_Tools =" and "=Feeder_Tools".
Any thoughts as to why the tab is not selected when the page is displayed?
It is now working. Our issue was that we had $htUseHistory = false;. Once I switched it to true everything worked. So I am not sure if this is an error based on the documentation:
The $htUseHistory variable defines whether tab navigation should be tracked within the browser history and within the URL, updating the hash value.
I would think this setting should not cause switchtablink to work or not.