Posted by Blue on January 19, 2010 at 6:09pm
Hello,
As i see there are only 2 options for Global Fields in views :
Global: Custom text -> Provide custom text or link.
Global: View result counter -> Displays the actual position of the view result
The future of Views will have:
Global: Custom image -> Provide custom image. ?
I'm still learning drupal views theming.
I need to add a custom image linked to node in a view, how can i achieve this?
Many thanks,
Blue
Comments
Easiest might be to use the
Easiest might be to use the "rewrite the output of this field" with a node->nid field. I don't use the custom text field much, so I can't be sure, but I think you can also enter HTML markup there.
Thank you for reply. "Rewrite
Thank you for reply.
"Rewrite the output of this field" is not available in Global: Custom text .
Any other ideas?
Many thanks.
Are you creating a list of
Are you creating a list of nodes and you want the image to be displayed instead of the node title and have that image link to the node?
If so... create a view that lists node titles and have those node titles link to the node. You can then have that node title be rewritten to display an image instead of the text. You don't need the global fields for that.
-
@foggyperspectiv | foggyperspective.com (blog)
Worked!
Great hint! Worked!
Why is not a "thank you" button implemented in groups? :) Anyway -> Thank you.