In Drupal 7 views how to give external link (another website) to a title? -


iam new drupal 7 views. have content type contains title, description fields. want content title's scroll @ top of page, created view , works fine.what question is, want link content (eg: 1st content (title) in scroll) website instead of content page, remaining contents linked content page. possible?.if possible how can done?..

thanks in advance, a.john melchior.

yes, it's possible.

1 way it, use link module create link field in node.

use link field input external link value.

in views add link field, before title ( order important ) , exclude display
add node title field in views , in rewrite field output option, use 1 link field token path.

i'm not looking @ views ui right , should find @ least couple of ways redirect content when node title clicked. should have rewrite field output , output field link.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -