1

I have a content type which has fields as "Title", "Description", "Location" and "IMAGES".

When displaying the complete node content in URL like "www.mysite.com/node/14" where '14' is just an example node ID.... how do I display the IMAGES as a slideshow?

If I try to use Views module, and use the "slideshow" feature, I only get the slideshow with images. What I really want is -- for the page to show all fields in the content, i.e. "Title", "Description", "Location" and a SLIDESHOW of "IMAGES" at the end.

any help is greatly appreciated!

4

2 に答える 2

2

Drupal 7 では、フィールド フォーマッターをフィールドに追加できます。これを使用してスライドショー フィールド フォーマッタを簡単に追加できるので、ページが画像をレンダリングするときにスライドショーになります。

これに役立つ 2 つのモジュールは次のとおりです。

Contextual Filters で現在のノード ID を取得し、リレーションシップを使用して画像を取得し、Views Slideshow を使用して結果の画像をすべてのノード タイプに配置されるブロックにレンダリングすることでこれに Views を使用することもできます。これは、おそらく 90% の確率でフィールド フォーマッタが実行できることを達成するための回り道であることがわかります。

于 2012-06-17T13:12:23.030 に答える
0

これはどうですか?

http://drupal.org/project/views_nivo_slider

于 2012-06-19T07:00:30.323 に答える