By Imaaxa-Cory on
I created a node type that takes a title and url. Using views to take the two values and rewriting them to create click-able links, example <a href="[field_ref_url_value]">[field_title_value]</a>. The view works fine. So I tried using the view in a node reference field, but found out that the node reference bypasses the data given by the view and uses the title to link back to the node. Does anyone know of a way to fix this problem, or a better way to do it.
Comments
Link Module
Use http://drupal.org/project/link module.
It does exact what you need.
Cheers!
Sudhanshu Agarwal
Link
If you could direct me to some how-to-use pages that would be great. I am having trouble getting it to do anything.