留言板

Control panel theme change.

Vishal M,修改在9 年前。

Control panel theme change.

New Member 帖子: 14 加入日期: 14-7-15 最近的帖子
Hi,

I want to change look and feel for manage my account dialog, I fount that the theme is similar to control panel theme, But I want to change it for the same dialog, Is that possible?


Thanks,
Vishal
Vishal M,修改在9 年前。

RE: Control panel theme change.

New Member 帖子: 14 加入日期: 14-7-15 最近的帖子
Any answers or related links for the above question?emoticon

Thanks,
Vishal
thumbnail
David H Nebinger,修改在9 年前。

RE: Control panel theme change.

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
What question? Sounds like your asking how to style something, in which case it's a theme + css solution.

Liferay is not magic or anything, it won't do anything for you nor will it prevent you from doing something to it that you might do with any other web application you develop.
rajesh seetharam,修改在7 年前。

RE: Control panel theme change.

New Member 帖子: 2 加入日期: 16-12-1 最近的帖子
Please can you let me know if its possible to move all the components in the control panel to the navigation

I have my menu in the navigation.ftl i.e say links A B C and I want Control Panel to sit next to D and on click of the control panel the links show up horizontally. I am using Liferay CE 7
rajesh seetharam,修改在7 年前。

RE: Control panel theme change.

New Member 帖子: 2 加入日期: 16-12-1 最近的帖子
David H Nebinger:
What question? Sounds like your asking how to style something, in which case it's a theme + css solution.

Liferay is not magic or anything, it won't do anything for you nor will it prevent you from doing something to it that you might do with any other web application you develop.
thumbnail
Dave Weitzel,修改在9 年前。

RE: Control panel theme change.

Regular Member 帖子: 208 加入日期: 09-11-18 最近的帖子
It is the control panel so it uses the control panel theme

The 'controlPanelSection=my' parameter restricts the view to just that part of the control Panel menu and I guess javascript presents it in the pop up window.

So as David say just use CSS in the Control Panel Theme (or develop your own control Panel Theme) to present things as you want.

If you want this view, which most users see, to be significantly different from the regular Control panel view you could consider adding a new div with your own style and adding the styles you want. Then trigger this in the control panel templates by detecting something such as an additional parameter to add the <div style="myCP"> and </div> tags.
.