XF 2.2 Tabs with own nodes

Hi there,

In our forum, i want to make Tabs.
Forums is staying.
But when you click on a tab, you get also to see forums. But this nodes specifically belong to that page.

So i want to make pages with nodes, but the nodes on that page just belong to that page.
Is there a plugin for this, or can it be made?

Regards
Bob
 
But when you click on a tab, you get also to see forums. But this nodes specifically belong to that page.
Do you mean that the tab opens a page with just some forums on it?

If those forums are all in one category you can do this by ticking Create pages for categories (in the ACP Node & Forum List), then using the link for that category for the tab in the ACP Public Navigation

The current tab will be Forums unless you edit the category_view template putting this at the top


Code:
<xf:if is="{$category.node_id} == xx"><xf:page option="section">yy</xf:page></xf:if>

where xx is the category id and yy is the navigation id
 
Hi @Mr Lucky & @imno007

So i have been busy with Ozzmods, and they have adjusted a plugin to our needs.
There are now Language tabs, and when you click on it you only see the forums/nodes in that language.
Works perfect now, only our template designer has to make a couple of adjustments to blend it perfectly in.

Thanks to you all for thinking with us, really appreciate it!

Regards
Bob
 
Top Bottom