# Forums

### Forums

> Module position: Position-5
>
> Module class suffix: Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FslYJF0H2sSMGZBRynYo7%2FForums.png?alt=media\&token=d015e699-2bd1-47fe-a5aa-fbbb31100811)

If you want to display your information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FWbbJiFEg2mAFiGeBdz5i%2F3_Offcanvas_menu_configuration_step1.png?alt=media\&token=0ed7b078-fa05-4ec5-a144-c2e6b10d46c4)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FynFEGqP5n4O18ksSNkU4%2FHome_page_banner_step2.png?alt=media\&token=b78423b9-3112-47b9-8a69-7a3676c01e1e)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FI3mmNigzPmttLksi8ht5%2FForums_step1.png?alt=media\&token=1205237c-e248-4608-ba83-93eb0bf4b965)

#### Step-4:

Add the following code in your custom module

```html
<div class="community-grid">
    <p><em class="fa fa-folder-open-o"></em></p>
    <h3><a href="#" target="_blank"> Kunena</a></h3>
    <p>Kunena Q&amp;A site is the best place to get help and help others.</p>
</div>
<div class="community-grid">
    <p><em class="fa fa-bullhorn"></em></p>
    <h3><a href="#" target="_blank">Feedback</a></h3>
    <p>Post feature ideas and bug reports on the Feedback site, and vote on the ideas you’d like to&nbsp;see.</p>
</div>
```
