<?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>UChapter2 | Michael Sonnier | Activity</title>
	<link>https://uchapter2.com/members/michaels/activity/</link>
	<atom:link href="https://uchapter2.com/members/michaels/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Michael Sonnier.</description>
	<lastBuildDate>Fri, 15 May 2026 06:45:00 -0500</lastBuildDate>
	<generator>https://buddypress.org/?v=2.21.1</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">06a7b64ad6c4042f4f7a2a103790f6a6</guid>
				<title>Michael replied to the discussion Personal Post in the forum UC2 Community Board</title>
				<link>https://uchapter2.com/brainery/uc2-community-board/forum/topic/personal-post/#post-138524</link>
				<pubDate>Mon, 15 Jan 2024 20:34:46 -0600</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://uchapter2.com/brainery/uc2-community-board/forum/topic/personal-post/#post-138524"><span class="bb-reply-lable">Reply to</span> Personal Post</a></p> <div class="bb-content-inr-wrap"><p>BRCA1 &amp; BRCA2 are genetic mutation tests. <span>I hope everything works out well! Best wishes!</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f509fc79866101aaf2869c431f2108ac</guid>
				<title>Michael replied to the discussion Personal Post in the forum UC2 Community Board</title>
				<link>https://uchapter2.com/brainery/uc2-community-board/forum/topic/personal-post/#post-138522</link>
				<pubDate>Mon, 15 Jan 2024 16:35:27 -0600</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://uchapter2.com/brainery/uc2-community-board/forum/topic/personal-post/#post-138522"><span class="bb-reply-lable">Reply to</span> Personal Post</a></p> <div class="bb-content-inr-wrap"><p>This will be a trying time for all, sending thoughts and prayers to you. On a side note, you may want to test for BRCA1 or 2 just to find out. Speaking from experience.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95db03f76ec4466f827546181c5cebbd</guid>
				<title>Michael replied to the discussion Re-direct Profile Path during or post Install in the forum General Questions</title>
				<link>https://uchapter2.com/brainery/general-questions/forum/topic/re-direct-profile-path-during-or-post-install/#post-138036</link>
				<pubDate>Wed, 27 Sep 2023 21:37:13 -0500</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://uchapter2.com/brainery/general-questions/forum/topic/re-direct-profile-path-during-or-post-install/#post-138036"><span class="bb-reply-lable">Reply to</span> Re-direct Profile Path during or post Install</a></p> <div class="bb-content-inr-wrap"><p>I think BB installs that &#8220;stuff&#8221; under the individual&#8217;s windows user profile during the installation process. You can access it by using the following in the file explorer window or via batch or whatever. (don&#8217;t edit just copy and paste)</p>
<p>C:Users%USERPROFILE%AppDataRoamingBluebeam SoftwareRevu21</p>
<p>Good or bad I create my own C: 0-Bluebeam&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-134858"><a href="https://uchapter2.com/brainery/general-questions/forum/topic/re-direct-profile-path-during-or-post-install/#post-138036" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bca7d290d74dea837455cd119b78417a</guid>
				<title>Michael changed their profile photo</title>
				<link>https://uchapter2.com/news-feed/p/134736/</link>
				<pubDate>Tue, 12 Sep 2023 19:57:26 -0500</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">794ab36def767d58a1d1f69788619367</guid>
				<title>Michael replied to the discussion Pull data from form and create email in the forum JavaScript</title>
				<link>https://uchapter2.com/brainery/javascript/forum/topic/pull-data-from-form-and-create-email/#post-137732</link>
				<pubDate>Thu, 27 Jul 2023 21:54:08 -0500</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://uchapter2.com/brainery/javascript/forum/topic/pull-data-from-form-and-create-email/#post-137732"><span class="bb-reply-lable">Reply to</span> Pull data from form and create email</a></p> <div class="bb-content-inr-wrap"><p>// Assuming you have the URL that you want to hyperlink to</p>
<p>const linkURL = &#8220;https://example.com&#8221;;</p>
<p>// Modify the cMyMsg variable to include the hyperlink HTML</p>
<p>var cMyMsg = &#8220;</p>
<p>This is the email body content.</p>
<p>&#8220;;</p>
<p>cMyMsg += &#8220;</p>
<p>Click <a>here to visit the link.</a></p>
<p>&#8220;;</p>
<p>// Rest of your code</p>
<p>var eabJobNumber = this.getField(&#8220;EAB Job Number&#8221;).value;</p>
<p>var currentDocument&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-134371"><a href="https://uchapter2.com/brainery/javascript/forum/topic/pull-data-from-form-and-create-email/#post-137732" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1641c20cec7b836eb862567cc8c331a2</guid>
				<title>Michael joined the group UC2 Community Board</title>
				<link>https://uchapter2.com/news-feed/p/133250/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:52 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">afd51567134565b566e696db5aa1257d</guid>
				<title>Michael joined the group Digital Dashboards</title>
				<link>https://uchapter2.com/news-feed/p/133249/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:51 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e02cd06a0ccfcbea7ff4c3c3a9ee33e4</guid>
				<title>Michael joined the group General Questions</title>
				<link>https://uchapter2.com/news-feed/p/133248/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:45 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">252258e79ed2a53433f9deefbb389102</guid>
				<title>Michael joined the group UC2 Bluebeam Technical Support</title>
				<link>https://uchapter2.com/news-feed/p/133247/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:38 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b23a74c65045d896b4b5018077223d19</guid>
				<title>Michael joined the group JavaScript</title>
				<link>https://uchapter2.com/news-feed/p/133246/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:30 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">aa72025b710494029743896bc7e5b73c</guid>
				<title>Michael joined the group Tips &#38; Tricks</title>
				<link>https://uchapter2.com/news-feed/p/133245/</link>
				<pubDate>Mon, 20 Feb 2023 18:02:29 -0600</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		