Remove the recently viewed

Hello,
I want to remove the recently viewed from suitecrm.
Can any guide me how can i do this?

Regards:

I am facing the same problem…
Could someone help how to remove recently removed items from the top panel.
I am using suitecrm 7.1.1

Hello,
Could anyone guide us to solve this problem?

Regards:

Can you provide a screen shot of where you wish to remove the items?

Thanks,

Will.

Hello will,
thanks for reply
I want to remove these recently viewed from all modules top bar list.

Regards:

Hello,
Someone please help us to find solution of remove recently viewed.

Regards:

Hi there,

Editing the _headerModuleList.tpl in themes/Suite7/tpls to remove the recently viewed will resolve your issue.

You can take a copy of this file and create the directory custom/themes/Suite7/tpls and place the file inside that directory if you do not wish to change the core file.

Thanks,

Will.

Hello,
Thanks for reply will.
I did this but i am getting some issue for Home option and Administrator module. Please guide me to solve this.
check the attachment.

Regards:
Hemant

Hello,
Please anyone guide me how can i solve this problem and hide the recently viewed in suitecrm.

Regards:
Hemant Aseri

Looks like you still need to remove a div or menu item so that the submenu doesn’t show.

Thanks,

Will.

Hello,
Thanks for reply.
We tried this to removed the div but if we doing this all menu div was gone. All div related to each other and If we removed this than others also removed.
Is there any other solution to remove only this div?

Regards:
Hemant

It worked out for me by editing the themes whichever you are using (day,dawn , dusk etc)
location: suitecrm-7.11.3-0\apps\suitecrm\htdocs\themes\SuiteP\css\Day\style.css - set visibility: hidden;
like below.
.sidebar .recentlyViewedSidebar {
margin-bottom: 12px;
float: left;
width: 100%;
visibility: hidden;