XF is a wonderful world to explore and to despair ...
For me new news-addon I need some help pages to have all features visible with a click ...
So i add some navigation like:
Hurray! My pages are here!
But not here:
So I go and search ...
For me new news-addon I need some help pages to have all features visible with a click ...
So i add some navigation like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<navigation>
<navigation_entry navigation_id="XCTopics1" display_order="500" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('topics1') }}","display_condition":"","extra_attributes":[]}]]></navigation_entry>
<navigation_entry navigation_id="XCTopics1Attachments" parent_navigation_id="XCTopics1" display_order="100" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('topics1\/attachments') }}","display_condition":"$xf.visitor.canViewTopicsHelp()","extra_attributes":[]}]]></navigation_entry>
<navigation_entry navigation_id="XCTopics1Text" parent_navigation_id="XCTopics1" display_order="200" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('topics1\/text') }}","display_condition":"$xf.visitor.canViewTopicsHelp()","extra_attributes":[]}]]></navigation_entry>
<navigation_entry navigation_id="XCTopics1BbCodes" parent_navigation_id="XCTopics1" display_order="300" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('topics1\/bbcodes') }}","display_condition":"$xf.visitor.canViewTopicsHelp()","extra_attributes":[]}]]></navigation_entry>
<navigation_entry navigation_id="XCTopics1Pages" parent_navigation_id="XCTopics1" display_order="400" navigation_type_id="basic" enabled="1"><![CDATA[{"link":"{{ link('topics1\/pages') }}","display_condition":"$xf.visitor.canViewTopicsHelp()","extra_attributes":[]}]]></navigation_entry>
</navigation>
Hurray! My pages are here!
But not here:
So I go and search ...