add to newsfeed/timeline new join users
Using Jamroom
Elastic2 already has a 'New Members' section. Is that what you are referring to?
If so, and your question really is "Why are my new members not showing here?", that section will only show members who have uploaded a profile image. To change that edit the skin index_core.tpl template and change line 26 from
{jrCore_list module="jrProfile" order_by="_item_id desc" limit=$limit require_image="profile_image" template="index_core_profile_list.tpl"}
to
{jrCore_list module="jrProfile" order_by="_item_id desc" limit=$limit template="index_core_profile_list.tpl"}
hth