Category Tabs

Zenrer

Seasoned Veteran
Joined
Sep 22, 2008
Messages
4,204
Reaction score
0
FP$
4,180
I know this can be done with jQuery, I just need to know how I could only show 1 Category for ever Tab, with the Category name on the Tab, like at the top there is a horizontal list of categories, and it only shows 1 category at a time, and you click another and it only shows that one.
 
phpBB3, I think all I need to know is showing only the forum category on click, I have the code for the Tabs
 
Yes, but I think Murder and a few others are competent in php, I would rather trust them than other people 😀

Ill ask there anyway
 
I think I know what I need, but cant implement it

When I open a tab, I want to show only a category using its forum ID, such as 3 in this case

Could I maybe use an iFrame for this, just showing the forums from the Category's personal page?
 
Explain a little more, do you want something where's like a small icon, you click it and it collapses the forums and only showing the categories or what? I read the first post and didn't understand it much.
 
Yes, when the tab is clicked only the category linked to that tab shows up, the rest goes away
 
I suggest it would be like when it displays forum on the index, only with an IF statement, with like if url = index.php?f=5 or something, then show forums.
 
I know jQuery and how to make tabbed menu, it is way easier to what I think I have to do to achieve what I am looking for.
 
It's actually not at easy as it sounds. You'll need to edit your forumbody.html page and manage to figure a way not to break the <ul>. That's assuming you want to have the tabbed menu to be completely integrated into the ACP > Forum Management.

If you don't mind typing out the tabs individually, then the process is extremely easy. *Explained on my phpDissection forum.

-Rich
 
I dont mind if it is manual, that is just as fine as if it is in ACP, also about it being manual input is that referring to the iFrames?
 
Back
Top Bottom