The top menu in SuiteCRM 8.8 does not display the module lists

Hello,
I have SuiteCRM 8.8 installed on a server and it’s working.

However, I’m encountering an error with the top menu display. The “sales,” “marketing,” etc. filters, along with their corresponding modules, aren’t displaying as they did in version 7.
It seems the first modules themselves are appearing in alphabetical order.
I’m using PHP version 8.2.30, but version 8.3 doesn’t change anything.

I’ve checked the permissions, performed a quick repair, and cleared the browser cache, but nothing has changed.
There’s no menu with submenus. Only the modules are displayed in alphabetical order.

I saw that this problem has been discussed before and that the posts were closed, but no solutions were mentioned other than permissions and cache issues.

Thank you for your help.

Lionel

Have you tried below?

Profile → LAYOUT OPTIONS → Module Menu Filters

You need to check that checkbox :tada:

Seems to be working as expected.
Like @rsp mentioned:

1 Like

Thank you so much @rsp and @BastianHammer,

I hadn’t seen that checkbox in the profile.

It works perfectly.

Is it possible to make it checked by default for all users?

Hello Lionel,

it is possible to adjust the user preferences with custom code.
They are stored in the user_preferences table, base64 encoded.
Via custom code you can create a logic hook to change these settings.

If you don’t have plenty of new users every week, it might be easier to simply edit the setting in the users profile.