Closed (works as designed)
Project:
Field Redirection
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2011 at 10:45 UTC
Updated:
9 Jan 2012 at 19:43 UTC
Right now it seems that the module only supports redirection to nodes. Is there a way to also get it to redirect to links?
Comments
Comment #1
caschbre commentedThis module appears to rely on the link module or the references module. So if you want it to redirect to a URL you'll probably have to install the link module which will allow you to enter a URL.
Comment #2
lsolesen commentedThe link module is already installed, but I only get an autocomplete field for nodes (and there does not seem to be a setting letting me choose otherwise)
Comment #3
caschbre commentedWhat I did was create a link field on my entity. Configuring the field is like configuring any other link field. It took me a while to figure out that I had to go to the "manage display" tab and change the "format" for the link field to redirect. I would give that a shot.
Comment #4
damienmckenna@isolesen: as caschbre explains, this doesn't provide a field widget, it's a display formatter :)
Comment #5
lsolesen commentedDoh. You are right. I was kind of expecting the nodereference and link mixed together, but off course that was not the case. Sorry!