XF 1.2 ul class="tabs mainTabs Tabs"

TsinJu

Well-known member
I want to make some kind of Wiki/FAQ with pages, and tried to use this jquerry snippet, but it´s interfering with xenforo´s Log In System...
So i thought of using the classes "tabs mainTabs Tabs" with a Page, because i saw, from "Profile Page" it can show up "frames" without loading the whole Page again.

I am now thinking of how to realise something similiar, where i have the vertical Tabs and with each tab i have a frame? of any Content shown on a Page (xenforo´s Page System)
Should i make different html pages, filling them with Content and load it with e.g.:
<ul>
<li class="tabs mainTabs Tabs"><a href="content1.html">Tab 1</a></li>
<li class="tabs mainTabs Tabs"><a href="content2.html">Tab 2</a></li>
etc....
</ul>

or is there any other, better way?
 
Top Bottom