<?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 | mgrmn | Activity</title>
	<link>https://buddypress.org/members/mgrmn/activity/</link>
	<atom:link href="https://buddypress.org/members/mgrmn/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for mgrmn.</description>
	<lastBuildDate>Mon, 06 Apr 2026 11:42:06 +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">4a1b5dd0aad52daed6a72f88d8c1931d</guid>
				<title>mgrmn replied to the topic Importing Categories to Groups in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/importing-categories-to-groups/#post-167405</link>
				<pubDate>Tue, 02 Jul 2013 08:21:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Got it 🙂 problem was the $cat_id<br />
<code>			$category = get_the_category($post_id);<br />
			bp_activity_add( array( &#039;user_id&#039; =&gt; (int) $post-&gt;post_author,<br />
										 &#039;action&#039; =&gt; apply_filters( &#039;bp_blogs_activity_new_post_action&#039;,       $activity_action,  $post, $post_permalink ),<br />
										 &#039;content&#039; =&gt; &#039;&lt;a href=&quot;&#039; . $post_permalink . &#039;&quot;&gt;&#039; .&hellip;</code><span class="activity-read-more" id="activity-read-more-210389"><a href="http://buddypress.org/support/topic/importing-categories-to-groups/#post-167405" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bbccd8d5c2d6445c87072289e58829f1</guid>
				<title>mgrmn replied to the topic Importing Categories to Groups in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/importing-categories-to-groups/#post-167404</link>
				<pubDate>Tue, 02 Jul 2013 08:03:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have this within the bp_blogs_record_post function. Ofcourse its not working, can somebody help me on the right track please, thank you very much $cat_id is same id as the group id. </p>
<p>			`bp_activity_add( array( &#8216;user_id&#8217; =&gt;&#8217;2&#8242;,<br />
										 &#8216;action&#8217; =&gt; &#8216;New Post&#8217;,<br />
										 &#8216;content&#8217; =&gt; &#8216;&lt;a href=&#8221;&#8216; . $post_permalink . &#8216;&#8221;&gt;&#8217; . $post-&gt;post_title&hellip;<span class="activity-read-more" id="activity-read-more-210388"><a href="http://buddypress.org/support/topic/importing-categories-to-groups/#post-167404" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25376f69ae591b76676360a76990c7ea</guid>
				<title>mgrmn replied to the topic Importing Categories to Groups in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/importing-categories-to-groups/#post-167400</link>
				<pubDate>Tue, 02 Jul 2013 05:59:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can somebody tell me where I can find the part the records the activity for posts ?</p>
<p>I would like to modify the part that inserts activity when a post is created.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4cae480f4c67a4d230e5cbac3bbfe188</guid>
				<title>mgrmn replied to the topic BuddyPress Group Page in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/buddypress-group-page/#post-167392</link>
				<pubDate>Mon, 01 Jul 2013 22:02:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Go to pages -&gt;  Trash -&gt; empty all pages from trash </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f1dd0d64813481cde52d69474baaf3e</guid>
				<title>mgrmn replied to the topic Importing Categories to Groups in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/importing-categories-to-groups/#post-167389</link>
				<pubDate>Mon, 01 Jul 2013 20:15:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found problem for my first question, dont have the answer it though </p>
<blockquote><p>Undefined property: BP_Groups_Component::$table_name</p></blockquote>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fce3e3771404e6e9d88795db2d50e35a</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/page/2/#post-167386</link>
				<pubDate>Mon, 01 Jul 2013 19:20:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Well basicly you can add conditions or remove conditions.<br />
<code>if (!is_user_logged_in) {<br />
 echo &quot;your link&quot;;<br />
} </code> </p>
<p>so without the else, there is no else, and will not echo out anything if it does not match your condition.</p>
<p>You can read about it here <a href="http://php.net/manual/en/control-structures.else.php" rel="nofollow ugc">http://php.net/manual/en/control-structures.else.php</a> and here&hellip;<span class="activity-read-more" id="activity-read-more-210373"><a href="http://buddypress.org/support/topic/buddy-registration-link/page/2/#post-167386" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">96919e510d7f2f853d8ee3d504b54bb0</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167382</link>
				<pubDate>Mon, 01 Jul 2013 19:02:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nice.. I am glad it all Finally worked out for ya 🙂 </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">189dfa97ae7745e2f7a8a6da42ce14cd</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167380</link>
				<pubDate>Mon, 01 Jul 2013 18:54:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>There you go&#8230; </p>
<p>When you copy and paste code from here the &#8220;&lt;&#8211; Quotation marks  like those are copy and pasted wrongly!<br />
Ill adjust your text widget with your register code 🙂 give me a few secs</p>
<p>All done 🙂 Have fun!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7979c43c0ba6b480e8f82ec19819065e</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167379</link>
				<pubDate>Mon, 01 Jul 2013 18:43:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes I did, and replied, its not the code, but rather the code in your text widget.<br />
You probably used something like echo (bloginfo(&#8216;url&#8217;) . &#8216; which will echo out http, eval and http will have problems so you have to use something like /register-2/ instead</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fc715e9ed05fb55509362d63574fd489</guid>
				<title>mgrmn started the topic Importing Categories to Groups in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/importing-categories-to-groups/</link>
				<pubDate>Mon, 01 Jul 2013 18:29:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, I am trying to create groups importing the wp categories (not the subs) using this code, after which i would like to insert new posts created in that category being added to the activity stream.  I figured that using the same cat id as group id, would be the simple way of adding it to the group activity stream without to much trouble. (tell me&hellip;<span class="activity-read-more" id="activity-read-more-210362"><a href="http://buddypress.org/support/topic/importing-categories-to-groups/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f54a1fb9a15d1a1fa236046943a53d36</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167373</link>
				<pubDate>Mon, 01 Jul 2013 18:12:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok updated your functions.php, you added the code after the ?&gt; closing tag at the bottom of your functions.php so, whatever php code you put in your widget would still not be parsed.</p>
<p>Now can do a simple test by just creating a text widget with the following</p>
<p>&lt;?php<br />
echo &#8220;Yes, php parsing works&#8221;;<br />
?&gt;</p>
<p>If the output of that is Yes, php parsing works&hellip;<span class="activity-read-more" id="activity-read-more-210361"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167373" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38a5d197e919bf99d3384e4be2df9150</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167367</link>
				<pubDate>Mon, 01 Jul 2013 17:34:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Or give me access to your admin panel (temporary)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a64bf2b3b971ad7b205452f66ffa3bf</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167361</link>
				<pubDate>Mon, 01 Jul 2013 16:57:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can you send me your functions.php ? ol4pro at gmail.com (zip it first)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">668313b1cfe8f90b9f88501926338c01</guid>
				<title>mgrmn replied to the topic WP categories to BP groups in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/wp-categories-to-bp-groups/#post-167321</link>
				<pubDate>Mon, 01 Jul 2013 03:19:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mercime/" rel="nofollow ugc">@mercime</a> What if I gave the Groups the same ID as the Categories and then treat all new_blog_posts as an activity_update using Category id as Group id using the bp_activity_add() ? would that be possible ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f352a373dca677263a5da79e12abfdb</guid>
				<title>mgrmn replied to the topic WP categories to BP groups in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/wp-categories-to-bp-groups/#post-167320</link>
				<pubDate>Mon, 01 Jul 2013 02:00:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>That plugin will not insert it into the Activity of a Group but put it into a newly created link on the user navigaiton menu &#8220;Blog&#8221; <a href="http://domain.com/groups/artistas-musica/blog" rel="nofollow ugc">http://domain.com/groups/artistas-musica/blog</a>  &lt;&#8211;</p>
<p>Is there a hack available for making it go straight the the Activity of Group ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0bf403342ce45f730c50b655de6ce795</guid>
				<title>mgrmn started the topic WP categories to BP groups in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/wp-categories-to-bp-groups/</link>
				<pubDate>Mon, 01 Jul 2013 01:07:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Not sure if this already possible, it would be great for wp categories to be automaticly added / or able to import into the BP groups, and also if that if a new post has been added into x category, this automaticly be published as an activity in group x.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0ff1e1a210a71d92dfc5920c948b60b</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167308</link>
				<pubDate>Sun, 30 Jun 2013 20:59:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Change the the http part, in <code>echo &quot;&lt;a href=&#039;/register-2/&#039;&gt;Register&lt;/a&gt;&quot;;</code></p>
<p>so it becomes this using http will give problems do to the eval()<code><br />
&lt;?php<br />
if ( !is_user_logged_in() ) { /* if the user != logged in */<br />
echo &quot;&lt;a href=&#039;/register-2/&#039;&gt;Register&lt;/a&gt;&quot;;  /* echo the link*/<br />
} else { /* else if user is logged in */<br />
echo &quot;Welcome Back&quot;;<br />
} /* closing&hellip;</code><span class="activity-read-more" id="activity-read-more-210295"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167308" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74ded79d8b63c70e67e483fe81165c70</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167305</link>
				<pubDate>Sun, 30 Jun 2013 20:47:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Don&#8217;t worry, </p>
<p>The first part what you added in functions.php will make sure that we can put in <strong>php code</strong> into the <strong>Text Widget</strong>, this is normally not allowed. It will simply not parse the php code. And that is the reason why u don not see the desired results on your screen.</p>
<p>So now you can add a <strong>Text Widget</strong> and put in <strong>PHP code</strong></p>
<p>So now the notice&hellip;<span class="activity-read-more" id="activity-read-more-210292"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167305" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40e7294a78e44cedc260e898463089f0</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167302</link>
				<pubDate>Sun, 30 Jun 2013 20:17:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Dumb was me, did not read correctly your question (sorry) updated my answer 11 minutes ago, try that, I tested it locally and works fine 🙂 the echo part you can change with your register code.</p>
<p>like <code>echo &#039;&lt;a href=&quot;#&quot;&gt;LINK&lt;/a&gt;&#039;;</code></p>
<blockquote><p>I put this on the side bar using the text widget.</p></blockquote>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">430e467a3cd5f39d51d3f42c2486ea00</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167299</link>
				<pubDate>Sun, 30 Jun 2013 20:04:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry I think, I see what you are trying to do, you are using a default Text Widget from wp admin-&gt; Appearance -&gt; Widgets -&gt; A text Widget with the code you posted?</p>
<p>If so you can do the following</p>
<p>/wp-content/themes/YOURTHEME/fucntions.php (create functions.php it if does not exist)</p>
<p>than add this piece of code to the&hellip;<span class="activity-read-more" id="activity-read-more-210286"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167299" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2297bcc7336e4665f55d7090cb1fcf6</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167295</link>
				<pubDate>Sun, 30 Jun 2013 19:46:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can you post your exact code snippet as you put it, not loading probably means a typo in the code.</p>
<p>You can get an example code from <a href="http://codex.wordpress.org/Function_Reference/is_user_logged_in" rel="nofollow ugc">http://codex.wordpress.org/Function_Reference/is_user_logged_in</a> , it pretty straight forward. Not much coding knowledge needed.</p>
<p>And what <a href="http://buddypress.org/community/members/hnla/" rel="nofollow ugc">@hnla</a> means is that &lt;font&gt; tag has been deprecated, so use css something&hellip;<span class="activity-read-more" id="activity-read-more-210282"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167295" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">28bc0708c4285238a58a9b98fb561485</guid>
				<title>mgrmn started the topic Activity Media Uploader (firefox freez + can not play mp3) in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/activity-media-uplaoder-firefox-freez-can-not-play-mp3/</link>
				<pubDate>Sun, 30 Jun 2013 09:13:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>When using Media Uploader to upload mp3 files</p>
<p>1) I can only upload 1 file, if 2 it will give me a &#8220;Sorry update post error&#8221; (not exact frase)<br />
2) After upload is done and I click post after like a few secs mozilla completely freezes.<br />
3) With Chrome, I can not play the mp3 file</p>
<p>See images:</p>
<p>Firefox freezes&hellip;<span class="activity-read-more" id="activity-read-more-210248"><a href="http://buddypress.org/support/topic/activity-media-uplaoder-firefox-freez-can-not-play-mp3/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">736daa8a714fd825e747274f1eeac543</guid>
				<title>mgrmn replied to the topic Activity Media Upload  in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/activity-media-upload/#post-167259</link>
				<pubDate>Sun, 30 Jun 2013 08:06:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found the Problem for Media Upload wp 3.5.2 &amp; 1.7.2, plugin Wp User Fronted v1.2.2 is causing the problem</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ce0170a691919480c11cda113ccbf9e</guid>
				<title>mgrmn started the topic Activity Media Upload  in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/activity-media-upload/</link>
				<pubDate>Sun, 30 Jun 2013 03:46:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Activity -&gt; when clicking on Attach Media no file selector windows is openening not in firefox and not in chrome. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">733bc3e2ef89bd529c92d837d35a8c69</guid>
				<title>mgrmn replied to the topic My buddypress translation is gone with the upgrade in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/my-buddypress-translation-is-gone-with-the-upgrade/#post-167252</link>
				<pubDate>Sun, 30 Jun 2013 02:21:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Follow these instructions <a href="http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/" rel="nofollow ugc">http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/</a></p>
<p>Funcione 🙂 </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69dceb0691866ac54747507e8e9ed00b</guid>
				<title>mgrmn replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167251</link>
				<pubDate>Sun, 30 Jun 2013 01:55:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try doing something like this.<code>&lt;?php if ( !is_user_logged_in() )  {?&gt;<br />
 &lt;font color = “#306EFF”&gt;REGISTER&lt;/font&gt;<br />
 &lt;?}?&gt;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">528de3ec09f6bc5431659daca84f5193</guid>
				<title>mgrmn replied to the topic How do you add something to bp_group_header_actions ? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-you-add-something-to-bp_group_header_actions/#post-167250</link>
				<pubDate>Sun, 30 Jun 2013 01:41:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Its made in wp-content/plugins/buddypress/bp-groups/bp-groups-template.php starting from line 1766</p>
<p>Line 1027 /wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php<br />
Line 21 /wp-content/plugins/buddypress/bp-themes/bp-default/groups/index.php</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0b6bfb1c8ffd5be246791e89f23717a2</guid>
				<title>mgrmn replied to the topic Buddypress and S2 member Activity problem in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167236</link>
				<pubDate>Sat, 29 Jun 2013 20:22:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I hate to tell you this, but there is not a easy way to do what you want to do. And as far as the code, that will echo out ID / USERNAME, and will execute the remove_action function. But that is all it does.</p>
<p>bp_blogs_record_post function can be found there &#8211;&gt; /plugins/buddypress/bp-blogs/bp-blogs-functions.php. However I suggest and of course if&hellip;<span class="activity-read-more" id="activity-read-more-210223"><a href="http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167236" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83f9d6b5713f09adc68872cd1699719d</guid>
				<title>mgrmn replied to the topic Buddypress and S2 member Activity problem in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167167</link>
				<pubDate>Sat, 29 Jun 2013 06:28:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>See answer of <a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a> , or use the shortcodes, as explained <a href="http://www.s2member.com/kb/simple-shortcode-conditionals/" rel="nofollow ugc">http://www.s2member.com/kb/simple-shortcode-conditionals/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">096d6dcd780c1c5b9e94c529075c81ca</guid>
				<title>mgrmn replied to the topic Buddypress and S2 member Activity problem in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167157</link>
				<pubDate>Fri, 28 Jun 2013 23:07:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>See this link <a href="http://www.s2member.com/kb/s2member-conditionals/" rel="nofollow ugc">http://www.s2member.com/kb/s2member-conditionals/</a> it explains how to get the conditionals using PHP, since I do not have s2 installed can&#8217;t get them for you</p>
<p>Did some more reading for ya.</p>
<p>try <code>if (current_user_is(&quot;s2member_level1&quot;)) { echo  &quot;Woohaa got LEVEL 1&quot; ; }</code> </p>
<p>and or <code>echo S2MEMBER_CURRENT_USER_ACCESS_LEVEL;</code> </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8007129ba6d6f5fd15d5eab8d2aa609e</guid>
				<title>mgrmn replied to the topic Buddypress and S2 member Activity problem in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167156</link>
				<pubDate>Fri, 28 Jun 2013 23:02:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>To see the output of that, you can either put that in your theme/functions.php or i would say bp-custom.php in dir /plugins/pb-custom.php i saw that simular code of yours on stackoverflow.</p>
<p>Not sure what you are tying to accomplish with that s2, but the issue is probably not that piece of code, but more trying to get the right levels.</p>
<p>That code&hellip;<span class="activity-read-more" id="activity-read-more-210142"><a href="http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167156" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b9f0aa67d3933bce61ff318a340fc93</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167155</link>
				<pubDate>Fri, 28 Jun 2013 23:00:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Not sure which file, however you should look in these directories look for div id subnav, it should be somewhere is my best guess for manual adding what you want.</p>
<p>/bp-templates/bp-legacy/buddypress/groups || /bp-themes/bp-default/groups</p>
<p>If you have it installed locally, I suggest you give that a try before editing online files.</p>
<p>If you are using&hellip;<span class="activity-read-more" id="activity-read-more-210141"><a href="http://buddypress.org/support/topic/create-group/#post-167155" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7874e2848c51f447042db96b09565461</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167143</link>
				<pubDate>Fri, 28 Jun 2013 20:44:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/dran2013/" rel="nofollow ugc">@dran2013</a> What you can do is this.</p>
<p>FILES:<br />
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php<br />
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/group-header.php</p>
<p>Add below &lt;span class=&#8221;activity&#8221;&gt;&lt;?php bp_last_activity( bp_displayed_user_id() ); ?&gt;&lt;/span&gt;<br />
something like <a href="http://www.youdomain.com/groups/create/" rel="nofollow ugc"> Cre&hellip;</a><span class="activity-read-more" id="activity-read-more-210129"><a href="http://buddypress.org/support/topic/create-group/#post-167143" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca5ff1cbd72221e354a2991a1fb95743</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167139</link>
				<pubDate>Fri, 28 Jun 2013 20:25:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Its there, just not included somehow within your template. That is if I understood it correctly. Since the button in within <code>the_title</code> tag of the template, if not included, no CREATE GROUP button is added to your template. So either have to include that part of code.</p>
<p>Or manually add somewhere to the page.. still trying to figure out which one.&hellip;<span class="activity-read-more" id="activity-read-more-210125"><a href="http://buddypress.org/support/topic/create-group/#post-167139" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">04048a03f09b6dac3edc1d6660a10d7f</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167132</link>
				<pubDate>Fri, 28 Jun 2013 19:24:44 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>apply_filters( &#039;bp_page_title&#039;, esc_attr( $title ), esc_attr( $title ) );</code> something like that ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bdbe8ef5728c3368f46790715064cd94</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167131</link>
				<pubDate>Fri, 28 Jun 2013 19:13:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>One I am with /groups/ I can go to /groups/create/ and it will show me the form. Thank you. </p>
<p>As far as &#8220;Page title is not within the WordPress loop&#8221;, where do I look to get fixed, cause all the PB pages have the same thing, just say &#8220;Page&#8221;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eabd6f2acc3983e1ecfc15399d8d12cf</guid>
				<title>mgrmn replied to the topic Buddypress and S2 member Activity problem in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167128</link>
				<pubDate>Fri, 28 Jun 2013 19:06:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Not sure, but I believe you need to add  <code>get_currentuserinfo();</code> for the part getting user info.</p>
<p>Try something like this to debug and see if you get any reponse at all.`function debug_userinfo() {<br />
	global $current_user;<br />
      	get_currentuserinfo();<br />
	echo &#8216;Username: &#8216; . $current_user-&gt;user_login . &#8220;n&#8221;;<br />
      	echo &#8216;User email: &#8216; .&hellip;<span class="activity-read-more" id="activity-read-more-210114"><a href="http://buddypress.org/support/topic/buddypress-and-s2-member-activity-problem/#post-167128" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">987a56a87a6fef979ff56f848f3e9fc2</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167126</link>
				<pubDate>Fri, 28 Jun 2013 18:49:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, they are all checked / enabled</p>
<p>BuddyPress -&gt; Components &amp; BuddyPress -&gt; Settings</p>
<p>Can not add groups, not as Admin , Not as User. Neither can I as Admin via Admin panel Groups.<br />
Only direct insert DB</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b023625809212b21e0c9acc74ac67389</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167118</link>
				<pubDate>Fri, 28 Jun 2013 17:28:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>I wish it did, but it doesn&#8217;t, I can insert them manually into the DB, but that isn&#8217;t the idea 🙁</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">46c73b7f526acf97e935114159fe2365</guid>
				<title>mgrmn replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167110</link>
				<pubDate>Fri, 28 Jun 2013 16:15:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Either I am starting to get blind or..</p>
<p>1) <a href="http://domain.com/members/%5Bprofile%5D/groups/" rel="nofollow ugc">http://domain.com/members/%5Bprofile%5D/groups/</a> (No option / Link that says, create | create group)<br />
2) <a href="http://domain.com/members/%5Bprofile%5D/activity/groups/" rel="nofollow ugc">http://domain.com/members/%5Bprofile%5D/activity/groups/</a> (No option / Link that says, create | create group)</p>
<p>1) image <a href="http://postimg.org/image/c8w5h79eh/" rel="nofollow ugc">http://postimg.org/image/c8w5h79eh/</a><br />
2) image <a href="http://postimg.org/image/ago0oz7yl/" rel="nofollow ugc">http://postimg.org/image/ago0oz7yl/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">89f6d8dd597b64c3f6ce66086aee40d9</guid>
				<title>mgrmn started the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/</link>
				<pubDate>Fri, 28 Jun 2013 01:55:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been searching (saw some 2 year old post but no luck on that one (profile-&gt;create group)</p>
<p>How do I create Groups ? or How do users create their own groups ?</p>
<p>WP 3.5.2<br />
BP 1.7.2</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f739308d7a162a32c249e2ab89fb4c2</guid>
				<title>mgrmn replied to the topic [Resolved] Remove Sidebar B not A in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-b-not-a/#post-166986</link>
				<pubDate>Wed, 26 Jun 2013 20:58:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes thank you, it actually does. Thank you very much that worked. Not a PHP pro, but I can manage it from here i guess.</p>
<p>That did the trick for me [resolved]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">862fd10bade0d02443678e684d385840</guid>
				<title>mgrmn replied to the topic [Resolved] Remove Sidebar B not A in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-b-not-a/#post-166980</link>
				<pubDate>Wed, 26 Jun 2013 20:23:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>I this a stupid question I&#8217;m asking? Can somebody please direct me into the right directions</p>
<p>Thank you very much.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">76dd7f93791e48707aca2d3491a897d3</guid>
				<title>mgrmn started the topic [Resolved] Remove Sidebar B not A in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-b-not-a/</link>
				<pubDate>Wed, 26 Jun 2013 16:10:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Trying to remove just one sidebar, when trying to set the page template in wp page attributes BP keeps on showing those sidebars, </p>
<p>Can anybody please tell me how to get rid of sidebar B not A<br />
See image <a href="http://postimg.org/image/i20ovb6ep/" rel="nofollow ugc">http://postimg.org/image/i20ovb6ep/</a></p>
<p>Templates uses this for sidebars`if( ( $vlt_layout_order == &#8216;CAB&#8217; || $vlt_layout_order == &#8216;BCA&#8217;))&hellip;<span class="activity-read-more" id="activity-read-more-209947"><a href="http://buddypress.org/support/topic/remove-sidebar-b-not-a/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d283d9be69b31bbb1664b059a6f7f816</guid>
				<title>mgrmn replied to the topic Remove sidebar from members and site directory in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-from-members-and-site-directory/#post-166938</link>
				<pubDate>Wed, 26 Jun 2013 14:16:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Wondering if i missed something, removed sidebar from these pages, but they are stil showing </p>
<blockquote><p>www/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php<br />
www/wp-content/plugins/buddypress/bp-themes/bp-default/members/index.php
</p></blockquote>
<p>BP 1.7<br />
wp 3.5.2</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a3229f49d55b00b9627d2b13b58cec1</guid>
				<title>mgrmn started the topic BuddyPress no respecting Template Page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-no-respecting-template-page/</link>
				<pubDate>Wed, 26 Jun 2013 13:05:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>BP, is not respecting page templates.</p>
<p>Created new page, members, using template with only 1 sidebar, however BP is not respecting this format, somehow it keep up showing all sidebars as used on index page. I checked other pages, to see if this has become a problem on the whole side, but all is fine.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13c3c91b61950493934a715d97da6551</guid>
				<title>mgrmn started the topic Double Page entries in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/double-page-entries/</link>
				<pubDate>Wed, 26 Jun 2013 05:43:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, just installed BP on live site, did some fidling on localhost,<br />
However it seems it creates 2 instances of Activity,  Members, Register etc&#8230;</p>
<p>I deleted them  so everything looks OK, however I do have 1 question:<br />
How do I changed the page titles ?</p>
<p>Meaning members/registration/activity/groups/ page, just has PAGE as title (not in title bar,&hellip;<span class="activity-read-more" id="activity-read-more-209895"><a href="http://buddypress.org/support/topic/double-page-entries/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>