Message Boards

Customization of Control Panel present in Liferay 7

Komal Prasad, modified 3 Years ago.

Customization of Control Panel present in Liferay 7

New Member Posts: 11 Join Date: 2/12/20 Recent Posts

i

Right now It showing on Left side and I want to move it top whole (control Panel, admin, Liferay) option. I tried to find the code but no luck. 
When we click on toggle, it show the option on left side, I need when user click on toggle option will be shown on top.
any one help me to find solution to edit this.

thumbnail
Olaf Kock, modified 3 Years ago.

RE: Customization of Control Panel present in Liferay 7

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

Your easiest, and most future proof way to implement 2/3 of those requirements: Upgrade to the latest 7.3 version. It already features the "global menu" on top (just the site navigation stays on the left), and the upgrade should be a lot faster than a custom implementation in a different place.

For the remaining 1/3 (the site content): It's only visible for people with specific permissions - e.g. most users won't see it at all (well, in the end, just like Control Panel).

Yet another way is: Try if one of the themes on Marketplace already implements it. Then you can either use it, or inspect how it's done there.

Komal Prasad, modified 3 Years ago.

RE: RE: Customization of Control Panel present in Liferay 7

New Member Posts: 11 Join Date: 2/12/20 Recent Posts

thanks Olaf, 

Your sugestion is right, last time when you suggested It worked. In this issue , I want to move the panel to top. Right now it is on left side. I want to move it top. All the three option (Control Panel, Admin, Liferay).

I tried my best to frame question correctly , If any doubt let me know I'll clarify it more.

Thanks Olaf

thumbnail
Olaf Kock, modified 3 Years ago.

RE: RE: Customization of Control Panel present in Liferay 7

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts

Komal,

there are no doubts - I know what you want, and I've been looking for the solution that provides the least amount of work. Given that you're also asking about an old version (from the Logo I'm assuming 7.0?), it's foreseeable that you'll update sooner or later.

I'd really recommend to do so before doing massive work on shuffling the UI around. Unless you can find something on the marketplace where it has already be done and copy it. If it's local to your theme, you're a lucky winner. I assume it should be local to the theme, but can't point to a particular theme to do it - check them.

Komal Prasad, modified 3 Years ago.

RE: Customization of Control Panel present in Liferay 7

New Member Posts: 11 Join Date: 2/12/20 Recent Posts

https://liferay.dev/blogs/-/blogs/removing-panels-from-my-account

I found this link, Would you help me to find out how to implement this