I'm trying to use this module to create a tabbed edit for for the content type I use for user profiles. It's a content type called "bio" and I'm using the content profile module and designating it as a content profile type.

I've switched on the module and indicated which fieldgroups should be tabs.

The tabs appear when I go to edit a "bio".

But there's no default tab selected.

And all the content from all the tabs displays below. None of the content from the other tabs is hidden the way it should be.

What could be causing this and how can I debug it? I'd be willing to pay someone to fix this for me.

Comments

kobnim’s picture

I am having the same problem.

kobnim’s picture

Update ...
I replaced jquery.ui version 1.7 with version 1.6, and it now works.

kobnim’s picture

I found another way to get tabs to work:
(a) jquery.ui: version 1.7.3
(b) tabs module: tabs-6.x-1.x, rather than tabs-6.x-1.3

Basically, it seems that tabs-6.x-1.3 does not support jquery.ui version 1.7
So to fix the problem you can either
(a) stick with tabs-6.x-1.3, but revert to an earlier release of jquery.ui (1.6), or
(b) stick with jquery.ui 1.7, but use the latest dev release of tabs.

alb’s picture

but the module is dependencies only by
dependencies[] = fieldgroup and
dependencies[] = tabs

not jquery;

someone can send an image of the problems?

mathieu’s picture

Also having this issue.

drvdt’s picture

Dear kobnim!
Very good idea! You are correct. It relates JQuery (Jquery update, Jquery UI). If you use earlier / later, this problem will happen.
Please choose again their versions, test, and bring in your produce.
Good luck,

lunk rat’s picture

Thanks, this solved my issue as I am using jq 1.7.x