like the module matt!
ISSUE IS: with drupal on my local machine (win XP) and NOT in localhost root - but accessed via http://locahost/drupal when I try to add a new want or offer I get request not found message in browser and notice that URL is of form http://locahost/node/offer/add with no sign of my "drupal" directory in the URL. I don't see anywhere to indicate to your module that I am not in root directory on server with my drupal install.
Does drupal need to be in root directory for your module to work?
REQUEST: if I am not missing something here can you modify to alow module to work under these circumstances please. Much appreciated.
Ian
Comments
Comment #1
matslats commentedDrupal provides internal functions for this problem but I don't always remember to use them.
There are several links to node/add/offer and want.
I suspect your problem is from one of the provided views.
If that's the case you'll have to edit it manually, in the view display footer, probably
Otherwise, tell me where the link is that is failing.
Comment #2
jmkaep commentedHi I'm having the same problem, I'm kind of a noob at coding but if you tell what to change and where I should be able to do that.
Comment #3
matslats commented