G2 appears not to generate a nice (informative) URL path for definition nodes. The dfn tag creates a link to /g2/entries/term+name but that just redirects to /node/whatever.

To me, having a link that claims to point to one URL but that actually redirects to another, less informatively-named URL is kind of counter-productive. On my site I would prefer to have as few URLs as possible containing the word "node."

What is necessary to change this behavior in G2?

Thanks in advance!

Comments

fgm’s picture

Assigned: Unassigned » fgm
Status: Active » Closed (works as designed)

This is by design: in Drupal, this node naming feature is performed by another module, called pathauto, so G2 needn't perform it itself: it works without problem with pathauto: just define the settings for g2 nodes in pathauto settings, and you're done ! Have a look at the demo site listed on the project page.