Description of the need Do not open Backdrop CMS site in same window/tab instead of currently browsing site.
Proposed solution
In the file core/modules/system/system.theme.inc line 13
instead:
return '<span>' . t('Powered by <a href="@poweredby">Backdrop CMS</a>', array('@poweredby' => 'https://backdropcms.org')) . '</span>';
should be:
return '<span>' . t('Powered by <a href="@poweredby" target="_blank">Backdrop CMS</a>', array('@poweredby' => 'https://backdropcms.org')) . '</span>';
(I am searching for issues using the word accessibility to mark as accessibility issues for an upcoming Sprint. It's not clear to me that this one would qualify. Please post a comment if you disagree. - @stpaultim 08/17/2021).
Recent comments
Thank you for all your help. In the meantime I just edited the export db-file and removed the top line with the sandbox comment. --> Still the same issue. I exported also with the...
Problem with utf8mb4 Format when importing database
Another possibility: The RRSB module has a forward option. If you don't want all the social-media sharing links, you can uncheck them all, then enable RRSB on the node types of your choice.
Forward/email this page ?
One person said: I use bee in mamp - but not sure what i can offer. I did a basic setup and it just works...
Problem with utf8mb4 Format when importing database