Closed (fixed)
Project:
Bootstrap fieldgroup
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2014 at 16:08 UTC
Updated:
23 Apr 2017 at 20:09 UTC
Jump to comment: Most recent
Comments
Comment #1
playfulwolf commentedComment #2
cornelyus commentedLooking into this also, any help?
Comment #3
arpas commentedHello,
I also bumped to this problem and created custom module to extend Bootstrap tabs features with history, access / activate tab from url, transliteration of tab ID.
My custom module can be downloaded from https://github.com/ArunsKas/Bootstrap-fieldgroup-extra/archive/master.zip
Comment #4
cha0s commentedWorking in master, just used the ID of the tab (or accordion item) as the location hash.
Comment #5
cha0s commentedComment #7
gennadiy commentedWe needed to link to the specific Bootstrap tab from another page and #3 (Thank you, Arūnas!), Bootstrap-fieldgroup-extra, worked well for us.
Even we don't use Bootstrap-fieldgroup and just commented it out in the info file:
;dependencies[] = bootstrap_fieldgroupAlso you need to check
"Turn on Bootstrap fieldgroup tabs history"
on the
/admin/config/content/bootstrap_extra/settings
Comment #8
kpastore commented#3 worked for me, as well. My client only allowed javascript to be added via the Add to Head module, so I copied the js from the module and added it to the specific page where it was needed. Perfect! Thanks!
Comment #9
Advin commentedSeems that #3 has some bug: we are trying to count amount of tabs (line 30, bootstrap_fieldgroup_extra.module) before detecting empty tabs (line 75). So if we have empty tabs the total number may be incorrect.