<?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 | deadlyhifi | Activity</title>
	<link>https://buddypress.org/members/tomdebruin/activity/</link>
	<atom:link href="https://buddypress.org/members/tomdebruin/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for deadlyhifi.</description>
	<lastBuildDate>Sat, 11 Apr 2026 18:00:33 +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">c843df62125f3829eae18051e6c75d4c</guid>
				<title>Tom(dB) started the forum topic Custom data at signup/ registration in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/custom-data-at-signup-registration/</link>
				<pubDate>Wed, 02 Feb 2011 20:31:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to add a simple radio button to the signup form, and I&#8217;ve got as far as adding that to the signup form. On <code>bp_core_activate_account</code> the data goes into the meta of the <code>wp_signups</code> table. Then on activation that data is transferred into the <code>wp_usermeta</code> table &#8211; except the value of <code>notification_newsletter</code>. In the [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87b355ca70c62c895510e79891f35d90</guid>
				<title>Tom(dB) posted on the forum topic How to modify this code? for php writers in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-modify-this-code-for-php-writers/#post-85508</link>
				<pubDate>Sun, 09 Jan 2011 15:00:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>What&#8217;s the error? Most likely the apostrophe is causing the error, try escaping it with a slash</p>
<p><code>bp_member_profile_data( &#039;field=Travelling’ s datas&#039; )</code></p>
<p>the forward slash isn&#8217;t showing up in the code, but place it just before the apostrophe.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">547edef5ddc836c10af5d56e37559da6</guid>
				<title>Tom(dB) posted on the forum topic How to add custom $usermeta to registration in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-add-custom-usermeta-to-registration/?topic_page=2#post-85507</link>
				<pubDate>Sun, 09 Jan 2011 14:52:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Been messing around with adding custom usermeta data at signup and have come up with the following: <code>function bp_custom_user_signup() { ?&gt;  &lt;?php } add_action(&amp;#039;bp_before_registration_submit_buttons&amp;#039;, &amp;#039;bp_custom_user_signup&amp;#039;); // Add field_name from sign-up to usermeta on registration function bp_user_activate_field( $signup ) {&hellip;</code><span class="activity-read-more" id="activity-read-more-128099"><a href="http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-add-custom-usermeta-to-registration/?topic_page=2#post-85507" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f76c1657a58dda8cc9cd89c46b08eef1</guid>
				<title>Tom(dB) joined the group Spam Eater</title>
				<link>https://buddypress.org/updates/p/113409/</link>
				<pubDate>Mon, 01 Nov 2010 20:27:58 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">30702d7961bbd3fa6e749370c8d00ee6</guid>
				<title>deadlyhifi replied to the topic [Resolved] Admin Bar Login Redirects To Main Site &#038; Not Current Blog in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/admin-bar-login-redirects-to-main-site-not-current-blog/#post-87346</link>
				<pubDate>Thu, 29 Jul 2010 10:24:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve just experienced this and have come up with a fix:</p>
<p><code>function custom_bp_adminbar_login_menu() {<br />
global $bp;</p>
<p>if ( is_user_logged_in() )<br />
return false;</p>
<p>$redirecturl = $bp-&gt;root_domain . &#039;/wp-login.php?redirect_to=&#039; . urlencode( $bp-&gt;root_domain ) . esc_url( $_SERVER );<br />
echo &#039;<br />
&#039; . __( &#039;Log In&#039;, &#039;buddypress&#039; ) . &#039;</p>
<p>&#039;;</p>
<p>// Show &quot;Sign Up&quot; link if&hellip;</code><span class="activity-read-more" id="activity-read-more-317874"><a href="https://buddypress.org/support/topic/admin-bar-login-redirects-to-main-site-not-current-blog/#post-87346" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc37f7a10dd8612df1847c3b3e21caee</guid>
				<title>Tom(dB) posted on the forum topic Admin Bar Login Redirects To Main Site &#038; Not Current Blog in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/admin-bar-login-redirects-to-main-site-not-current-blog/#post-65617</link>
				<pubDate>Thu, 29 Jul 2010 10:24:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve just experienced this and have come up with a fix: <code> function custom_bp_adminbar_login_menu() { global $bp; if ( is_user_logged_in() ) return false; $redirecturl = $bp-&gt;root_domain . '/wp-login.php?redirect_to=' . urlencode( $bp-&gt;root_domain ) . esc_url( $_SERVER ); echo ' <a href="&apos; . $redirecturl . &apos;" rel="nofollow ugc">' . __( 'Log In', 'buddypress' ) . ' </a>'; // Show "Sign Up" link if user&hellip;</code><span class="activity-read-more" id="activity-read-more-35978"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/admin-bar-login-redirects-to-main-site-not-current-blog/#post-65617" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9ad8035b86bec92772a31b2276084cd</guid>
				<title>Tom(dB) posted on the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_page_title-doesnt-return-correct-title/#post-65202</link>
				<pubDate>Mon, 26 Jul 2010 11:14:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/alexander/" rel="nofollow ugc">@Alexander</a>, I spoke to <a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@DJPaul</a> at WordCamp UK who said he&#8217;d look into it, and also that I should file a bug report. Which I hadn&#8217;t got round to, so thanks for filing it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44b295f90bd887e04cf29cd7b53d2155</guid>
				<title>Tom(dB) joined the group BuddyPress Skeleton Component</title>
				<link>https://buddypress.org/updates/p/31485/</link>
				<pubDate>Mon, 19 Jul 2010 13:13:32 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fb428ed35cd87db47a0f5e79f41f0b9e</guid>
				<title>Tom(dB) posted on the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_page_title-doesnt-return-correct-title/#post-63606</link>
				<pubDate>Thu, 15 Jul 2010 15:24:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Anyone, Bueller?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7c99f366cabaa5582a7fb7ce9a9669e</guid>
				<title>Tom(dB) started the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_page_title-doesnt-return-correct-title/</link>
				<pubDate>Mon, 12 Jul 2010 15:15:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve noticed that on a multisite installation on every blog, except the primary blog, the title of the page is not set properly, it just uses &#8220;Sitename | Home&#8221; even when not on the front page. I&#8217;ve been testing with bp_is_blog_page(), is_single(), is_category(), etc. and they all know where they are when used within the [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87b3b064f02fcf371df80b4ebe9e04a9</guid>
				<title>Tom(dB) joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/28687/</link>
				<pubDate>Mon, 12 Jul 2010 15:15:04 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">236ab86792212dddf82d5c423b91740e</guid>
				<title>Tom(dB) posted on the forum topic Child of Child Theme in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/child-of-child-theme/#post-62999</link>
				<pubDate>Mon, 12 Jul 2010 14:42:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>OK thanks. I can get around it by having one theme and altering things based on $blog_id;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0c969f6bd0aedf6835cc4f54e59f3d0e</guid>
				<title>Tom(dB) started the forum topic Child of Child Theme in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/child-of-child-theme/</link>
				<pubDate>Mon, 12 Jul 2010 11:35:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve created a child theme based on &#8216;bp-default&#8217; for my main site/blog. I have another blog that needs to be a child of my child theme &#8211; the layout being slightly different, and most importantly &#8216;set_post_thumbnail_size( 170, 235, true ); &#8216; in the functions.php &#8211; along with any other differences I might think up in [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1b9362c9ee377dc3010fce0e4eea0f59</guid>
				<title>Tom(dB) joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/28635/</link>
				<pubDate>Mon, 12 Jul 2010 11:35:53 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8c3f3559f49b132d58274701f3de2f60</guid>
				<title>Tom(dB) posted on the forum topic Here come the spammers!!! in the group Requests &#038; Feedback</title>
				<link>http://buddypress.org/community/groups/requests-feedback/forum/topic/here-come-the-spammers/?topic_page=3#post-62115</link>
				<pubDate>Wed, 07 Jul 2010 08:30:47 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/foxly/" rel="nofollow ugc">@foxly</a>, even though your solutions require code modification you do say &#8220;i&#8217;ll develop my own solution&#8221; &#8211; will these be plugins you release, or perhaps become part of the bp-moderation plugin that is being developed by <a href="http://buddypress.org/community/members/francescolaffi/" rel="nofollow ugc">@francescolaffi</a>? I really appreciated your detailed posts on the tools spammers employ. It has given me a much better understanding of [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">881ffa2b37d4a7466e1892e898d32c8a</guid>
				<title>Tom(dB) joined the group Requests &#038; Feedback</title>
				<link>https://buddypress.org/updates/p/26833/</link>
				<pubDate>Wed, 07 Jul 2010 08:30:47 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">67698e895f537954835289feaff8c382</guid>
				<title>Tom(dB) joined the group BP Group Management</title>
				<link>https://buddypress.org/updates/p/26511/</link>
				<pubDate>Tue, 06 Jul 2010 11:52:52 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f7272f283e7175477c82e0f05ff9c111</guid>
				<title>Tom(dB) joined the group BuddyPress Group Email Subscription</title>
				<link>https://buddypress.org/updates/p/26508/</link>
				<pubDate>Tue, 06 Jul 2010 11:48:42 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6b9ff1ce641290e0985d50fb25782f1c</guid>
				<title>Tom(dB) joined the group BuddyBar in bbPress</title>
				<link>https://buddypress.org/updates/p/21064/</link>
				<pubDate>Sun, 20 Jun 2010 07:53:36 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b1e4c34b25febb73d8249c02835c22b</guid>
				<title>Tom(dB) posted on the forum topic BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled. in the group Installing BuddyPress</title>
				<link>http://buddypress.org/community/groups/installing-buddypress/forum/topic/bp-1-4-2-and-wp-3-0-blank-wp-admin-with-multisite-enabled/#post-58444</link>
				<pubDate>Tue, 15 Jun 2010 11:54:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Upgraded the memory_limit to 96M, then down to 64M. Both work.</p>
<p>Perhaps the <a href="http://buddypress.org/about/requirements/" rel="nofollow ugc">http://buddypress.org/about/requirements/</a> page needs this mentioning?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9b7c6fe3c6ec89c5917df61d67ecd12</guid>
				<title>Tom(dB) started the forum topic BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled. in the group Installing BuddyPress</title>
				<link>http://buddypress.org/community/groups/installing-buddypress/forum/topic/bp-1-4-2-and-wp-3-0-blank-wp-admin-with-multisite-enabled/</link>
				<pubDate>Tue, 15 Jun 2010 10:42:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been experimenting today with WP 3.0 RC3 and BP 1.2.4 I can get BP to word fine on a single site install, but as soon as I enable Multisite the /wp-admin fails, in that I get a blank screen. The site frontend works fine. I then experimented with creating a 2nd blog, disabling multisite, [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8c55391174993a4f2431a2e1a0ea0c75</guid>
				<title>Tom(dB) posted on the forum topic BP 1.2.4.1 and WP 3.0 – Blank wp-admin with multisite enabled. in the group Installing BuddyPress</title>
				<link>http://buddypress.org/community/groups/installing-buddypress/forum/topic/bp-1-4-2-and-wp-3-0-blank-wp-admin-with-multisite-enabled/#post-58437</link>
				<pubDate>Tue, 15 Jun 2010 10:42:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>OK, a bit more testing. I tried it on another server and it&#8217;s working fine there. The difference being that was WP RC1, so I upgraded it to RC3 and it still works. So I put RC1 on the original server and the same problem exists. Server 1 = PHP Version 5.2.12 Server 2 = [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ecf11d8082447533f6ad4681e07b50e</guid>
				<title>Tom(dB) joined the group Installing BuddyPress</title>
				<link>https://buddypress.org/updates/p/19620/</link>
				<pubDate>Mon, 14 Jun 2010 16:19:38 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0f387ae4858e0a41053f0a07ef45e370</guid>
				<title>Tom(dB) joined the group oEmbed for BuddyPress</title>
				<link>https://buddypress.org/updates/p/13636/</link>
				<pubDate>Fri, 28 May 2010 07:23:40 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9ba970e8590335f7b94f16e979d37000</guid>
				<title>Tom(dB) joined the group W3 Total Cache</title>
				<link>https://buddypress.org/updates/p/13635/</link>
				<pubDate>Fri, 28 May 2010 07:22:14 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">65a65efbbb9150d182a0051969efe684</guid>
				<title>Tom(dB) joined the group Custom Profile Filters for BuddyPress</title>
				<link>https://buddypress.org/updates/p/13634/</link>
				<pubDate>Fri, 28 May 2010 07:21:44 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1f95b98d49b58b99d585f4e7fdeaf292</guid>
				<title>Tom(dB) joined the group Welcome Pack</title>
				<link>https://buddypress.org/updates/p/13633/</link>
				<pubDate>Fri, 28 May 2010 07:20:36 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7ad72a99f6c1779cbfd3358e3d59eac4</guid>
				<title>Tom(dB) joined the group CubePoints Buddypress Integration</title>
				<link>https://buddypress.org/updates/p/13632/</link>
				<pubDate>Fri, 28 May 2010 07:16:46 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8f2742c8b3962831759c18f3d1a852ca</guid>
				<title>Tom(dB) joined the group BP Xtra Signup</title>
				<link>https://buddypress.org/updates/p/13343/</link>
				<pubDate>Thu, 27 May 2010 13:09:15 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8256a873b5c76d7c5393bc90e69d99da</guid>
				<title>Tom(dB) joined the group WebPurify Profanity Filter</title>
				<link>https://buddypress.org/updates/p/13342/</link>
				<pubDate>Thu, 27 May 2010 13:08:34 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">358e0520ce9fd24c07ba8b1a92778984</guid>
				<title>Tom(dB) joined the group BP Profile Privacy</title>
				<link>https://buddypress.org/updates/p/13294/</link>
				<pubDate>Thu, 27 May 2010 09:41:56 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ce12feb768facfdea8904e11fb749137</guid>
				<title>Tom(dB) joined the group BuddyPress Album+</title>
				<link>https://buddypress.org/updates/p/12629/</link>
				<pubDate>Tue, 25 May 2010 07:33:51 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d26301c0b72d8c37e2271d39a582df96</guid>
				<title>Tom(dB) joined the group Search Engine</title>
				<link>https://buddypress.org/updates/p/12628/</link>
				<pubDate>Tue, 25 May 2010 07:33:05 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9612697ea19d3a26d03ccc50ce8bad3f</guid>
				<title>Tom(dB) joined the group BuddyPress Group Activity Notifications</title>
				<link>https://buddypress.org/updates/p/12627/</link>
				<pubDate>Tue, 25 May 2010 07:32:29 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">56f8bb1700a996bede63d0a7f241eb98</guid>
				<title>Tom(dB) joined the group BuddyPress Forums - Move Topic (Planned: Split and Merge Topic)</title>
				<link>https://buddypress.org/updates/p/12626/</link>
				<pubDate>Tue, 25 May 2010 07:31:46 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">989e07fb1639355f3d1d5203684e3e1c</guid>
				<title>Tom(dB) joined the group BuddyPress Forums Extras</title>
				<link>https://buddypress.org/updates/p/12625/</link>
				<pubDate>Tue, 25 May 2010 07:30:15 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3c9b63f6b927c7efe368591cf00021ad</guid>
				<title>Tom(dB) joined the group BuddyPress Restrict Group Creation</title>
				<link>https://buddypress.org/updates/p/12619/</link>
				<pubDate>Tue, 25 May 2010 06:43:17 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e8dda558a6982e73bb34c595f6061799</guid>
				<title>Tom(dB) joined the group BuddyPress Registration Options</title>
				<link>https://buddypress.org/updates/p/12618/</link>
				<pubDate>Tue, 25 May 2010 06:41:01 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f63252b3ba704cb725ada9cab7e6ac45</guid>
				<title>Tom(dB) joined the group Buddypress Auto Group Join</title>
				<link>https://buddypress.org/updates/p/12617/</link>
				<pubDate>Tue, 25 May 2010 06:39:49 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5af1ed36ea6a4f203850a6721a0026b7</guid>
				<title>Tom(dB) joined the group BuddyPress Moderation</title>
				<link>https://buddypress.org/updates/p/9827/</link>
				<pubDate>Tue, 18 May 2010 14:59:18 +0000</pubDate>

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