Enable Users to Display Answers for All Content Types
You can edit the browse page to add the All option so that users can see articles for all content types. Users can see articles for all the content types or filter articles by a content type. You add the All option by including the display all label attribute in the content type widget.
Edit the file:
/cp/customer/development/views/pages/browse.phpAdd the All option by changing this line:
<rn:widget path="okcs/ContentType"/>
to:
<rn:widget path="okcs/ContentType" display_all_content="true" display_all_label="<new_label_name>" />