That action is called when a new user activates his/her account via BuddyPress&#39; activation mechanism. It won&#39;t execute again for a given user after that user activates his/her account.<div><br></div><div>You can find that action in the <i>bp_core_activate_signup</i> function of BuddyPress&#39; <i>bp-core/bp-core-signup.php</i> file.<br>

<div><br></div><div>Erick<br><br><div class="gmail_quote">On Mon, Jun 27, 2011 at 10:49, Pasquale Puzio <span dir="ltr">&lt;<a href="mailto:pasquale.puzio@gmail.com">pasquale.puzio@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Taking a look at this URL<br>
<a href="http://www.ethitter.com/tips-tricks/2010/11/automatically-add-new-users-to-a-buddypress-group/" target="_blank">http://www.ethitter.com/tips-tricks/2010/11/automatically-add-new-users-to-a-buddypress-group/</a><br>


I&#39;ve noticed that there is an interesting action called<br>
&quot;bp_core_activated_user&quot;.<br>
<br>
I think it could be the action executed when the buddypress profile of<br>
an user is created for the first time, in my case the first time an<br>
user logs in.<br>
<br>
What do you think about?<br>
<br>
Thanks<br>
<br>
2011/6/27 Paul Gibbs &lt;<a href="mailto:djpaul@gmail.com">djpaul@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hi<br>
&gt; Checking for last_activity is the most reliable way to go, but only in BP<br>
&gt; v1.3. In 1.2, that key is made when the user activates their account.<br>
&gt; I tweaked the behaviour for 1.3 so that it only creates it, for the first<br>
&gt; time, when the user logs in.<br>
&gt;<br>
&gt; Regards<br>
&gt; Paul Gibbs<br>
&gt; On 27 Jun 2011, at 11:16, Erick Hitter &lt;<a href="mailto:ehitter@gmail.com">ehitter@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; If a user has logged in at least once, there will be a last_activity key in<br>
&gt; the wp_usermeta table for that user. At one point, users without that key<br>
&gt; didn&#39;t appear in the members loop, though that may have changed.<br>
&gt; Erick<br>
&gt;<br>
&gt; On Mon, Jun 27, 2011 at 03:17, Pasquale Puzio &lt;<a href="mailto:pasquale.puzio@gmail.com">pasquale.puzio@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi friends,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m developing a particular social network where the users are<br>
&gt;&gt; pre-registered and only after that they receive an invitation to join<br>
&gt;&gt; the social network. If they accept they can log in and become members.<br>
&gt;&gt; In order to do so, I need to display only the users that have logged<br>
&gt;&gt; in at least one time and hide the others.<br>
&gt;&gt;<br>
&gt;&gt; My question is very simple: how can I detect if a registered user<br>
&gt;&gt; never logged in? It would be very useful to insert this filter in the<br>
&gt;&gt; members loop.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Dott. Pasquale Puzio<br>
&gt;&gt; <a href="http://www.pasqualepuzio.it" target="_blank">http://www.pasqualepuzio.it</a><br>
&gt;&gt; <a href="mailto:info@pasqualepuzio.it">info@pasqualepuzio.it</a><br>
&gt;&gt; 340 5026359<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; buddypress-dev mailing list<br>
&gt;&gt; <a href="mailto:buddypress-dev@lists.automattic.com">buddypress-dev@lists.automattic.com</a><br>
&gt;&gt; <a href="http://lists.automattic.com/mailman/listinfo/buddypress-dev" target="_blank">http://lists.automattic.com/mailman/listinfo/buddypress-dev</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; buddypress-dev mailing list<br>
&gt; <a href="mailto:buddypress-dev@lists.automattic.com">buddypress-dev@lists.automattic.com</a><br>
&gt; <a href="http://lists.automattic.com/mailman/listinfo/buddypress-dev" target="_blank">http://lists.automattic.com/mailman/listinfo/buddypress-dev</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; buddypress-dev mailing list<br>
&gt; <a href="mailto:buddypress-dev@lists.automattic.com">buddypress-dev@lists.automattic.com</a><br>
&gt; <a href="http://lists.automattic.com/mailman/listinfo/buddypress-dev" target="_blank">http://lists.automattic.com/mailman/listinfo/buddypress-dev</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Dott. Pasquale Puzio<br>
<a href="http://www.pasqualepuzio.it" target="_blank">http://www.pasqualepuzio.it</a><br>
<a href="mailto:info@pasqualepuzio.it">info@pasqualepuzio.it</a><br>
340 5026359<br>
_______________________________________________<br>
buddypress-dev mailing list<br>
<a href="mailto:buddypress-dev@lists.automattic.com">buddypress-dev@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/buddypress-dev" target="_blank">http://lists.automattic.com/mailman/listinfo/buddypress-dev</a><br>
</div></div></blockquote></div><br></div></div>