<?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 | kizinko | Activity</title>
	<link>https://buddypress.org/members/kizinko/activity/</link>
	<atom:link href="https://buddypress.org/members/kizinko/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for kizinko.</description>
	<lastBuildDate>Thu, 09 Apr 2026 21:28:12 +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">59b26ab18107ebd5bb2a959ead203f91</guid>
				<title>kizinko replied to the topic 404 Errors on all pages in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/404-errors-on-all-pages/#post-166878</link>
				<pubDate>Tue, 25 Jun 2013 22:59:59 +0000</pubDate>

									<content:encoded><![CDATA[<p><strong>SOLUTION:</strong> I know this is an old post, but I figured I&#8217;d share that I found a solution in case anyone else stumbles across this thread. The solution that worked for me was simply re-saving my permalink structure at <strong>Settings &gt; Permalinks</strong>.</p>
<p>Not sure if other permalink structures will have issues, but mine is set to &#8220;/%postname%&#8221;.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">684e83cc455df5237ff37e5f45496b1d</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Thu, 25 Aug 2011 21:36:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have been trying a bunch of stuff, but I&#8217;m not even sure if I&#8217;m doing it right. Does this look right to you?</p>
<p>if ( $bp-&gt;current_component != $bp-&gt;activity-&gt;slug || $bp-&gt;current_component != $bp-&gt;members-&gt;slug || is_null($bp-&gt;current_component) [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e201741f1db16df3978652228f6430c</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Thu, 25 Aug 2011 18:49:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Well, thank you anyway for trying. Does anyone else have any ideas?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">efedca2afdc27afbcfc2dd8fd546678c</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Thu, 25 Aug 2011 17:53:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>No such luck. </p>
<p>I replaced<br />
<code>if ( $bp-&gt;current_component != $bp-&gt;activity-&gt;slug )</code><br />
with<br />
<code>if ( $bp-&gt;current_component != $bp-&gt;activity-&gt;slug || $bp-&gt;current_component == $bp-&gt;members-&gt;slug )</code><br />
and the individual user activity [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">616a91bf571c000fd9596e4922592567</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Thu, 25 Aug 2011 16:00:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just realized that the code above works on an individual user&#8217;s activity stream (e.g. &#8230;/members/*username*/activity/groups/). It hides the activity from the group I want to hide, but I don&#8217;t want to hide it from here. I actually [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64131cd55c964255132b117c50dd86b7</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Thu, 25 Aug 2011 15:50:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey,</p>
<p>I tried the following code from your post above, but it still isn&#8217;t working. 🙁 The activity from the group I&#8217;m trying to hide is still showing up on the home page.</p>
<p>&#8216;<br />
function bp_my_activity_filter( $a, $activities [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">04f7530e181a617223ad60dc56a0d592</guid>
				<title>kizinko replied to the forum topic Removing group subnav items in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/removing-group-subnav-items-1/#post-107283</link>
				<pubDate>Wed, 24 Aug 2011 21:40:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can hide it using CSS.</p>
<p>#members-personal-li {display:none;}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">607bb3bda272c62ab2b6ce946ecf5969</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 21:12:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, so I definitely typed code in those back ticks from the post above, but it didn&#8217;t show up. The code without the php tags surrounding it is:</p>
<p>while ( bp_activities() ) : bp_the_activity();<br />
if(bp_get_group_name() != &#8216;Failed [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8833f78d6fe8911c47587cb5db82ed70</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 21:10:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, so I finally got the code to do something without breaking the site, but it did the opposite of what I need. It still shows the posts on the home page for the group that I&#8217;m trying to hide, but the activity stream for that [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ce4372150b1450224b8f922cfe5360c</guid>
				<title>kizinko started the forum topic BuddyPress.org - can&#039;t edit or delete posts in the forum in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-org-cant-edit-or-delete-posts-in-the-forum/</link>
				<pubDate>Wed, 24 Aug 2011 20:46:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey, is anyone else having this problem? I am unable to edit or delete posts on buddypress.org. I have been able to in the past, so I am guessing it is an issue created by the latest wordpress update.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">611427a052fafcbbf19f2a3f8b036650</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 19:53:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello modemlooper,</p>
<p>Thanks for your response. I still can’t quite get it to work though. I am not very good with PHP yet, so I assume it is my terrible coding. Here is how I tried to incorporate it into /buddypress/bp-themes/bp-default/activity/activity-loop.php: [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be0b79d116d0b0d060a07eefbd0b536b</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 18:13:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>while ( bp_activities() ) : bp_the_activity();<br />
    if(bp_get_group_name() != ‘Failed Sundays’ )<br />
        include( locate_template( array( &#8216;activity/entry.php&#8217; ), false ) )<br />
    endif;<br />
endwhile;</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd3ec9e7447859836b4e4a04775a6dd8</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 17:58:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello modemlooper,</p>
<p>Thanks for your response. I still can&#8217;t quite get it to work though. I am not very good with PHP yet, so I assume it is my terrible coding. Here is how I tried to incorporate it into /buddypress/bp-themes/bp-default/activity/activity-loop.php:</p>
<p> [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0b6a8254debe45e00b0e678e47f407bc</guid>
				<title>kizinko replied to the forum topic BP style help needed please in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-style-help-needed-please/#post-107245</link>
				<pubDate>Wed, 24 Aug 2011 15:12:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>First thing, you need a child theme if you haven&#8217;t already created one. Doing a quick search online should find directions on how to do it if you need.</p>
<p>Second, In that child theme you need a CSS file to make changes to your [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95b660c20ff6796fc1b60d387e133995</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Wed, 24 Aug 2011 15:03:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>*bump again* :-/</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d83df9c70664b7bcc3c5089234c8e686</guid>
				<title>kizinko replied to the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Mon, 22 Aug 2011 21:04:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>*bump*</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">216fc3f6c0abbd8c8ea031decd4afd98</guid>
				<title>kizinko replied to the forum topic How to edit a post in buddypress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-edit-a-post-in-buddypress/#post-107083</link>
				<pubDate>Mon, 22 Aug 2011 17:29:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Are you referring to a post in the activity feed or to a WordPress post being displayed in BuddyPress?</p>
<p>Do you want to edit the content or the style of the post?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e637d711b5d68191f80f747908f112d1</guid>
				<title>kizinko replied to the forum topic Changing text colors in bp-default theme. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-text-colors-in-bp-default-theme/#post-107082</link>
				<pubDate>Mon, 22 Aug 2011 17:21:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, what wilfil said will change the link color to a darker blue, but if you want more control over how dark it will be you can replace the word &#8220;blue&#8221; in his code &#8220;a {color:blue !important;}&#8221; to a hexadecimal value.</p>
<p>After [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ceb823ce673741efc7e0e0bba7f821d4</guid>
				<title>kizinko started the forum topic Is it possible to hide or remove activity in the main activity stream from certain groups while keep in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-it-possible-to-hide-or-remove-activity-in-the-main-activity-stream-fr</link>
				<pubDate>Mon, 22 Aug 2011 17:09:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, I need to know if it is possible to hide or remove activity in the main activity stream from certain groups while keeping them set as public groups? If you want an in-context look, my site is <a href="http://sunday-fundays.com" rel="nofollow ugc">http://sunday-fundays.com</a>. [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a08181ff7f30142cdc7cdeef8d5913b1</guid>
				<title>kizinko posted on the forum topic WP dashboard broke when I selected the option to enable bbPress forums in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wp-dashboard-broke-when-i-selected-the-option-to-enable-bbpress-forums/#</link>
				<pubDate>Fri, 15 Jul 2011 03:06:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>I was able to find the file causing the issue after renaming the /buddypress/ folder to /buddypress-abc/.</p>
<p>After gaining access to the admin board I started deleting files one at a time and found that if I delete bp-forums.php [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9afddebbc27900bb3bbad6ecd35c4b3c</guid>
				<title>kizinko posted on the forum topic WP dashboard broke when I selected the option to enable bbPress forums in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wp-dashboard-broke-when-i-selected-the-option-to-enable-bbpress-forums/#</link>
				<pubDate>Thu, 14 Jul 2011 21:30:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>*bump*</p>
<p>Someone please help! I am completely without a wordpress admin dashboard and can&#8217;t continue working on the project until it is back up.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">415c7fc662c1bb02d49c67ab8b21bbee</guid>
				<title>kizinko started the forum topic WP dashboard broke when I selected the option to enable bbPress forums in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wp-dashboard-broke-when-i-selected-the-option-to-enable-bbpress-forums/</link>
				<pubDate>Thu, 14 Jul 2011 02:01:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am having some difficulties installing forums on my buddypress site. All I did was click the option in the WP admin dashboard to &#8220;enable bbpress forum&#8221;. The two major problems are as follows:</p>
<p>1. The forum link shows up [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f46de30f6e4d71b35dc99bdea448b331</guid>
				<title>kizinko posted on the forum topic Unable to exclude page from navigation in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/unable-to-exclude-page-from-navigation/?topic_page=2#post-98579</link>
				<pubDate>Fri, 13 May 2011 22:38:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>This fix may not work for you, but what I did was I changed the header.php file by commenting out the following line (it was line 79 for me) like so: <code></code> Then I manually added new links to my pages: <code>&lt;a href=&quot;http://yourwebsite.com/your-first-page/&quot; title=&#039;Example Page 1&#039;&gt;Example Page 1 &lt;/a&gt; &lt;a href=&quot;http://yourwebsite.com/your-second-page/&quot;&hellip;</code><span class="activity-read-more" id="activity-read-more-152506"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/unable-to-exclude-page-from-navigation/?topic_page=2#post-98579" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">940421f8487b8b0fd31e8b56ee0ff966</guid>
				<title>kizinko posted on the forum topic Allowing non-registered users to post to activity stream in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/allowing-non-registered-users-to-post-to-activity-stream/#post-97823</link>
				<pubDate>Thu, 05 May 2011 15:23:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>I took this issue to a buddy of mine and he found the answer. The first thing you need to do is create an anonymous user. Then access your database and find the user_id value for that user. In this example the user_id is 7. You&#8217;ll notice in the last step that we are setting [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9a81aef3e8e76cccc4de77189cd4af67</guid>
				<title>kizinko started the forum topic Allowing non-registered users to post to activity stream in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/allowing-non-registered-users-to-post-to-activity-stream/</link>
				<pubDate>Tue, 03 May 2011 03:26:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am making a site where I want both registered and non-registered users to be able to visit a group and post into the activity stream for that particular group. Ideally, it would ask them to enter their name to post, but it would still work if activity posts by non-registered users just went under [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0deeb6180774cdcee8a058c0669b28a0</guid>
				<title>kizinko joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/150873/</link>
				<pubDate>Tue, 03 May 2011 03:26:41 +0000</pubDate>

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