I would like to put the user page - that includes the "content"-profile" - inside a Tab with the Quicktab-Module.
The quicktab-Module can handle views, nodes, blocks and its own quicktabs, but not (yet) user pages.

How can I add the user page to a quicktab?

Thanks,

JanPieter

Comments

decibel.places’s picture

+1

voyelle’s picture

Hi, 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

decibel.places’s picture

@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

voyelle’s picture

Thanks 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.

decibel.places’s picture

#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

netw3rker’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

this is handled with the callback option in 7.x-3.x versions.