<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments for FBU Tracking &amp; Knowledge Base	</title>
	<atom:link href="https://tracking.fivebranches.edu/comments/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Fri, 14 Feb 2025 08:33:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		Comment on Clinic: Create two pages to display new Practitioners groups by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/intranet-apps/clinic/clinic-create-two-pages-to-display-new-practitioners-groups/#comment-1055</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 07:49:48 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=13102#comment-1055</guid>

					<description><![CDATA[Closed]]></description>
			<content:encoded><![CDATA[<p>Closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Alumni: Story Sharing Feature by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/forms/alumni-story-sharing-feature/#comment-1053</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 07:26:09 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=9297#comment-1053</guid>

					<description><![CDATA[Closed]]></description>
			<content:encoded><![CDATA[<p>Closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Upcoming CEUs: Add more links by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/custom-pages/upcoming-ceus-add-more-links/#comment-1052</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 06:55:45 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=13171#comment-1052</guid>

					<description><![CDATA[Closed]]></description>
			<content:encoded><![CDATA[<p>Closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Event Page: Prevent Signup Form from showing up by Pratik Jain		</title>
		<link>https://tracking.fivebranches.edu/events/event-page-prevent-signup-form-from-showing-up/#comment-1051</link>

		<dc:creator><![CDATA[Pratik Jain]]></dc:creator>
		<pubDate>Thu, 12 Dec 2024 06:48:12 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=13088#comment-1051</guid>

					<description><![CDATA[Hello,

I have removed the form from the event listing page.

Please take a look and let me know.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have removed the form from the event listing page.</p>
<p>Please take a look and let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Add &#8220;Type&#8221; field in Faculty retrieval by Pratik Jain		</title>
		<link>https://tracking.fivebranches.edu/intranet-apps/faculty/add-type-field-in-faculty-retrieval/#comment-1050</link>

		<dc:creator><![CDATA[Pratik Jain]]></dc:creator>
		<pubDate>Wed, 13 Nov 2024 05:34:02 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=13044#comment-1050</guid>

					<description><![CDATA[Hello,

1) They “type” database field was added while setting up two new Faculty groups:
“Honorable” and “Former” Faculty
- I have created a new shortcode to display faculty based on the &#039;type&#039; &#038; &#039;display&#039;.

2) All existing facutly are considered “Active” faculty.
- Below faculty pages, data comes from the &#039;fbu_faculty&#039; table &#038; check with field &#039;type&#039; is &#039;A&#039; and &#039;display&#039; is &#039;Y&#039;.
   - DAcHM &#038; MAcHM Faculty
   - DAcHM/DAc Bridge Faculty
   - DAOM Faculty
- Below faculty pages, data comes from the &#039;fbu_clinic_faculty&#039; table &#038; check with field &#039;active&#039; is &#039;Y&#039;.
   - San Jose Clinic Practitioners
   - Santa Cruz Clinic Practitioners

3) To prevent “Honorable” and “Former” Faculty being retrieved as Active faculty, the existing Faculty group retrieval SQLs should include “type” as part of searching criteria.
- &#039;Honorable&#039; &#038; &#039;Former&#039; faculty come from the &#039;fbu_faculty&#039; table and in this table &#039;Active&#039; field is not there. &#039;display&#039; field is there and we have checked data comes based on the &#039;display&#039; field.

Please take a look and let me know.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>1) They “type” database field was added while setting up two new Faculty groups:<br />
“Honorable” and “Former” Faculty<br />
&#8211; I have created a new shortcode to display faculty based on the &#8216;type&#8217; &amp; &#8216;display&#8217;.</p>
<p>2) All existing facutly are considered “Active” faculty.<br />
&#8211; Below faculty pages, data comes from the &#8216;fbu_faculty&#8217; table &amp; check with field &#8216;type&#8217; is &#8216;A&#8217; and &#8216;display&#8217; is &#8216;Y&#8217;.<br />
   &#8211; DAcHM &amp; MAcHM Faculty<br />
   &#8211; DAcHM/DAc Bridge Faculty<br />
   &#8211; DAOM Faculty<br />
&#8211; Below faculty pages, data comes from the &#8216;fbu_clinic_faculty&#8217; table &amp; check with field &#8216;active&#8217; is &#8216;Y&#8217;.<br />
   &#8211; San Jose Clinic Practitioners<br />
   &#8211; Santa Cruz Clinic Practitioners</p>
<p>3) To prevent “Honorable” and “Former” Faculty being retrieved as Active faculty, the existing Faculty group retrieval SQLs should include “type” as part of searching criteria.<br />
&#8211; &#8216;Honorable&#8217; &amp; &#8216;Former&#8217; faculty come from the &#8216;fbu_faculty&#8217; table and in this table &#8216;Active&#8217; field is not there. &#8216;display&#8217; field is there and we have checked data comes based on the &#8216;display&#8217; field.</p>
<p>Please take a look and let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Faculty: Create two pages to display new Faculty groups by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/intranet-apps/faculty/faculty-create-two-pages-to-display-new-faculty-groups/#comment-1049</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Mon, 11 Nov 2024 20:50:04 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=12944#comment-1049</guid>

					<description><![CDATA[New fculty groups implemented on the dev website.]]></description>
			<content:encoded><![CDATA[<p>New fculty groups implemented on the dev website.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Intranet: SQL Error with CEU Course Update by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/intranet-apps/intranet-sql-error-with-ceu-course-update/#comment-1048</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 18:42:03 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=12917#comment-1048</guid>

					<description><![CDATA[closed]]></description>
			<content:encoded><![CDATA[<p>closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Resolve missing sidebar on DAcHM &#038; MAcHM FAQ page by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/page-templates/cpt-for-pages/resolve-missing-sidebar-on-dachm-amp-machm-faq-page/#comment-1047</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Mon, 04 Nov 2024 07:46:35 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=12863#comment-1047</guid>

					<description><![CDATA[Menu added on 11/3/2024.]]></description>
			<content:encoded><![CDATA[<p>Menu added on 11/3/2024.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Replace right block of News Section with 3 CEU related buttons by webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/homepage-2/replace-right-block-of-news-section-with-3-ceu-related-buttons/#comment-1046</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Fri, 02 Aug 2024 19:31:26 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=12639#comment-1046</guid>

					<description><![CDATA[closed]]></description>
			<content:encoded><![CDATA[<p>closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Replace right block of News Section with 3 CEU related buttons by Pratik Jain		</title>
		<link>https://tracking.fivebranches.edu/homepage-2/replace-right-block-of-news-section-with-3-ceu-related-buttons/#comment-1045</link>

		<dc:creator><![CDATA[Pratik Jain]]></dc:creator>
		<pubDate>Fri, 02 Aug 2024 12:31:12 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=12639#comment-1045</guid>

					<description><![CDATA[Hello,

I have added 3 buttons in both languages.
English language page screenshot: https://prnt.sc/VSPhm3Gkl930
Chinese language page screenshot: https://prnt.sc/agsRHXVYKM-K

Please take a look and let me know if anything else.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have added 3 buttons in both languages.<br />
English language page screenshot: <a href="https://prnt.sc/VSPhm3Gkl930" rel="nofollow ugc">https://prnt.sc/VSPhm3Gkl930</a><br />
Chinese language page screenshot: <a href="https://prnt.sc/agsRHXVYKM-K" rel="nofollow ugc">https://prnt.sc/agsRHXVYKM-K</a></p>
<p>Please take a look and let me know if anything else.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
