backdrop-contrib / forum_ng

GNU General Public License v2.0
2 stars 1 forks source link

The local task link to add a new forum topic is missing #11

Closed docwilmot closed 3 years ago

docwilmot commented 3 years ago

In forum_ng.module the path referenced is wrong:

/**
 * Implements hook_menu_local_tasks_alter().
 */
function forum_ng_menu_local_tasks_alter(&$data, $router_item, $root_path) {
  global $user;

   // Add action link to 'node/add/forum_ng' on 'forum_ng' sub-pages.
  if ($root_path == 'forum_ng' || $root_path == 'forum_ng/%') {  <---- HERE