add to newsfeed/timeline new join users
Using Jamroom
Ok then that would be on the timelines of your site's member Profile Pages that you are asking about. Just trying to get your request clear.
{assign var="selected" value="home"}
{* Include Header File *}
{jrCore_include template="header.tpl"}
{* Site Builder *}
{if jrCore_module_is_active('jrPanel') && jrCore_module_is_active('jrMenu') && jrCore_module_is_active('jrWidget')}
<div id="container">
<div class="col9">
<div style="padding:15px 12px 0 0">
{* show a panel on this page *}
{jrPanel_display name="index"}
</div>
{else}
<p style="text-align: center;"><span style="font-size: 18pt;">Show your FOTMD pride and recognize other FOTMD members!</span><br><span style="font-size: 18pt;">Buy your own <strong>Friends of the Mountain Dulcimer pin-back buttons</strong> here!</span></p>....(almost all the middle stuff removed here for brevity)....
<p><img src="https://fotmd.com/skins/mdFOTMD_March4_2018/img/fotmdbutton_images/ralphs-8.jpg" alt="ralphs-8.jpg" title="ralphs-8.jpg" border="0" style="display: block; margin-left: auto; margin-right: auto;" width="402" height="341"></p>
<p></p>
<p></p>
</div>
</div>
</div>
{* END Container *}
{/if}
{* Include Footer File *}
{jrCore_include template="footer.tpl"}