Foren

Remove links from My Account

Shahin Ali, geändert vor 12 Jahren.

Remove links from My Account

New Member Beiträge: 24 Beitrittsdatum: 03.05.11 Neueste Beiträge
How can we hide the links like 'Instant Messenger' and 'Social Network' from the My Account details page.

Using Liferay 6 EE

Thanks folks
simon tuffle, geändert vor 12 Jahren.

RE: Remove links from My Account

Regular Member Beiträge: 150 Beitrittsdatum: 18.05.09 Neueste Beiträge
Hi Shahin Ali,

As per your requirement, you need to remove the "Instant Messenger" & "Social Network" from the my accounts page. So for this you have to find them in the list & remove in the "categories_navigation.jspf" at liferay-portal-5.2.3\tomcat-6.0.18\webapps\ROOT\html\portlet\enterprise_admin


Thanks & Rgds,
Jim Perrin, geändert vor 12 Jahren.

RE: Remove links from My Account

New Member Beiträge: 7 Beitrittsdatum: 19.10.10 Neueste Beiträge
You can add just the sections you want to your portal-ext.properties file

We use the values below, but you can adjust them as you see fit:

users.form.update.identification=websites,social-network
users.form.update.main=details,communities,user-groups,roles,pages,categorization
users.form.my.account.main=details,communities,user-groups,roles
users.form.my.account.identification=websites,social-network
users.form.my.account.miscellaneous=display-settings

If you don't want the social network settings, remove it from the list above.
thumbnail
Rojalin Patri, geändert vor 12 Jahren.

RE: Remove links from My Account

Expert Beiträge: 287 Beitrittsdatum: 22.03.11 Neueste Beiträge
Hi,
The functionality related to 'Instant Messenger' and 'Social Network' can be removed from tomcat-6.0.18/webapps/ROOT/html/portlet/enterprise_admin/user instant_messenger.jsp, social_network.jsp. And as suggested by Jim the option itself can be removed from front-end by modifying the portal-ext.properties.
Shahin Ali, geändert vor 12 Jahren.

RE: Remove links from My Account

New Member Beiträge: 24 Beitrittsdatum: 03.05.11 Neueste Beiträge
Great guys....

success. emoticon Thanks a lot.
thumbnail
Nilesh Gundecha, geändert vor 12 Jahren.

RE: Remove links from My Account

Regular Member Beiträge: 205 Beitrittsdatum: 01.12.09 Neueste Beiträge
Shahin Ali:
Great guys....

success. emoticon Thanks a lot.


Modifying jsp directly is not good practice. Best is you configure it in portal-ext.properties as suggested by Jim.

Regards,
Nilesh.