<?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 | disqusnow | Mentions</title>
	<link>https://buddypress.org/members/disqusnow/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/disqusnow/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning disqusnow.</description>
	<lastBuildDate>Fri, 10 Apr 2026 07:51:58 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">5b5ef9ee762ffcf8d2d52e13bd587cfc</guid>
				<title>Hugo Ashmore replied to the topic BuddyPress Group Page in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/buddypress-group-page/#post-167430</link>
				<pubDate>Tue, 02 Jul 2013 19:23:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a> BuddyPress is a plugin, plugins live in the WP directory /wp-content/plugins/ not in the directory /wp-content/themes/</p>
<p>BP historically ran it&#8217;s default theme from it&#8217;s plugin struture and still does along with the new theme compatibility files /buddypress/bp-templates/bp-legacy/</p>
<p>If you have a custom theme and you want to edit the bp&hellip;<span class="activity-read-more" id="activity-read-more-210414"><a href="http://buddypress.org/support/topic/buddypress-group-page/#post-167430" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5daba9e97cb9062f926e7e2e7f0201a3</guid>
				<title>bp-help 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-167381</link>
				<pubDate>Mon, 01 Jul 2013 19:00:10 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a><br />
If you add this code to the text widget it will work. I just noticed your register slug is different so I adjusted the code below. Tested and works!<code><br />
&lt;?php<br />
if ( !is_user_logged_in() ) {<br />
?&gt;&lt;a href=&quot;&lt;?php echo (bloginfo(&#039;url&#039;) . &#039;/register-2&#039;);?&gt; &quot;&gt;Register&lt;/a&gt;&lt;?php<br />
} else {<br />
echo &quot;Welcome&hellip;</code><span class="activity-read-more" id="activity-read-more-210368"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167381" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">939ce64db2692285a5718dc715cb1367</guid>
				<title>bp-help 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-167334</link>
				<pubDate>Mon, 01 Jul 2013 09:22:09 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a><br />
This will fix you up as long as you added that code to enable php in widgets!<code><br />
&lt;?php<br />
if ( !is_user_logged_in() ) {<br />
?&gt;&lt;a href=&quot;&lt;?php echo (bloginfo(&#039;url&#039;) . &#039;/register&#039;);?&gt; &quot;&gt;Register&lt;/a&gt;&lt;?php<br />
} else {<br />
echo &quot;Welcome Back&quot;;<br />
}<br />
?&gt;<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">940f52780b22574625ac94367dfb8f6c</guid>
				<title>@mercime replied to the topic Excessive vertical gap in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress-2/#post-167185</link>
				<pubDate>Sat, 29 Jun 2013 11:28:13 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a> Please do not post in more than one forum on the same topic. Closing this topic for original post <a href="http://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167184" rel="nofollow ugc">http://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167184</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">34269cffc091815f1e354b2a6a356726</guid>
				<title>@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167184</link>
				<pubDate>Sat, 29 Jun 2013 11:26:04 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a> the large vertical gap is caused by the style applied to the container of the group avatar and group admin/s avatar. To correct the issue, add the following at the bottom of your theme&#8217;s stylesheet:</p>
<p>#buddypress div#item-header {<br />
    overflow: visible !important;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed1648d5623db52361509a89bde080ba</guid>
				<title>@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167161</link>
				<pubDate>Sat, 29 Jun 2013 01:29:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/disqusnow/" rel="nofollow ugc">@disqusnow</a> WP/BP versions? Theme used? Change to Twenty Twelve, is the issue resolved?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>