XF 2.2 Assign Navigation section option for conversations page

Omar Adil

Member
Hello guys
I create new tab in the public navigation tabs for example named "conversations" this tab when pressed lead to the conversations page
but this tab is not highlighted when pressed
when created tab for node or page there is an option in the node section named "Navigation section:" when i choose the name of the tab i created, this tab will be highlighted when pressed.
how can i do this for not node or page creation for example tab for conversations page or member profile page or any thing like this
thank you very much
 
Solution
Edit the conversation_list template and add this at the top:

HTML:
<xf:page option="section">navigation_id</xf:page>

Change the navigation_id to the navigation entry ID.

You will need to do that for any other conversation pages, e.g. conversation_view .
Edit the conversation_list template and add this at the top:

HTML:
<xf:page option="section">navigation_id</xf:page>

Change the navigation_id to the navigation entry ID.

You will need to do that for any other conversation pages, e.g. conversation_view .
 
Solution
Top Bottom