I lost my Home Screen when i removed the 2 Module Menu Filters. any help please
My email templates also disappeared since the upgrade. I did do a Quick repair no luck.
ok problem solved.
i configured the dashlets.php file in the custom/modules/home to be my own default layout for new clients without the sugarfeed info tabs.
turns out it was mostly a cache issue with my chrome browser in refreshing the the ajax dashlets window.
and for the email templates i just copied new ones from a old database.
My New issue
Need to remove the employee menu option from the menu bar also edit the Suitecrm about page
goto, suitecrm/ themes/suite7/tpls/_globallinks.tpl file,
make changes in this portion,
line no 60<->70
<ul>
{foreach from=$GCLS item=GCL name=gcl key=gcl_key}
{if $gcl_key!='employees'}
<li>
<a id="{$gcl_key}_link" href="{$GCL.URL}"{if !empty($GCL.ONCLICK)} onclick="{$GCL.ONCLICK}"{/if}>{$GCL.LABEL}</a>
</li>
{/if}
{/foreach}
<li><a id="logout_link" href='{$LOGOUT_LINK}' class='utilsLink'>{$LOGOUT_LABEL}</a></li>
</ul>
and u r done. cheers:
Cheers to you Sir B)