This module, like views & display suite are AMAZING. I do try to get the page to show both node fields and view in a horizontal tabs.

This is a duplication of #1347722: view format doesn't display the view. The project I posted originally doesn't have much traffic, so I hope here it will be more notice and I do apologize if its improper, since I am quite new around.

I have set a view, with the name as defined, and the module find the view as a link on the 'edit" mode. When displaying the node, nothing display.

Due to lack of documentation, i did try all possible options for the view:

FIelds
Display Suite (my preferred)
with Master, Master + Page or Block or Attached.

All works separately, but nothing displayed on the node.

I have the following modules installed:

views 7.x-3.0-rc3
field group 7.x-1.1
field group views 7.x-1.1
views fields 7.x-1.x-dev (2011-Sep-13)
Field suppress 7.x-1.0
I appreciate any help.
CommentFileSizeAuthor
CT-manage-display.jpg163.21 KBshaisamuel
node-display.jpg34.77 KBshaisamuel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shaisamuel’s picture

Anyone can help???

nils.destoop’s picture

Closing this one, as #1347722: view format doesn't display the view is the original issue.
I see fieldgroup views is not really maintained anymore. Maybe you beter make a block from your view, and make a block field with ds.

nils.destoop’s picture

Status: Active » Closed (works as designed)
Stalski’s picture

I can't help you either I'm afraid. I never got the fieldgroup views module to work properly at the time. You can always try to ping the maintainer on IRC or some other channel to ask for support.

shaisamuel’s picture

Thank you @zuuperman & @Stalski.

I found an alternative way to call views within a text field, when adding the code:

<?php 
echo views_embed_view('view_name', $display_id = 'Display_name or default'); 
?>