# Custom footer disappears in group -\> activity -\> topics

**URL:** https://meta.discourse.org/t/custom-footer-disappears-in-group-activity-topics/87575
**Category:** Bug
**Created:** [May 15, 2018, 10:48pm UTC](https://meta.discourse.org/t/custom-footer-disappears-in-group-activity-topics/87575 "2018-05-15T22:48:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sarahann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sarahann/32/96703_2.png) [@sarahann](https://meta.discourse.org/u/sarahann)
#### Post date: [May 15, 2018, 10:48pm UTC](https://meta.discourse.org/t/custom-footer-disappears-in-group-activity-topics/87575/1 "2018-05-15T22:48:20Z")

</div>

I am not sure if this behavior is intentional or not.

**Prerequisites:**

1. Have a custom footer in your Discourse (mine is defined in my theme /common/footer.html)
2. Have a group in your Discourse

**Repro steps:**

1. Click on the “hamburger menu” and go to “groups”
2. Select a group
3. Click “Activity” in the nav pills menu
4. Click “Topics” in the stacked nav menu  
observe that when you scroll to the bottom (or inspect the DOM) the custom footer isn’t there.

**Expected Behavior:**  
The custom footer shows on all pages

This felt like an issue in my development environment of Discourse. However, when I was testing it on [Plugin authors - Discourse Meta](https://meta.discourse.org/groups/plugin_authors/activity/topics) it made me realize that maybe the footer was intentionally not added to this page. Possibly due to the infinite scrolling?

I just thought that I’d raise this just in case.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 16, 2018, 11:36pm UTC](https://meta.discourse.org/t/custom-footer-disappears-in-group-activity-topics/87575/3 "2018-05-16T23:36:35Z")

</div>

Turns out there were 2 bugs

- infinite loading on group activity posts and mentions pages were broken
- footer wasn’t handled on most of the groups pages (_let me know if I missed one_)

Both are now fixed 🍈

[https://github.com/discourse/discourse/commit/4f945abba2821ddc79a7271f974716c7869160ac](https://github.com/discourse/discourse/commit/4f945abba2821ddc79a7271f974716c7869160ac)

[https://github.com/discourse/discourse/commit/bfbdee6a576c3e87dd46d484794ccaeee676ba5a](https://github.com/discourse/discourse/commit/bfbdee6a576c3e87dd46d484794ccaeee676ba5a)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [May 17, 2018, 12:05am UTC](https://meta.discourse.org/t/custom-footer-disappears-in-group-activity-topics/87575/4 "2018-05-17T00:05:03Z")

</div>


