Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294605

redirect to user page

$
0
0

hi
i use drupal 8.9.1

if clicked in frontpage site is redirect to profile user page.

note :
if config in admin/config/system/site-information and change frontpage default adress to /node site is corecct load frontpage.

i use page--frontpage.html.twig and page.html.twig

my THEME_NAME.theme such as

<?php
/**
* Implements hook_theme_suggestions_page_alter().
*/
function howzehabadan_theme_suggestions_page_alter(array &$suggestions, array $variables) {
if ($node = \Drupal::routeMatch()->getParameter('node')) {
$suggestions[] = 'page__' . $node->bundle();
}
}


Viewing all articles
Browse latest Browse all 294605

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>