In 4.3.0-...dev configuration.php set the minor version of $helpurl in configuration.php to 2 (hard code it). Select Content / Articles and click the Help button.
Note that this is a different problem from #39818
A Help page.
The Joomla Docs site Home page.
4.3.0-beta5-dev
I can change the Help button url using the browser Developer Tools. This is what I found:
In 4.2 the button code looks like this:
<button class="button-help btn btn-info" type="button" onclick="Joomla.popupWindow('https:\/\/help.joomla.org\/proxy?keyref=Help42:Users&lang=en', 'Help', 700, 500, 1)" title="Opens in a new window">
<span class="icon-question" aria-hidden="true"></span>
Help</button>
In 4.3 it looks like this:
<button class="button-help btn btn-info js-toolbar-help-btn" data-url="https:\/\/help.joomla.org\/proxy?keyref=Help42:Users&lang=en" data-title="Help" data-width="700" data-height="500" data-scroll="1" type="button" title="Opens in a new window">
<span class="icon-question" aria-hidden="true"></span>
Help</button>
For the latter, the back slashes in the url need to be removed. With them removed with the browser Developer Tools the Help link works correctly.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-31 13:31:06 |
Closed_By | ⇒ | alikon |
Check #40270