留言板

Liferay7 Hide My Profile, My Dashboard, Search

Alexey Ivanov,修改在7 年前。

Liferay7 Hide My Profile, My Dashboard, Search

Junior Member 帖子: 41 加入日期: 12-5-8 最近的帖子
Hello,

I'm using liferay7 and I got some issues.

I need to hide My Acount, My Profile, My Dashboard from user acount panel. I need to show just 'Sign Out' link. (please see attached file)
How easely to do it?

Also I would like to hide/disable Search component on every site (default theme) (please see attached file).
How can I do it?

Also I would like to override language.properties for core.
How can I do it?

Thank you for any help.
Juan Carlos Espinoza Valera,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 帖子: 11 加入日期: 12-9-12 最近的帖子
Hi Alexe
I did it. I'm create a hook
please send me you email
i have a solution, and i send you my project
Regards

Juan Carlos Espinoza Valera
Lima - Peru
South America
Alexey Ivanov,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Junior Member 帖子: 41 加入日期: 12-5-8 最近的帖子
Hello Juan Carlos Espinoza Valera,

Looks like you have Liferay6. Are you sure it will work for Liferay7?
Juan Carlos Espinoza Valera,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 帖子: 11 加入日期: 12-9-12 最近的帖子
Hi
i send my project, and you compile in your eclipse y generate the war
my email is: jcjavadeveloper@gmail.com
Regards
Alexey Ivanov,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Junior Member 帖子: 41 加入日期: 12-5-8 最近的帖子
Hello Hello Juan Carlos Espinoza Valera,

Thanks a lot for war file, but I doesn't work for Liferay7, it's work ok for Liferay6.

If anybody have suggestions how resolve the issues please let me know.

Thanks,
Alexey
Augusto Bendezu,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 帖子: 3 加入日期: 14-8-6 最近的帖子
Have anyone found a way to achieve this?

Thanks in advance.
Charles Rey,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 发布: 1 加入日期: 16-7-6 最近的帖子
Hi !

To hide the search input you have to follow these steps :

1) On the search input click on Options / Permissions
2) Disable view for every role you want (guest, user and site member is a minimum I think)

3) In your portal-ext.properties add the following line :
layout.show.portlet.access.denied=false

This last step should hide the error message generated by liferay when you can't access a portlet because of permissions.


To hide My profile and My dashboard you need to add these lines to the portal-ext.properties :
layout.user.private.layouts.enabled=false
layout.user.public.layouts.enabled=false


For hiding the 'My account' I don't know sorry.
Bye !
Karl Chin,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Junior Member 帖子: 28 加入日期: 16-10-5 最近的帖子
Hi,

Does anyone have any idea for hiding the stuffs under "My Account"? It is pretty sure that creating hook / changing the configuration in portal-ext.properties will not work for Liferay 7 GA1.

All the best,
Karl Chin
Thirumal Reddy,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Regular Member 帖子: 216 加入日期: 15-12-3 最近的帖子
Hi All,
I have the same requirement.
can any body tell me the sol'n.

and i have seen in my-aacount module there are no jsp's found.
https://github.com/liferay/liferay-portal/tree/master/modules/apps/foundation/my-account/my-account-web/src/main/resources

if i am wrong from which module my account functionality is working..
thumbnail
Ramalingaiah. D,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Expert 帖子: 486 加入日期: 14-8-16 最近的帖子
Hi Thirumal Reddy,
it working

To hide My profile and My dashboard you need to add these lines to the portal-ext.properties :

layout.user.private.layouts.enabled=false
layout.user.private.layouts.auto.create=false
layout.user.public.layouts.enabled=false
layout.user.public.layouts.auto.create=false
Thirumal Reddy,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Regular Member 帖子: 216 加入日期: 15-12-3 最近的帖子
Hi Ramalingaiah.,
Thanks for the replay.
i'll try with that.
did you know how to hide sections in from (ex:layout,users, etc..) liferay 7 with form navigator api?

Thanks.
Thirumal
Thirumal Reddy,修改在7 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

Regular Member 帖子: 216 加入日期: 15-12-3 最近的帖子
Hi Ramalingaiah.,
It's workingemoticon
Thanks.
if you have any idea regarding form navigator api framework please share your thoughts.
i have seen this link but i didn't get clarity

regards,
Thirumal.
janice Yow,修改在6 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 发布: 1 加入日期: 17-5-18 最近的帖子
Hi, is it possible to keep my profile and just delete the dashboard & my account tab?
Casper Bijleveld,修改在6 年前。

RE: Liferay7 Hide My Profile, My Dashboard, Search

New Member 发布: 1 加入日期: 17-8-25 最近的帖子
janice Y:
Hi, is it possible to keep my profile and just delete the dashboard & my account tab?



Hi Janice,
I see what you mean. For a range of individual users, it is not desirable that they have access to the list of names of other users. Especially not in thses times of attention for rivacy-matters. Did you learn how to disable access to 'My Dashboard'. I wonder if Liferay would not have a standard & simple solutions for this?
Kind regards, Casper