The customer is looking for the loading HTML for the loading div that is displayed when the activity page is loading with the message: "Loading community updates. Please wait."

He would like to add an ID to the <p> tag in the below HTML.

Answer:

<div id="bp-ajax-loader">
    <aside class="bp-feedback bp-messages loading">
        <span class="bp-icon" aria-hidden="true"></span>
        <p>Loading community updates. Please wait.</p>    
    </aside>
</div>


Please note that there are several files for the news feed loader:

/buddyboss-theme/buddypress/activity/index.php

/buddyboss-platform/bp-templates/bp-nouveau/buddypress/common/notices/template-notices.php


Note: Need a developer to understand this alternative solution.