XF 2.2 Navigation Tab and second navi

Robert9

Well-known member
I have added code in navigation.xml for my tab (it is there)
and my second navi link (it is there with mouseover)

Code:
<?xml version="1.0" encoding="utf-8"?>
<navigation>
    <navigation_entry navigation_id="pokes" display_order="200" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('members/show-pokers') }}","display_condition":"$xf.visitor->hasPermission('pokes', 'navtab')","extra_attributes":[]}]]></navigation_entry>
    <navigation_entry navigation_id="pokes_1" parent_navigation_id="pokes" display_order="10" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('members/show-pokers') }}","display_condition":"","extra_attributes":[]}]]></navigation_entry>
    <navigation_entry navigation_id="pokes_2" parent_navigation_id="pokes" display_order="20" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('members/show-poked') }}","display_condition":"","extra_attributes":[]}]]></navigation_entry>
</navigation>

I have now the problem that my new pages are under the main tab "Members", how can i change this, please?
 
Last edited:
Top Bottom