• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

How to show a forum in a page

Status
Not open for further replies.
I have two quick questions:
1. Is it possible to assign the page to a new tab?
2. Is it possible to remove the breadcrumb from the page? (Home > Forums)
 
I have two quick questions:
1. Is it possible to assign the page to a new tab?
2. Is it possible to remove the breadcrumb from the page? (Home > Forums)



1 - Yes. You can use this add-on.



2 - Yes. Put this in your page template HTML:

Code:
<style>
.breadcrumb {
display:none !important;
}
</style>
 
Status
Not open for further replies.
Top Bottom