Foren

Remove RSS links from liferay features

thumbnail
Brett Conoly, geändert vor 9 Jahren.

Remove RSS links from liferay features

Regular Member Beiträge: 130 Beitrittsdatum: 19.07.07 Neueste Beiträge
So I was trying to customize the liferay message-boards using only CSS in the advanced styling preference and it seems that liferay strips out CSS 2/3 selectors like ">". I'm trying to hide the RSS links but I can't get a proper hook into them.

Does anyone know if the message boards allow you to remove the RSS links other than hacking the JSP?
thumbnail
Jeffrey Handa, geändert vor 9 Jahren.

RE: Remove RSS links from liferay features

Liferay Master Beiträge: 541 Beitrittsdatum: 01.12.08 Neueste Beiträge
Hi Brett,

There is a portal.property that looks promising. Try setting this in your portal-ext.properties file:

    message.boards.rss.enabled=false


This would require a restart and it would apply to all message boards.
thumbnail
Brett Conoly, geändert vor 9 Jahren.

RE: Remove RSS links from liferay features

Regular Member Beiträge: 130 Beitrittsdatum: 19.07.07 Neueste Beiträge
Awesome, thanks. i'll check it out
thumbnail
Olaf Kock, geändert vor 9 Jahren.

RE: Remove RSS links from liferay features

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
You might want to follow LPS-42779 and the linked issue. Also, you might be able to just use CSS to identify the link and hide it. Alternatively you might want to vote on LPS-48960 to get beautiful RSS feeds.