1. 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.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

How to show a forum in a page

Discussion in 'Development Tutorials [Archive]' started by Fuhrmann, Dec 8, 2011.

Thread Status:
Not open for further replies.
  1. Andrej Active Member

    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)
  2. Fuhrmann Well-Known Member



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



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

    Code:
    <style>
    .breadcrumb {
    display:none !important;
    }
    </style>
    
    Andrej likes this.
Thread Status:
Not open for further replies.

Share This Page