<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | phartes | Activity</title>
	<link>https://buddypress.org/members/phartes/activity/</link>
	<atom:link href="https://buddypress.org/members/phartes/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for phartes.</description>
	<lastBuildDate>Sat, 11 Apr 2026 13:58:58 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">0eb0c1b2e09a2a6317e825c0dd31493a</guid>
				<title>phartes posted on the forum topic Buddypress &#038; CometChat Integration in the group Miscellaneous</title>
				<link>http://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-cometchat-integration/#post-91024</link>
				<pubDate>Sat, 26 Feb 2011 09:00:22 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>define(&#039;DB_SERVER&#039;,					DB_HOST									);<br />
define(&#039;DB_PORT&#039;,					&#039;3306&#039;									);<br />
define(&#039;DB_USERNAME&#039;,				DB_USER									);<br />
define(&#039;TABLE_PREFIX&#039;,				&#039;wp_&#039;									);<br />
define(&#039;DB_USERTABLE&#039;,				&#039;users&#039;									);<br />
define(&#039;DB_USERTABLE_NAME&#039;,			&#039;display_name&#039;							);<br />
define(&#039;DB_USERTABLE_USERID&#039;,		&#039;ID&#039;									);<br />
define(&#039;DB_USERTABLE_LASTACTIVITY&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-139416"><a href="http://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-cometchat-integration/#post-91024" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5dc54aaeaee1b36c78abe49a6574e83b</guid>
				<title>phartes posted on the forum topic Buddypress &#038; CometChat Integration in the group Miscellaneous</title>
				<link>http://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-cometchat-integration/#post-91023</link>
				<pubDate>Sat, 26 Feb 2011 08:57:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>EXECUTE MYSQL<code>ALTER TABLE wp_users ADD COLUMN &#039;lastactivity&#039; INT default 0</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b29dbf89aeea0c9d2b2d0c600b081e2e</guid>
				<title>phartes posted on the forum topic Buddypress &#038; CometChat Integration in the group Miscellaneous</title>
				<link>http://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-cometchat-integration/#post-91019</link>
				<pubDate>Sat, 26 Feb 2011 08:28:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>` $sql = (&#8220;(select DISTINCT &#8220;.TABLE_PREFIX.DB_USERTABLE.&#8221;.&#8221;.DB_USERTABLE_USERID.&#8221; userid, &#8220;.TABLE_PREFIX.DB_USERTABLE.&#8221;.&#8221;.DB_USERTABLE_NAME.&#8221; username, &#8220;.TABLE_PREFIX.DB_USERTABLE.&#8221;.&#8221;.DB_USERTABLE_LASTACTIVITY.&#8221; lastactivity, CONCAT(&#8220;.TABLE_PREFIX.DB_USERTABLE.&#8221;.&#8221;.DB_USERTABLE_USERID.&#8221;,&#8217;|&#8217;,&#8221;.TABLE_PREFIX.DB_USERTABLE.&#8221;.user_email) avatar,&hellip;<span class="activity-read-more" id="activity-read-more-139410"><a href="http://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-cometchat-integration/#post-91019" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">555ed4a0dcca02a00c586071e07bdcf4</guid>
				<title>phartes joined the group Miscellaneous</title>
				<link>https://buddypress.org/updates/p/139409/</link>
				<pubDate>Sat, 26 Feb 2011 08:28:29 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f2488fceffeafc1703f232e8fb69bd70</guid>
				<title>phartes posted on the forum topic Display Followers/Following Count in the group BuddyPress Followers</title>
				<link>http://buddypress.org/community/groups/buddypress-followers/forum/topic/display-followersfollowing-count/#post-88888</link>
				<pubDate>Sun, 06 Feb 2011 02:22:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>function follow_deleted( $user_id ) {<br />
global $wpdb, $bp;</p>
<p>$wpdb-&gt;query( $wpdb-&gt;prepare( “DELETE FROM {$bp-&gt;follow-&gt;table_name} WHERE leader_id = %d”, user_id ) );<br />
$wpdb-&gt;query( $wpdb-&gt;prepare( “DELETE FROM {$bp-&gt;follow-&gt;table_name} WHERE follower_id = %d”, user_id ) );</p>
<p>}</p>
<p>add_action( ‘wpmu_delete_user’, ‘follow_deleted’ );<br />
add_action(&hellip;<span class="activity-read-more" id="activity-read-more-135628"><a href="http://buddypress.org/community/groups/buddypress-followers/forum/topic/display-followersfollowing-count/#post-88888" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dbfca902e840b3667421273f6062a2a6</guid>
				<title>phartes posted on the forum topic BUG: Follow count doesn&#039;t update when a member is deleted from the site in the group BuddyPress Followers</title>
				<link>http://buddypress.org/community/groups/buddypress-followers/forum/topic/bug-follow-count-doesnt-update-when-a-member-is-deleted-from-the-site/#post-88</link>
				<pubDate>Sun, 06 Feb 2011 02:21:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>function follow_deleted( $user_id ) {<br />
		global $wpdb, $bp;</p>
<p>		$wpdb-&gt;query( $wpdb-&gt;prepare( &#8220;DELETE FROM {$bp-&gt;follow-&gt;table_name} WHERE leader_id = %d&#8221;, user_id ) );<br />
		$wpdb-&gt;query( $wpdb-&gt;prepare( &#8220;DELETE FROM {$bp-&gt;follow-&gt;table_name} WHERE follower_id = %d&#8221;, user_id ) );</p>
<p>}</p>
<p>add_action( &#8216;wpmu_delete_user&#8217;, &#8216;follow_deleted&#8217; );<br />
add_action(&hellip;<span class="activity-read-more" id="activity-read-more-135627"><a href="http://buddypress.org/community/groups/buddypress-followers/forum/topic/bug-follow-count-doesnt-update-when-a-member-is-deleted-from-the-site/#post-88" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40c2c7e7f8d7d5656291d786a537314a</guid>
				<title>phartes joined the group BuddyPress Followers</title>
				<link>https://buddypress.org/updates/p/135626/</link>
				<pubDate>Sun, 06 Feb 2011 02:21:51 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">84e859ea114aca1cee054d4c778f0746</guid>
				<title>phartes started the forum topic how to add paging in the plugin in the group BuddyPress Group Tags</title>
				<link>http://buddypress.org/community/groups/buddypress-group-tags/forum/topic/how-to-add-paging-in-the-plugin/</link>
				<pubDate>Fri, 03 Dec 2010 16:01:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, I have many groups in the tags and when you open the page in the tag lists all without paging, it overwhelms a lot, with a very long list, how can I put this paging plugin?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d51648ccdd73fe4d130d1dea3b0a48b4</guid>
				<title>phartes joined the group BuddyPress Group Tags</title>
				<link>https://buddypress.org/updates/p/120742/</link>
				<pubDate>Fri, 03 Dec 2010 16:01:44 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>