Closed (works as designed)
Project:
G2 Glossary
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Apr 2007 at 12:02 UTC
Updated:
1 Apr 2007 at 12:47 UTC
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
Comment #1
fgmThis 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.