Hi,

I have tried the module and it seems it detects the node title and create a link, but the link point to the ../node page and not the node/2 (in my case). It seems that the nid part is missing. Actually cannot imagine where is the problem.

Comments

kansaj’s picture

ok i think this patch did the work for me

elseif ($path=drupal_lookup_path('alias','node/'.$r['nid'], $r['language'])) {
        $glossify_dict[] = array($r['term'], drupal_lookup_path('alias','node/'.$r['nid'], $r['language']));
      }
      else {
       $glossify_dict[] = array($r['term'], 'node/'.$r['nid']);
      }
WorldFallz’s picture

Where did you place this code (line #)?

WorldFallz’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

no response and no further development for d6 unless patch is included.