User login

menu paths

Notes and links on hacking in a custom active state path for menu links

<?php
function feature_frontend_preprocess_links(&$variables) {
 
kpr($variables);
}
?>

Faking an active trail for items not in a menu: Drupal 7 active state for main menu based on content type

Situation: You have lots of content that you don't really want in a menu at all, but you want to appear to be below or within a section of the site when you are viewing that content. For instance, when viewing news content the menu link for the overall views listing should appear to be active, or rather in the active path or trail.

Panels 3 vs Views 2 Showdown 1: Views menu paths override Panels menu paths

If you are trying to figure out why your panel site is wrong or has no content at all, you may have reached this page.

Drupal panels not deleting menus cleanly? No, that's not it. At least in this case, the menu path of a View was being used instead of the Panel.

Syndicate content