The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Set default value of field in a field group

I have had no luck trying to set the value of a field in a field group. I can see in the array that the default value has changed but the change does not show up in the viewed form. This is the same ...
0
votes
0answers
31 views

Adding New Field to A Group is Not Saving changes - cck

I've created new fields and I'm trying to add them to an existing group. I'm able to drag the new fields into the group but when I save the fields are not retained in the group. What can be ...
1
vote
1answer
31 views

Grouping or adding classes to CCK form fields

I'm looking for a way to group sections of my CCK add/edit forms so that I can give users a form with sections instead of one long page. I'm already using Fieldgroup to group fields for display so ...
2
votes
0answers
26 views

How to get the parent fieldgroup group_name for a field_collection_table?

My case is the following: I have a custom node with some field collections and all of these are shown on a htab group, each one in it's own tab. Now, what I want/need to do is: return to the page ...
0
votes
0answers
67 views

how to render a field group already setup?

Seems like I didn't find any complete resource for doing this anywhere. I already have an accordion group set up http://screencast.com/t/Bpubn8GvvI in a Profile type "account profile" (Profile2 ...
1
vote
1answer
29 views

How to show an image instead of a tab title for a field group?

How can I show an image instead of the tab title of a field group?
0
votes
0answers
87 views

The “Add another item” button doesn't work with field groups

I am working on a site that uses a lot of horizontal field groups. I am having a problem where any fields that sit in a field group and have "unlimited" set for the number of entries is unable to use ...
0
votes
1answer
49 views

How can I make a fieldgroup visible only to admin users?

I'm using the Field Group module to group fields on my user profile page. I have a number of fields that are only visible to admin users, so I would like to group them together to keep everything ...
0
votes
0answers
41 views

$form_state['redirect'] disables saving node

I'm having a node form in tabs using field_groups. I can access a tab directly by going to the url node/{nodeid}/edit#some_id_in_that_tab. I want to make a button that submits the form and goes to ...
0
votes
1answer
39 views

How to fetch group name from query?

I'm using Field group Module, I have created 3 groups with name & ID as given below: Group Name | Machine ID Stake Holders | group_sh1 Trends | group_td1 Organization | group_org1 ...
0
votes
0answers
166 views

How to make field group (tabs) visible for anonymous users?

In D7 how to make field group (tabs) visible for anonymous users? I have installed and configured, I am able to view the tabs on add content page, but the tabs are not visible for anonymous users. ...
1
vote
1answer
41 views

Can I allow a user to add additional tabs in quicktabs?

In the same way that we can set a field to unlimited, allowing a user to add more than one value, might there be a way to do the same using quicktabs?
0
votes
0answers
28 views

Effect for tabs of Field Group

is it possible to implement some kind of jquery effect (like this or something similar: http://www.roseindia.net/ajax/jquery/fadeEffectTab.html#T-3) for tabs that i have created with Field Goup ...
0
votes
1answer
155 views

Can't group by year from a date row

I have a field of date-time type. I added this field into a view and formatted the date-time field to show only year. When I switch 'aggregation' on in Views and try to group this field it didn't work ...
1
vote
1answer
547 views

show/hide fieldgroup with ajax drupal 7

I have a field group that contain sub field group with almost 30 fields also I have a checkbox field that I want ajaxly show hide field group accoridng checking event of it. I have no problem with ...
0
votes
0answers
126 views

How to split content into different pages

How to split content into different pages. node/test into node/test node/test/features node/test/images Fields are grouped with Field group Thanks, Marius
0
votes
1answer
69 views

create field group in hook_install()

I am using the field_group module and want to programmatically create groups of fields in the hook_install of my module.install file. It seems that field_group doesn't have much of an api that can ...
0
votes
1answer
196 views

Transfer fieldgroups through features

I need transfer fieldgroup through features, but always when I add field group into feature I see status "overriden". How I can add fieldgroup into features correctly? This fieldgroup added for ...
0
votes
0answers
57 views

How can I make CCK field group required?

I have 5 cck fields in one field group and need to force users to fill more than 2 fields of any of those. And then throw the error "Please fill at least 2 fields in the field group" when users try ...
0
votes
0answers
102 views

CCK FIELDGROUP TABS dont work at all

I am using cck module for a large number of content types. I want to expose the node add form for particular content type to anonymous users. Now I wanted the look and feel of the node add form to be ...
1
vote
1answer
262 views

Programmatically accessing a field group relationship

I believe I am using the default Fieldgroup module. I have added a new group using "Add new group", then I have created a couple test fields and nested them under that group. I see the entry is added ...
0
votes
1answer
96 views

How to theme help text of field groups in node form

I put some HTML tags in the help text of field groups in node form but HTML tags are automatically removed after saved the change. It seems that also there is no selection list of input format for ...
1
vote
0answers
264 views

Anyone else seeing exceptions from Field Group module? [closed]

Since I installed - otherwise great - the Field Group module, I'm occasionally thrown error messages about undefined indices. They usually come in bunches, and even though they are reported by various ...
3
votes
3answers
885 views

Hide a CCK fieldgroup using #states in hook_form_alter()?

I have a custom module, and I am trying to hide a CCK fieldgroup using "#states" when a certain item is selected in a drop-down select list. I have tried using states from within hook_form_alter(), ...