Closed (fixed)
Project:
Tab Tamer
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2011 at 06:38 UTC
Updated:
3 Oct 2013 at 07:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
halmsx commentedhaving same problem. only comment and node tabs are editable. the rest are just plain texts.
Comment #2
halmsx commentedalso, the admin link is also not shown in the admin > config page.
instead. i had to go to admin > modules > tabtaber > config to access the admin page for tabtamer.
Comment #3
Louis Bob commentedYes same issues here.
Would that be related to the error message I have every time I activate the module ?
Comment #4
halmsx commentedive no such errors. and ive increased memory, still the same.
Comment #5
coreyp_1 commentedThis error would not be related in any way to the memory error you are reporting.
Louis Bob, this error shows that your memory limit is only 64M. You are evidently using more than 64M when you try to enable Tab Tamer. It is not a problem with Tab Tamer, but that your particular installation has a lot of other modules installed, too, which is contributing to the problem. You should either increase your PHP memory limit or use fewer modules.
Has anyone seen this problem in the D6 version? I don't think I have. D7 has a markedly different menu structure under the hood, so it may be just some of the kinks we need to work out.
Comment #6
Louis Bob commentedYes thank-you, you are right, I have increased the memory limit, still the same issue.
So I'm waiting for this issue to be fixed now :)
Comment #7
7wonders commentedI have the same issue, it appears to be related to Search tabs. Looking at the html in firebug it looks like this:
And opening that fieldset for me reveals (I think the 2 is related so using searchapi):
So why is it not picking up on the search fieldset properly? Is it the same for the others above? You can check by simply right clicking and inspect with firebug.
Comment #8
7wonders commentedAs a workaround to access the other options in the meantime (including search) I changed line 215 in tabtamer.admin.inc to "
#collapsed' => FALSE,Makes the page a bit longer but at least you can access all the settings :)
Comment #9
davidcsonka commentedI have the same problem as halmsx, only the comment and node tabs are editable.
The rest of the sections (like user) are just plain text, and cannot be expanded.
Comment #10
davidcsonka commentedI can also confirm that 7wonders solution works.
However, for me the code edit needed to occur in the tabtamer.module file, at line 309.
Comment #11
morf2009 commented+1 having same issue, can i help you somehow to fix it?
Comment #12
bobslee commentedThe attached patch fixes this issue.
Patch against 7.x-1.x 29eb789.
Always clear the cache after anything you do with tabtamer (also with patching).
Comment #13
srsbl commentedUsing 7.x-1.x-dev, issue is no longer present.
Comment #14
srsbl commentedUsing 7.x-1.x-dev seemed to work at first, but the issue returned. Applying the patch above worked for me.
Comment #15
zengenuity commentedUsing the patch with 7.x-1.x-dev works for me to fix this issue. It would be great to get this put into a release. I'm adding tab-related functionality to Menu Badges and I would like to use your interface. I can add instructions, but most users can't handle patching modules.
Comment #16
Anonymous (not verified) commentedOk, the patch fixes some things, and is a good patch. But the admin form is still messed up. The weights drag/drop tables have changed into fieldsets for some reason. Will try to fix that soon. It looks as if the 'draggable' CSS class is not output somehow messing up the draggable JS.
Comment #17
Anonymous (not verified) commentedAttached a full patch with solution! (Includes patch from #12 - thank you very much!)
Please feedback and will commit. Problem was that I had moved
tabtamer_theme()to tabtamer.admin.inc, so Drupal could not find it because it looks in .module files forhook_theme()functions.Comment #18
Anonymous (not verified) commentedI actually went ahead and patched this up. The patch works. Will make a new 7.x-1.2 release soon.
http://drupalcode.org/project/tabtamer.git/commit/52b115c
Comment #20
mariogodiva commentedUnderstanding how to apply a patch looks very intimidating to a drupal newbie. Is there any other way to get the user menu's to link besides adding the patch?
Comment #21
Infoloko commentedany progress on the 7.x-1.2 release?