留言板

customize dock bar in liferay 6.2

thumbnail
Soukaina HAJI,修改在9 年前。

customize dock bar in liferay 6.2

Regular Member 帖子: 195 加入日期: 14-6-17 最近的帖子
I need to add some buttons in liferay's dock bar and Im not quite sure which jsp file is the one.
I added these buttons in `/html/taglib/aui/nav_item/end.jsp `

RESULT:
before authentication: dockbar is cool


after authentication: not cool


thank you


liferay-version: liferay-portal-6.2-ce-ga2
tomcat-version: tomcat-7.0.42
thumbnail
Pankaj Kathiriya,修改在9 年前。

RE: customize dock bar in liferay 6.2

Liferay Master 帖子: 722 加入日期: 10-8-5 最近的帖子
I added these buttons in `/html/taglib/aui/nav_item/end.jsp `

This jsp renders aui:nav-item tag, when you add something to this jsp it will affect html fragment wherever aui:nav-item gets used thats why you are getting same buttons multiple time.

Instead that, you can add your extra button controls in jsp file at locaion portal-web\docroot\html\portlet\dockbar\view.jsp, where aui:nav and aui:nav-bar is used by overriding this jsp using hook.
thumbnail
Soukaina HAJI,修改在9 年前。

RE: customize dock bar in liferay 6.2

Regular Member 帖子: 195 加入日期: 14-6-17 最近的帖子
Ok but in view.jsp there is no list , i need need to insert the buttons in the list of the dock bar so as it can inherit the theme of the dockbar
thank you
thumbnail
Pankaj Kathiriya,修改在9 年前。

RE: customize dock bar in liferay 6.2

Liferay Master 帖子: 722 加入日期: 10-8-5 最近的帖子
As I said try to add buttons inside aui:nav-bar tag.
thumbnail
Soukaina HAJI,修改在9 年前。

RE: customize dock bar in liferay 6.2

Regular Member 帖子: 195 加入日期: 14-6-17 最近的帖子
Ok I inserted that at the end of aui:nav-bar tag but it shows in background like this !:
thumbnail
Soukaina HAJI,修改在9 年前。

RE: customize dock bar in liferay 6.2

Regular Member 帖子: 195 加入日期: 14-6-17 最近的帖子
Solution:
To modify before authentication like this :


File to edit : /html/dockbar/view_user_account.portal.jspf

To modify after authentication like this :


File to edit : /html/dockbar/view_admin_links.jspf



For the responsive Design Still working on it

Good Luck everyone
thumbnail
pramod kumara,修改在6 年前。

RE: customize dock bar in liferay 6.2

Junior Member 帖子: 54 加入日期: 16-8-29 最近的帖子
Soukaina HAJI:
Solution:
To modify before authentication like this :


File to edit : /html/dockbar/view_user_account.portal.jspf

To modify after authentication like this :


File to edit : /html/dockbar/view_admin_links.jspf



For the responsive Design Still working on it

Good Luck everyone

you need to modify view_user_account.portal.jspf