Sorry, I've split this post, and edit the title. I hope you don't mind
(11-28-2010 02:18 PM)Bumiayu Wrote: But how to make tab like on index of http://www.14.mynie.co.cc/index.php
There are many many more "better" tab out there.........
The tab in the demo forum is only for temporary.
I will replace it with a "better" tab later (I hope).
Basically, when we creating a XThreads application, and we set the XThreads setting,
Hide Forum, to
Yes, we need to put the forum URL manually in our header/other template. If we use tab layout for the menu, we need to create a template_prefix_header template, and put the
active class in the template. So, when a user is visiting the forum, the tab will be selected.
For example, if you see the demo forum, you will find I have link directory and lyrics forum tabs/link in header template. For this, I need to create two header template. So, when a user is visiting the link directory, the active class will be in the link directory header. But when a user is visiting the lyrics forum, the active class will be in the lyrics forum header.
Well, that is my method with XThreads for the CSS tab in the header without involving other script.