<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override</link><pubDate>Tue, 11 Oct 2022 15:38:43 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c1d4584a-fa36-4f98-9c93-e38dfb54c938</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override#comments</comments><description>Current Revision posted to Dev Tutorials by Rafael Fernandes on 10/11/2022 3:38:43 PM&lt;br /&gt;
&lt;p&gt;Sugar has introduced the concept of &amp;quot;Pinned Modules&amp;quot; in this release that consists of 4 (four) modules always available to users.&lt;/p&gt;
&lt;p&gt;The decision to around this number was based on our research with our users that showed users use commonly around 4 (four) modules in their day-by-day operations.&lt;/p&gt;
&lt;p&gt;However, Sugar understands that situations may require customizations to adapt to whatever comes your way.&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r0sjv0"&gt;&lt;span&gt;Sugar Configuration&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;A new Sugar Configuration has been introduced to override this number called&amp;nbsp;&lt;code&gt;&lt;span&gt;maxPinnedModules&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You should be able to override it by editing your &lt;code&gt;config_override.php&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="php"&gt;$sugar_config[&amp;#39;maxPinnedModules&amp;#39;] = 6;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Be very careful not to defeat the purpose of this feature and pin &amp;quot;non-essential modules&amp;quot; to the list.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r3bbv1"&gt;Resulting UI Experience:&lt;/h2&gt;
&lt;p&gt;In the following example, we have increased the number of modules to 6 (six).&lt;/p&gt;
&lt;p&gt;Notice that, an extra element is appended if the module is not part of that list, therefore, increasing it to 7.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/450x0/__key/communityserver-wikis-components-files/00-00-00-00-14/Screen-Shot-2022_2D00_10_2D00_11-at-11.38.34-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Always account for an extra element in the list&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override/revision/3</link><pubDate>Tue, 11 Oct 2022 15:37:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c1d4584a-fa36-4f98-9c93-e38dfb54c938</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override#comments</comments><description>Revision 3 posted to Dev Tutorials by Rafael Fernandes on 10/11/2022 3:37:55 PM&lt;br /&gt;
&lt;p&gt;Sugar has introduced the concept of &amp;quot;Pinned Modules&amp;quot; in this release that consists of 4 (four) modules always available to users.&lt;/p&gt;
&lt;p&gt;The decision to around this number was based on our research with our users that showed users use commonly around 4 (four) modules in their day-by-day operations.&lt;/p&gt;
&lt;p&gt;However, Sugar understands that situations may require customizations to adapt to whatever comes your way.&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r0sjv0"&gt;&lt;span&gt;Sugar Configuration&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;A new Sugar Configuration has been introduced to override this number called&amp;nbsp;&lt;code&gt;&lt;span&gt;maxPinnedModules&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You should be able to override it by editing your &lt;code&gt;config_override.php&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="php"&gt;$sugar_config[&amp;#39;maxPinnedModules&amp;#39;] = 6;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Be very careful not to defeat the purpose of this feature and pin &amp;quot;non-essential modules&amp;quot; to the list.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r3bbv1"&gt;Resulting UI Experience:&lt;/h2&gt;
&lt;p&gt;In the following example, we have increased the number of modules to 6 (six).&lt;/p&gt;
&lt;p&gt;Notice that, an extra element is appended if the module is not part of that list, therefore, increasing it to 7.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/450x0/__key/communityserver-wikis-components-files/00-00-00-00-61/Screen-Shot-2022_2D00_10_2D00_11-at-11.38.34-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Always account for an extra element in the list&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override/revision/4</link><pubDate>Tue, 11 Oct 2022 15:37:55 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c1d4584a-fa36-4f98-9c93-e38dfb54c938</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override#comments</comments><description>Revision 4 posted to Dev Tutorials by Rafael Fernandes on 10/11/2022 3:37:55 PM&lt;br /&gt;
&lt;p&gt;Sugar has introduced the concept of &amp;quot;Pinned Modules&amp;quot; in this release that consists of 4 (four) modules always available to users.&lt;/p&gt;
&lt;p&gt;The decision to around this number was based on our research with our users that showed users use commonly around 4 (four) modules in their day-by-day operations.&lt;/p&gt;
&lt;p&gt;However, Sugar understands that situations may require customizations to adapt to whatever comes your way.&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r0sjv0"&gt;&lt;span&gt;Sugar Configuration&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;A new Sugar Configuration has been introduced to override this number called&amp;nbsp;&lt;code&gt;&lt;span&gt;maxPinnedModules&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You should be able to override it by editing your &lt;code&gt;config_override.php&lt;/code&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="php"&gt;$sugar_config[&amp;#39;maxPinnedModules&amp;#39;] = 6;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Be very careful not to defeat the purpose of this feature and pin &amp;quot;non-essential modules&amp;quot; to the list.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1gf3r3bbv1"&gt;Resulting UI Experience:&lt;/h2&gt;
&lt;p&gt;In the following example, we have increased the number of modules to 6 (six).&lt;/p&gt;
&lt;p&gt;Notice that, an extra element is appended if the module is not part of that list, therefore, increasing it to 7.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/450x0/__key/communityserver-wikis-components-files/00-00-00-00-14/Screen-Shot-2022_2D00_10_2D00_11-at-11.38.34-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Always account for an extra element in the list&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override/revision/2</link><pubDate>Tue, 11 Oct 2022 15:22:29 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c1d4584a-fa36-4f98-9c93-e38dfb54c938</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override#comments</comments><description>Revision 2 posted to Dev Tutorials by Rafael Fernandes on 10/11/2022 3:22:29 PM&lt;br /&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;(&lt;code&gt;&lt;span&gt;$sugar_config&lt;/span&gt;&lt;span&gt;[&lt;/span&gt;&lt;span&gt;'maxPinnedModules'&lt;/span&gt;&lt;span&gt;] = &lt;/span&gt;&lt;span&gt;6&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/code&gt;)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Pinned Modules Override</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override/revision/1</link><pubDate>Tue, 11 Oct 2022 15:03:41 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:c1d4584a-fa36-4f98-9c93-e38dfb54c938</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/759/pinned-modules-override#comments</comments><description>Revision 1 posted to Dev Tutorials by Rafael Fernandes on 10/11/2022 3:03:41 PM&lt;br /&gt;

&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;(&lt;code&gt;&lt;span&gt;$sugar_config&lt;/span&gt;&lt;span&gt;[&lt;/span&gt;&lt;span&gt;'maxPinnedModules'&lt;/span&gt;&lt;span&gt;] = &lt;/span&gt;&lt;span&gt;6&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/code&gt;)&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>