Hi, I have
Drupal 7.19
QuickTabs 7.x-3.4
CTools 7.x-1.2
(developing in Chrome. Server Apache: 2.3, PHP 5.4.3)

and currently a bunch of other modules (DisplaySuite/Views/etc)
The default is to have these two configurable tabs in edit mode, so I configured them and they work well. But I want a 3rd.

So when I click Add Tab - it thinks about it for a minute - saying "Please wait", then doesn't seem to add any more, sadly. I've tried this in A Zen subtheme, and the CorporateClean theme also - same result.

Any ideas? Has anyone else seen this? This node is a different problem I think

many thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Hzle’s picture

Issue summary: View changes

added info on themes used

dorkau’s picture

Priority: Normal » Major

I have the same problem. Tried to change jQuery version but seems that it doesnot help.

@ Hzle - Did you find out the solution for this issue?

dorkau’s picture

Priority: Major » Normal

Hi,
As a workaround I have added 3 more position to the default table with tabs in : quicktabs.admin.inc:
line 77:
// If creating a new Quicktabs instance, start off with 5 empty tabs.
if (empty($qt->tabs)) {
$qt->tabs = array(
0 => array(),
1 => array(),
2 => array(),
3 => array(),
4 => array(),

);

hunchang’s picture

I'm having the same problem as well, however the above mentioned temporary solve the issue

ivalls’s picture

I have this problem, but mine seem to work after 4th or 5th attempt. It is pretty random, sometimes seems to work better it you hold the button down, or just get a lucky click! very odd.

fransoa’s picture

I have the same problem. I've tried #2 but when I run update .php it ends with a blank screen.
Then reload with a lot of errors. I had to restore a backup of my db to get access to drupal again.
Could you explain how you did it ??

adraskoy’s picture

Same problem, latest versions of drupal and modules as of a week ago. Additionally, nothing appears in the "Tab Content" column. Can work around this by using firebug to turn on the appropriate display manually and by using #2 above, but obviously this is not ideal :-)

kwfinken’s picture

Priority: Normal » Major

Without a fix, this renders the module unusable. I cannot use the workaround above for various reasons (direct access to server files is not available). Even if I could use the workaround, it is not practical for our environment because we don't know in advance how many tabs are needed. Some tab groups need 3, others need 25!

Jeff Veit’s picture

The problem is line 71 of quicktabs.admin.inc....

/**
 * Build the quicktab creation and edit form.
 */
function quicktabs_form($form, $form_state, $formtype, $qt = NULL) {

should be

/**
 * Build the quicktab creation and edit form.
 */
function quicktabs_form($form, &$form_state, $formtype, $qt = NULL) {

The difference being the & on $form_state.

Not fully tested, but it works for me so far.

tobik999’s picture

#8 solved it also for me, many thanks

busla’s picture

Beautiful, thanks!

busla’s picture

here is the patch

busla’s picture

Version: 7.x-3.4 » 7.x-3.x-dev

changing to dev since I had the same problem there aswell

Bernsch’s picture

Status: Active » Needs review
smallcoder’s picture

Cheers mate - I thought I was going crazy and this tiny ampersand solved it. All good so far - nice one !

purabdk’s picture

This helps me..Thanks

BOGUƎ’s picture

Oh yeah -- drove me nuts here too, good catch!

Bernsch’s picture

Status: Needs review » Reviewed & tested by the community
mdecooman’s picture

+1 working with the fix in #8

GreenChristian’s picture

The fix in #8 is working fine for me as well.

kingfisher64’s picture

Super #8 works fine.

Can we please commit this as it's a bit of a biggie in terms of functionality for it not to work.

ultimateboy’s picture

Status: Reviewed & tested by the community » Fixed
ultimateboy’s picture

FileSize
465 bytes

BTW, I also updated 7.x-2.x with a similar fix. Patch attached.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

More info on my software versions

drupal Don’s picture

yes i have a same problem in my website
is there any idea to solve this problem

fnikola’s picture

Issue summary: View changes

thanks @busla - the patch listed in #11 resolves the problem on quicktabs 7.x-3.4

Bhargavparex’s picture

same issue with my project

in my project add tab button not working when edit the quicktab

and also remove button not working when remove image from edit node or content

drupal version 7