Greetings!
I'm having no luck figuring this out hoping for some assistance. Thank you in advance.
I have two content types filtering many taxonomies and creating 1 big beautiful page of publication links, works great. however I would prefer the external publication titles to link straight to the other web site and not to our node which only displays the link. I am using CCK link. Drupal 6 | Views 6.x
-------
PUBLICATIONS
-------
content type 1 (internal publications) - title link should link to the node
content type 2 (external publications) - title link should use the CCK link
-------
I have a feeling I may need some PHP but views is so fantastic there is probably an easier way ( I'm not a coder but I am an experienced views user )
I really really really appreciate any assistance. Thank you
Comments
Comment #1
msjones design commented- also note that I DO know how to create a singular page of Content type 2 - where all the links DO point out to the external web sites, I just can not merge the two together.
Comment #2
dawehnerOne way would be to use theming per field.
Comment #3
merlinofchaos commentedYou will need PHP for this. Either via custom field (which is a module you can install) or theming.
Comment #4
msjones design commentedThank you very much I think I even see some PHP in one of the postings that will help me learn how to create my own. Thank you.