Enabling context in a panel plugin 17/02/2016 Leandro Luvigne Backend Developer In Drupal 7: /** * Plugin definition. */ $plugin = array( 'title' => t('TITLE'), 'category' => t('CATEGORY'), 'render callback' => 'callback_render_function', 'all contexts' => TRUE, // Enables the context of the panel );
Contexts Modifying weight blocks in context Pepe García How modify weight blocks in context, useful when two contexts execute in the same route. Read article Modifying weight blocks in context La Drupalera José García García
Others Showing errors during the development José Antonio Rodríguez In Drupal 7, we can modify the configuration of the PHP to maximize the level of error notifications. Read article Showing errors during the development La Drupalera jarodriguez
Users How to hide the user account tabs Juan Jesús Trigo How to hide an application and register of a new password in the login form. Read article How to hide the user account tabs La Drupalera jjtrigo