Is there a way to make this module account for addresses that aren't to external sources. example: node/1922 instead of http://drupalsite.com/node/1922
Minor thing but if the domain name or path ever changed in anyway then it would break all things on the site (finding this happening a lot, esp. if you stage development with this module).
Comments
Comment #1
alsiukola commentedI'm having an irritatingly opposite problem. Maybe there was an update to the module since this issue was posted, as I only installed the module this morning, but I'd like to be able to paste the entire link in the field, so I could go to external links or download files. But the field automatically puts the http://drupalsite/?q= in the beginning of the link. I'd particularly like to use this with the upload module which would mean I'd like to go to http://drupalsite/sites/default/files/uploads/file.txt , but it's kind of hard to get there when the module sticks a ?q= right in the middle... I'd rather not mess with the module code if there's a configuration option I'm missing somewhere obvious.