Quick Tabs is a Drupal module that can be used to create tabbed blocks.
0
votes
1answer
20 views
Single view to display related nodes
I am trying to display related nodes block using a single view for all the taxonomy terms. So that if user click on any node title he/she will see the related nodes based on the node's taxonomy term.
...
1
vote
0answers
33 views
Callback with node ID in Quick Tabs
I am planning to use Quick tabs, and it has one neat feature to use a menu as a callback and it prints the content returned from it. But How can I use the callback to pass NID so that I can return ...
0
votes
1answer
23 views
how to create tabbed blocks for recent comment and recent content?
i want to create a tabbed block with two tabs . One for showing recent content and one for showing recent comments .. how can it be done in drupal 7 using only the modules ??
0
votes
0answers
12 views
hook_quicktabs_alter() is not called when using two quickstabs on the same page
I have embedded a second quicktab on page, which is called from the first quicktab (using qtabs as tab type).
The function hook_quicktabs_alter() is only called for the first quicktab, not for the ...
0
votes
0answers
31 views
How can I get a tab other than the Quicktabs default to display?
If you have used the Quicktabs module, you know it is an easy way to displayed tabbed content on a Drupal site. However, I ran into the situation where I wanted to load a different default tab on a ...
0
votes
0answers
43 views
Quicktab Switch between quicktab and accordion renderer
Is is possible to switch quicktab instance between two renderer Quicktab and Accordion using javascript with ajax.
Basically I wanted it for responsive design, so that in mobile it renders in ...
0
votes
2answers
93 views
Quicktabs and views to create tabbed views
I see that quicktabs uses blocks as tabs. This is fine if i create 4 views blocks for 4 single items of a content type and then add them to quick tabs manually.
Is there a workaround to show the ...
0
votes
1answer
89 views
How to show a field from the current node in quicktabs
I have a quicktabs block on the node page which will have several tabs with different views/content related to the current node. How can I show a field from that node in a separate tab?
1
vote
1answer
178 views
Add classes to quick tabs and nested tabs within quick tabs
How can i add custom css classes to quick tabs and nested tabs within quick tabs?
Thanks
1
vote
2answers
183 views
Quicktabs Image in tab title
I really need help with this.
I want to replace the link within the tab tile with an image. I can't find a solution for that. I saw some patches but I am not good at php and I did't got them right.
...
2
votes
1answer
252 views
Creating QuickTabs programmatically not working
I'm trying to create some QuickTabs programmatically like it's documented on the website, but for some reason, my code bellow doesn't generate QuickTabs at all!
What do I do wrong or am I looking at ...
0
votes
0answers
93 views
Drupal Quicktabs - Setting a default tab
I have 2 instances of quicktab blocks shown here -
http://www.crackingeggs.ovh.microserveltd.co.uk/healthy-eating/5-7-years
and here -
...
0
votes
0answers
173 views
Drupal 7 Using Quicktabs to call various FormBlocks (for node/add) and Field Collections - Getting Ajax Error
My problem is actually a riddle, wrapped in a mystery, inside an enigma; but perhaps there is a key.
Okay - so there are several complexities at work here. First - this is a Drupal 7 project using ...
0
votes
2answers
35 views
Non-tabs in quicktabs
I'm using QuickTabs on a Drupal 6 site. I have a block in which I need to have some normal tabs and some pseudo-tabs, which look like tabs but are actually just links that load a whole new page. Is ...
1
vote
1answer
47 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?
3
votes
1answer
179 views
is there a way to find out which quicktab tab is active?
I would like to know which tab is active so I can set it to default until another tab is active then that will be set to default
my problem is that I cant seem to find a way to see which tab is ...
0
votes
2answers
56 views
Why doesn't my new tab show?
I just made a new tab (quicktabs) with the drupal interface, but it is not displayed like the other tabs. In fact, it doesn't show at all. How can I debug such a problem?
0
votes
0answers
333 views
Privatemsg Views equivalent for Drupal 7
Drupal 6 Solution
I found a solution but it only seems to work for six.
The Privatemsg Views module. I know you can add views and block and nodes. Using the privatemsg views module ...
0
votes
0answers
112 views
add text to quicktabs
I currently have a view that groups items into quicktabs according to a field value. I would like to add some text that displays according to the active/selected quicktab, so far i have added the ...
0
votes
1answer
373 views
HTML in QuickTab Titles
I've programmatically created some quicktabs in Drupal 7, however I require html tags within the title.
For e.g:
$tabs_project['backers'] = array(
'title' => ...
1
vote
2answers
86 views
user tabs customization
I have a site built with Drupal 7, and I allowed the authenticated users to see the other profiles. Till now, every thing was OK; the problem is when they click on the name of a user. They see the tab ...
0
votes
0answers
57 views
add tabs containing custom fields category for user profiles in drupal 6
I added custom fields in categories for user profiles. all of them are placed in the same page. I want categories to be shown as tabs. I think it was possible with profiletabs in Drupal 5.x but I use ...
0
votes
0answers
153 views
quicktab tab urls
I have created two block and assigned blocks to the quicktab respectively. Quicktab create following url
http://mysite-latest.com/en/why/leadership?qt-leadership=0#qt-leadership
...
0
votes
1answer
289 views
Find Quick-Tabs id?
I'm new to drupal and I apologize if this is a silly question. I used the quicktabs module to create tabbed content. I wish to add it to a node template file. In order to add the quick tab, I need the ...
0
votes
0answers
212 views
How to use a quicktab correctly?
I am using the quicktab 3 to display a view and a block. This view and block has already configured the arguments, for example projects/[user:name]/[node:nid]. The view and block are displaying all ...
0
votes
2answers
345 views
change quicktabs default tab
according to current documentation of for change alter quicktabs should use this method
in my module
mymoule_quicktabs_alter(&$quicktabs){
$quicktabs->default_tab=2;
}
when i print ...
0
votes
1answer
748 views
in drupal 7, quicktab problem on the argument of view and block
I used to make a view shows a page of a project in the url: projects/[node:author]/[node:nid], this view works well.
now I want to display this view in the quicktab, but the problem is I can't view ...
3
votes
0answers
95 views
draggable tabs with quicktabs
i want have a quicktab block with draggable tab feature in drupal 7
quicktabs module
i read somethings about jquery ui draggble plugin
please help me about this work than how i can have draggable ...
0
votes
0answers
69 views
javascript turned off - can not switch tabs
I am experiencing this problem for the first time on drupal 6 install.
http://www.biome.cz/sampon-proti-vypadavani-vlasu-revita
Here after disabling javascript, it is not possible to load other tabs. ...
-1
votes
1answer
433 views
Tabs in Form Module in Drupal 7 [closed]
How to create Tabs in form Module using FORM API in Drupal 7 and enable and disable them
2
votes
2answers
418 views
Override quicktabs tab titles
I have a quicktabs instance that shows lists of content by year (2012, 2011, 2010 and so on). Each tab is a views generated block that pulls content by date using relative values (current year, ...
3
votes
1answer
726 views
How to insert the node comments form into quicktabs?
Im trying to insert node comments inside the quicktab, I can use views to list the comments and make the tab with it, but how to add the "Add comment" form to it ?
1
vote
0answers
162 views
Qiuck tabs shifts the Openlayers map background layer
Im displaying the list of locations (address and map Openlayers + Geofield) using views. There is no problems when displaying view in ordinary way, but when the view is displayed inside quicktabs the ...
2
votes
2answers
371 views
create tabs inside nody body
I want to create tabs inside the node body and so I found the yui_tabview module but it only works in Drupal 6. Anyone know a module that works for Druapl 7?
0
votes
2answers
126 views
setTimeout and QuickTabs
I'm using QuickTabs with a couple of views to show some content within tabs. This works fine.
Now, I want my tabs to automatically cycle. Basically, this issue sums up what I want to do.
The thing ...
0
votes
1answer
434 views
Quicktabs: output divs instead of list
I am quite new to theming, and I am trying to figure out the right way of theming Quicktabs in D7. I would like to output the tabs as divs instead of as a <ul> list. Looking at info from Theme ...
4
votes
2answers
461 views
Quick tabs module change title to bottom
I am facing a problem. I have a module called QuickTabs, new to Drupal and confused.
I like to change the position of the title of the quicktabs, instead of top and I would like my buttons or links ...
4
votes
1answer
325 views
Output tabs and content in different regions?
The default behaviour of Quicktabs is to make accessible a block containing the tabs and the linked content. That doesn't meet my requirements, unfortunately.
Is there any way of theming Quicktabs ...
2
votes
1answer
315 views
Mouseover instead of click
Has anyone gotten the Quicktabs module to work on mouseover/hover instead of click?
There was a patch for version 6.x-2 that does not work with the current version.
2
votes
0answers
117 views
Ajaxify quicktabs does not work when views have contextual filters
I have 4 views and i have made them into tabs using quicktabs and it works fine. But when i try to load then through ajax starting from second views nothing loads.I have some contextual filters in all ...
1
vote
2answers
555 views
Mini pager on View in a block does not work
I have a view that is displayed on a rightside block using quicktabs.
In Quicktabs it is the third option and set up as a view (as opposed to set up as a block).
It lists authors on a blog, and has ...
0
votes
0answers
428 views
Quicktabs Module Direct Links
Site 1: http://bit.ly/qrMXdg - Drupal 6 + Quicktabs
Site 2: http://bit.ly/pQMTRf - Drupal 7 + Quicktabs
Brief: In Site 1 if I hover on the TABS and copy URL I can get a direct link to that TAB. I can ...
1
vote
1answer
1k views
custom node template involving the use of quick tabs in drupal 7?
I have products that I want to display divided up into quick tabs. Originally I was thinking of using multiple views to do this, but then I realized that there has to be a way to do it using a ...

