I've searched for this on the forum, but haven't been able to find relevant tutorial/article/resource. Can someone quickly point me to a tutorial that tells me how to create tabs (like those appear on profile page) on any custom xenForo page?
In the content displayed in the first tab, I want to put a link to second and third tab, so that when user clicks on it; that tab opens. I tried <a href="foo2"</a> but it takes me to www.mydomain.com/foo2 . How do I link to the tab on an existing page?