> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/business/layout-customization/pages/community/forums.md).

# Forums

### Forums

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

![](/files/0qswAmtAqP0IXdeykZPG)

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:

![](/files/GMekZxtSLS2pBRIFs5fe)

#### Step-2:

![](/files/ankPu8FTdSg56wEiCact)

#### Step-3:

![](/files/TKlweOOGSWHup4jkL0Md)

#### 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>
```
