only first tab loaded when using Tab content will be loaded at tab click.....
| Project: | Quick Tabs |
| Version: | 6.x-2.0-rc3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Hi, I am new on drupal.....recently, I created a quicktab block that contain six tabs in it, when I use "No: All tabs will be loaded at page load", every tab loaded the content and work fine, but when I use "Yes: Tab content will be loaded at tab click" only the first tab load the content and rest of tabs just return empty, I create those tab with view module and guess somehow when I use "Yes: Tab content will be loaded at tab click" the argument I set (user ID) doesn't pass thought and so it return empty content...I also try use %1 argument in quicktabs view setting, it work only on first account I created, and other test account I created doesn't work....I notice that first account I create have different format of url compare to other account I created which due to the pathauto module...the first account I create is http://localhost/node/1 ...the second account and rest of test account have http://localhost/content/*** format (*** is userID), I think that is why %1 argument only work on first account I created..I just want to know if there is a way to make "Yes: Tab content will be loaded at tab click" work...thank you

#1
the %1 works with system path which I guess still should be node/x in this case. So pathauto setting should not break this functionality.
can you be more specific how you created the tabs? Is it a view tab type? You may attach a sreenshot of your quicktab edit page..
So if you switch back to non-ajax quicktab then everything works correctly?
#2
Hi...sorry to reply that late....I used views to create the tab. I set argument userID in the view (using url to find the userid), so each user can see their own content in their profile page...I do enable the ajax in view, I don't know if it is matter. everything work fine until I enable the "Yes: Tab content will be loaded at tab click", the tab won't display anything, I also enter the %1 argument in quicktabs setting page in views section, but it only work on admin account, other test account I create doesn't work...I will attach a screenshot of my quick tabs setting page and one of the view I created to you...please help...I stuck in the problem for two day...O.O a guy with only limit knowledge on php...
#3
by the way, other view I created are similar to above view I attach and just with different content....O.O thank you
#4
My guess is that you are using the content profile module to display user profiles as nodes. The problem is that, then the url for user page contains the node id not the user id (%1 = profile page node id).
here is a suggestion, how the view argument could be fixed: #421768-4: quicktab on Content Profile page
#5
oh...I forgot to mention that I use content profile....thank you very much....I will keep update the situation..O.O
#6
#7
Automatically closed -- issue fixed for 2 weeks with no activity.