<?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 | Round World Travels | Mentions</title>
	<link>https://buddypress.org/members/gearupandplay/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/gearupandplay/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Round World Travels.</description>
	<lastBuildDate>Sat, 11 Apr 2026 04:45:17 +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">4d24a52596ebddd5f6066eac0b8429ce</guid>
				<title>Svenl77 posted on the forum topic Group Forum Topics in the group SeoPress</title>
				<link>http://buddypress.org/community/groups/seopress/forum/topic/group-forum-topics/#post-85987</link>
				<pubDate>Thu, 13 Jan 2011 12:31:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a>, i will fix it now&#8230;. sorry&#8230; my fault. I have just forgotten it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ba96a23235ff17e471f29f88ffce3ce</guid>
				<title>Svenl77 posted on the forum topic Group Forum Topics in the group SeoPress</title>
				<link>http://buddypress.org/community/groups/seopress/forum/topic/group-forum-topics/#post-78791</link>
				<pubDate>Tue, 09 Nov 2010 10:05:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> , sorry for the delay. I stuck in a other project. Will be fixed in the next version. There is some strange behavior with the bp_page_title() going on in 1.2.6</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0393a8e2279ad908a5fcbbb9a5b56592</guid>
				<title>Pisanojm posted on the forum topic Search a hashtag? in the group BuddyPress Activity Stream Hashtags</title>
				<link>http://buddypress.org/community/groups/buddypress-activity-stream-hashtags/forum/topic/search-a-hashtag/#post-77636</link>
				<pubDate>Fri, 29 Oct 2010 16:26:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a>  I just spoke with <a href="http://buddypress.org/community/members/brajesh/" rel="nofollow ugc">@brajesh</a> about this last week and he has developed this as part of his unified plugin&#8230; check at buddydev.com   At somepoint I&#8217;m going to take my code changes for his unified search and put them all down here for people&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27477ff1b30443c0aa92d5990fe315cb</guid>
				<title>Nahum replied to the topic Add Author Bio to Post in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/add-author-bio-to-post/#post-96095</link>
				<pubDate>Fri, 22 Oct 2010 17:06:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="https://buddypress.org/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> To limit the text try this:</p>
<p>for your functions.php :<br />
<code>function Wanna_Limit_Text($Text,$Min,$Max,$MinAddChar) {<br />
if (strlen($Text) &lt; $Min) {<br />
$Limit = $Min-strlen($Text);<br />
$Text .= $MinAddChar;<br />
}<br />
elseif (strlen($Text) &gt;= $Max) {<br />
$words = explode(” “, $Text);<br />
$check=1;<br />
while (strlen($Text) &gt;= $Max) {<br />
$&hellip;</code><span class="activity-read-more" id="activity-read-more-315554"><a href="https://buddypress.org/support/topic/add-author-bio-to-post/#post-96095" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e33b66eac015b0a8d6a0730440c913f8</guid>
				<title>nahummadrid posted on the forum topic Add Author Bio to Post in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-author-bio-to-post/#post-76587</link>
				<pubDate>Fri, 22 Oct 2010 17:06:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> To limit the text try this: for your functions.php : <code>function Wanna_Limit_Text($Text,$Min,$Max,$MinAddChar) { if (strlen($Text) = $Max) { $words = explode(&quot; &quot;, $Text); $check=1; while (strlen($Text) &gt;= $Max) { $c=count($words)-$check; $Text=substr($Text,0,(strlen($words)+1)*(-1)); $check++; } } return $Text; }</code> this for you template&hellip;<span class="activity-read-more" id="activity-read-more-104972"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-author-bio-to-post/#post-76587" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">538ebdd0e7f992d0187a4f5e61bd945a</guid>
				<title>Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress</title>
				<link>http://buddypress.org/community/groups/seopress/forum/topic/home-page-has-last-posts-meta-tags/#post-75803</link>
				<pubDate>Mon, 18 Oct 2010 10:46:41 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a>, should be fixed now!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45a42e5b4552bbd7067bb74cb2b0aead</guid>
				<title>Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress</title>
				<link>http://buddypress.org/community/groups/seopress/forum/topic/home-page-has-last-posts-meta-tags/#post-75541</link>
				<pubDate>Fri, 15 Oct 2010 15:32:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a>, I found the bug! thanks, new version coming soon. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ae228e2c5b554af3998f9aa34588a4d</guid>
				<title>Svenl77 posted on the forum topic Home page has last posts meta tags in the group SeoPress</title>
				<link>http://buddypress.org/community/groups/seopress/forum/topic/home-page-has-last-posts-meta-tags/#post-75499</link>
				<pubDate>Fri, 15 Oct 2010 07:32:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a>, I tested it, but couldn&#8217;t recreate your bug.<br />
Are you using a static page as front-page or the activity stream?<br />
Could you give me more information, I need to recreate the bug to fix it.</p>
<p>Thanks Sven</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d3a74284c50f8bab240d29d4a720e889</guid>
				<title>Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/buddypress-share-it-button-live/?topic_page=3#post-74979</link>
				<pubDate>Mon, 11 Oct 2010 07:06:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a></p>
<p>Try adding this to bp-custom.php file in your plugins folder. </p>
<p>remove_action(&#8216;bp_before_blog_single_post&#8217;, &#8216;bp_share_it_button_blog_filter&#8217;, 999);</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee09b00228ca07939142c5a0d0468bd0</guid>
				<title>Roger Coathup posted on the forum topic Usability Request: Skip the permalink page, and make links go direct to the linked page in the group BuddyPress Links</title>
				<link>http://buddypress.org/community/groups/buddypress-links/forum/topic/feature-request-skip-the-permalink-page-and-make-links-go-direct-to-the-linked-pag</link>
				<pubDate>Mon, 13 Sep 2010 22:09:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> &#8211; yes, it&#8217;s a real shame that there seems to be no support / ongoing development for Links.  It could be a useful plugin.</p>
<p>I&#8217;ll see if there&#8217;s a possibility for us to fund someone picking it up (it may have potential for one of our current projects).</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47e44fb97e25af3c0a95758ac6bc5313</guid>
				<title>xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration</title>
				<link>http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/point-legend/#post-71778</link>
				<pubDate>Mon, 13 Sep 2010 04:03:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> Go ahead and upgrade to the latest version 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dded26b26295527cebd8fb407a42fc41</guid>
				<title>xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration</title>
				<link>http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/point-legend/#post-71202</link>
				<pubDate>Wed, 08 Sep 2010 01:18:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> Make a backup of the following files: /cubepoints-buddypress-integration/loader.php /cubepoints-buddypress-integration/includes/bp-cubepoint-admin.php /cubepoints-buddypress-integration/includes/bp-cubepoint-core.php /cubepoints-buddypress-integration/includes/bp-cubepoint-screens.php And replace them with these&hellip;<span class="activity-read-more" id="activity-read-more-57325"><a href="http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/point-legend/#post-71202" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b42c2b8e8c764f91f5940c70c1ac477</guid>
				<title>xberserker posted on the forum topic Point Legend? in the group CubePoints Buddypress Integration</title>
				<link>http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/point-legend/#post-71025</link>
				<pubDate>Mon, 06 Sep 2010 18:48:20 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> I&#8217;ve made some great progress on this. I have this just on my test site at the moment. But this is how it works: My Account &gt; Points &gt; How to Earn Points This takes you to a place where is shows all the possible ways to earn points. I have it so only positive [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2743996fad4ce53691cbc4d0c9509f0</guid>
				<title>xberserker posted on the forum topic Changing the word cubepoints in the group CubePoints Buddypress Integration</title>
				<link>http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/changing-the-word-cubepoints/#post-64304</link>
				<pubDate>Tue, 20 Jul 2010 14:47:51 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/justbishop/" rel="nofollow ugc">@justbishop</a> <a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> <a href="http://buddypress.org/community/members/thekmen/" rel="nofollow ugc">@thekmen</a> UPDATE: I have it working so you can change the slug from cubepoints to what you want from the admin screen. I&#8217;ll test this a little more today and if all goes well. I&#8217;ll release a update to the plugin. If anyone would like to test it out, let me know [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2637839a4b28c6ab394389de65f2b316</guid>
				<title>xberserker posted on the forum topic Do Ranks go backwards if you spend points? in the group CubePoints Buddypress Integration</title>
				<link>http://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/do-ranks-go-backwards-if-you-spend-points/#post-63680</link>
				<pubDate>Thu, 15 Jul 2010 19:40:07 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/gearupandplay/" rel="nofollow ugc">@gearupandplay</a> Not sure, could manually change the points and see what happens and add them back.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>