<?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 | dwsowash | Mentions</title>
	<link>https://buddypress.org/members/dwsowash/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/dwsowash/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning dwsowash.</description>
	<lastBuildDate>Sun, 05 Apr 2026 12:30:20 +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">fd68b383680214d2a6fca4c226b1e56a</guid>
				<title>Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/button-gradient-css-trouble-in-ie-of-course/#post-237775</link>
				<pubDate>Sun, 12 Apr 2015 21:00:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a> glad to hear you found a solution! 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">907f162269c27d705b080a3a75eb1a77</guid>
				<title>Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/button-gradient-css-trouble-in-ie-of-course/#post-237709</link>
				<pubDate>Sat, 11 Apr 2015 20:47:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a></p>
<blockquote><p>I’m having button style trouble in IE9 (maybe newer versions too but I only have 9) FireFox and Chrome work great.</p></blockquote>
<p>That doesn&#8217;t surprise me, IE is an awful browser to design for.</p>
<p>Check out <a href="http://caniuse.com/" rel="nofollow ugc">Can I use</a>, which will show you which browsers support which CSS properties.</p>
<p>Hope that helps.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9996e9092393168baa31d1ca34581e0</guid>
				<title>bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221358</link>
				<pubDate>Mon, 20 Oct 2014 23:49:26 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a> <a href="https://buddypress.org/members/henrywright/" rel="nofollow ugc">@henrywright</a><br />
Not sure why my code is getting stripped here now as I used the code tag in the editor but to support what henry suggested you can find snippets here:</p>
<blockquote data-secret="rMIUNMauDB" class="wp-embedded-content"><p><a href="https://buddydev.com/snippets/243-php/" rel="nofollow ugc">A few dynamic link examples</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://buddydev.com/snippets/243-php/embed/#?secret=rMIUNMauDB" data-secret="rMIUNMauDB" width="515" height="290" title="&#8220;A few dynamic link examples&#8221; &#8212; WordPress &amp; BuddyPress Code Snippets by BuddyDev Community" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br />
Maybe what you need or maybe not.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f7761df4ff335a045b0779d1f897ae4</guid>
				<title>bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221350</link>
				<pubDate>Mon, 20 Oct 2014 22:54:46 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a></p>
<p><code>if ( is_user_logged_in() ) {<br />
&lt;a&gt;Profile&lt;/a&gt;//link to users profile<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fbb2734f959b16f2236b927fa699324d</guid>
				<title>bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221350</link>
				<pubDate>Mon, 20 Oct 2014 22:54:46 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a><br />
<code><br />
&lt;?php<br />
if ( is_user_logged_in() ) {<br />
&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain(); ?&gt;&quot;&gt;Profile&lt;/a&gt;//link to users profile<br />
}<br />
?&gt;<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">14328beb5ee400e7e952c01c29e56345</guid>
				<title>bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221350</link>
				<pubDate>Mon, 20 Oct 2014 22:54:46 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a></p>
<p><code>if ( is_user_logged_in() ) {<br />
&lt;a&gt;&quot;&gt;Profile&lt;/a&gt;//link to users profile<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2c04c8e9420ea8d6bea86cd2b61f0e74</guid>
				<title>bp-help replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221350</link>
				<pubDate>Mon, 20 Oct 2014 22:54:46 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a><br />
&#8216;<br />
if ( is_user_logged_in() ) {<br />
<a>&#8220;&gt;Profile</a>//link to users profile<br />
}<br />
`</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab116e5bf90859b9e433ff94ad0b736c</guid>
				<title>Henry Wright replied to the topic [Resolved] create a link or redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/create-a-link-or-redirect/#post-221185</link>
				<pubDate>Mon, 20 Oct 2014 22:26:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a></p>
<p>A simple HTML link can be created like this:</p>
<p><code>&lt;a href=&quot;http://gothicspider.com/members/username/profile/&quot; title=&quot;Title&quot;&gt;Link text&lt;/a&gt;</code></p>
<p>Is this what you mean? Or were you looking for something dynamic?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5aea4901599b6b63b4e2c9a32fb9bb2d</guid>
				<title>Henry Wright replied to the topic Stylizing the Register page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/stylizing-the-register-page/#post-208669</link>
				<pubDate>Thu, 09 Oct 2014 23:52:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/dwsowash/" rel="nofollow ugc">@dwsowash</a></p>
<p>You can create a child theme and then add your custom CSS to your child theme&#8217;s style.css file. Check out this article on <a href="http://codex.wordpress.org/Child_Themes" rel="nofollow ugc">Child Themes</a> to get you started.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>