Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2009 at 09:20 UTC
Updated:
20 Dec 2014 at 02:37 UTC
Jump to comment: Most recent
Comments
Comment #1
decibel.places commented+1
Comment #2
voyelle commentedHi, I'm having the same issue here am trying to use my own tabs in content profile page, did you find out? maybe should we create a view to render user page and use that view instead?
Thanks
Comment #3
decibel.places commented@voyelle
it sounds like your tabs are not quicktabs, so your question is slightly off topic here
you are correct, on the profile page we added the content profile view to the tab
see http://drupal.org/node/47417
Comment #4
voyelle commentedThanks for answering
I don't think am off topic because I want to switch from tabs to quicktabs, so on my user page instead of having those regular tabs I have my own quicktabs, where I can have more control, but I don't know how to load a user page in quicktabs, because it's asking for node id.
Comment #5
decibel.places commented#4 right, views are not a quicktabs option
that is why we're using views_embed_view in our profile tab without using quicktabs
it's a content profile view, so that works
http://drupal.org/node/823056
I also wanted to put it into a separate quicktabs page, but the requirement was dropped anyway
Comment #6
netw3rker commentedthis is handled with the callback option in 7.x-3.x versions.