By norti on
Hi all,
In some nodes, I want to put a link to another drupal node. For example: I'm in node/44 (body) and inside this node I want to put a link to node/22. The first idea is to use "A HREF="http://server/drupal/?q=node/22"" html code, but I don't want to type the whole web address with "http://servername/drupal/" part, only "?q=node/22". Is it possible to put the link like that (without the whole web address)? Thank you for any suggestions.
Comments
You can put
You can put href="/drupal/index.php?q=node/22", but if it's not that much shorter, and if you ever decide to use clean URLs, these links won't use them.
-----
Übercart -- One cart to rule them all.
Adding internal links easily
I think this module might offer what you're looking for.
http://drupal.org/project/pathfilter
--------
A site by, of, and for the Drupal newbie: http://www.drupalace.com