I need the download link on the file node to be based on the node title or filename... something that I can control, having the download based on node id is pretty useless because there is no way to predict the download url
I need the download link on the file node to be based on the node title or filename... something that I can control, having the download based on node id is pretty useless because there is no way to predict the download url
Comments
Comment #1
rmh3093 commentedmaybe link up with the path redirect module...
Comment #2
ijessup commentedAt current, the path for a particular file would be .../file/#/download/#
The # being the node's id in both instances. That is fairly predictable. You might want to elaborate more on the issue if that is not what you meant.
Or, like you said, use the path module to redirect visitors.
Comment #3
miglius commented