<?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 | nkeatign | Mentions</title>
	<link>https://buddypress.org/members/nkeatign/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/nkeatign/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning nkeatign.</description>
	<lastBuildDate>Mon, 13 Apr 2026 02:01:59 +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">c081de7f56291c323c58dd5ecd2b05b4</guid>
				<title>Paul Wong-Gibbs replied to the topic BP 2.5 + Transcational email (sendgrid) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-5-transcational-email-sendgrid/#post-250737</link>
				<pubDate>Sat, 05 Mar 2016 21:29:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/nkeatign/" rel="nofollow ugc">@nkeatign</a> True, but you&#8217;ll be able to take the (rendered) HTML and send that to SendGrid, so it&#8217;ll send the nice version of the email.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07e0f9b1fd675737ab2964e8801f301e</guid>
				<title>Paul Wong-Gibbs replied to the topic BP 2.5 + Transcational email (sendgrid) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-5-transcational-email-sendgrid/#post-250707</link>
				<pubDate>Sat, 05 Mar 2016 17:58:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/nkeatign/" rel="nofollow ugc">@nkeatign</a></p>
<p>It ought to be totally do-able, but you&#8217;ll need to write it. If BuddyPress detects that something has re-implemented WordPress&#8217; <code>wp_mail</code> function (like the Sendgrid plugin does), then it&#8217;ll use the plain text version of the email and pass that to <code>wp_mail</code> to let the custom <code>wp_mail</code> implementation deliver the email.</p>
<p>I am not aware of&hellip;<span class="activity-read-more" id="activity-read-more-532429"><a href="https://buddypress.org/support/topic/bp-2-5-transcational-email-sendgrid/#post-250707" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47a7f6d14146d2cee988c04d0c19dcc8</guid>
				<title>Henry Wright replied to the topic Adding post featured images to activity stream in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/adding-post-featured-images-to-activity-stream/#post-236236</link>
				<pubDate>Thu, 19 Mar 2015 11:07:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/nkeatign/" rel="nofollow ugc">@nkeatign</a></p>
<p>Looking at the code snippet in that thread, <code>wp_get_attachment_image_src()</code> is used to get the array of info. The 2nd param is <em>size</em> so you can utilise that to get the large version. For example:</p>
<p><code>$theimg = wp_get_attachment_image_src( get_post_thumbnail_id( bp_get_activity_secondary_item_id() ), &#039;large&#039; );</code></p>
<p>Note: you could also use <code>medi&hellip;</code><span class="activity-read-more" id="activity-read-more-388792"><a href="https://buddypress.org/support/topic/adding-post-featured-images-to-activity-stream/#post-236236" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8c36809f09e8735d12813e4faa5c095a</guid>
				<title>Henry Wright replied to the topic Adding post featured images to activity stream in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/adding-post-featured-images-to-activity-stream/#post-236236</link>
				<pubDate>Thu, 19 Mar 2015 11:07:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/nkeatign/" rel="nofollow ugc">@nkeatign</a></p>
<p>Looking at the code snippet in that thread, <code>wp_get_attachment_image_src()</code> is used to get the array of info. It&#8217;s 2nd param is <em>size</em> so you can utilise that to get the large version. For example:</p>
<p><code>$theimg = wp_get_attachment_image_src( get_post_thumbnail_id( bp_get_activity_secondary_item_id() ), &#039;large&#039; );</code></p>
<p>Note, you could also use <code>med&hellip;</code><span class="activity-read-more" id="activity-read-more-388790"><a href="https://buddypress.org/support/topic/adding-post-featured-images-to-activity-stream/#post-236236" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">691df6bb586677ce2c14ba0eca758b74</guid>
				<title>Henry Wright replied to the topic Import old post activity to buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/import-old-post-activity-to-buddypress/#post-235942</link>
				<pubDate>Fri, 13 Mar 2015 12:40:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/nkeatign/" rel="nofollow ugc">@nkeatign</a></p>
<p>BuddyPress &#8216;members&#8217; and WordPress &#8216;authors&#8217; share the same ID, therefore are the same entity. A post that belongs to WordPress author with ID 286 belongs to a BuddyPress member with ID 286 (because, again, they&#8217;re the same). If something isn&#8217;t displaying as you&#8217;d expect, then it&#8217;s likely to be a theme issue.</p>
<p>Which theme are you using?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>