#1 It didn't work for me with a subtheme.
#10 Tab manager also has other issues.
After installation of Tabtamer, I got this error :
The website encountered an unexpected error. Please try again later.
TypeError: Unsupported operand types: array + null in bootstrap_barrio_preprocess_menu_local_task() (line 461 of themes/contrib/bootstrap_barrio/bootstrap_barrio.theme).
Here is the code :
/**
* Implements hook_preprocess_HOOK() for menu-local-task.html.twig.
*/
function bootstrap_barrio_preprocess_menu_local_task(&$variables) {
$link = $variables['element']['#link'];
$url = $link['url'];
$options = $url->getOptions();
$url->setOptions($options + $link['localized_options']); /* Line 461 */
$variables['item'] = Link::fromTextAndUrl($link['title'], $url);
}
- Install Barrio theme (5.5.4)
- Install tabtamer
I will see with Barrio developers but if you have some solution...
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
#1 It didn't work for me with a subtheme.
#10 Tab manager also has other issues.