1

Topic: Disable or Remove RSS Feed Icon and Function

Hi, how can RSS Feed Function and Icon be removed?  Thanks...

2 (edited by abdulhalim 2015-09-05 18:07)

Re: Disable or Remove RSS Feed Icon and Function

Hello,

The easy way is using CSS to disable this link and icon from users .

Just go to punbb\style\Oxygen\

Open Oxygen.min.css

Go to Line 330

find this line

.options > span.first-item {
    border-left: 0px none;
    padding-left: 0px;
    margin-left: 0px;
    }

Add >>  Display : none

just like this

.options > span.first-item {
    border-left: 0px none;
    padding-left: 0px;
    margin-left: 0px;
    display : none;
    }
Get Persian PunBB @ www.getpunbb.ir

3

Re: Disable or Remove RSS Feed Icon and Function

Hi, Thanks for the help.  I will try this latter.

4

Re: Disable or Remove RSS Feed Icon and Function

Hi, I've edited the file and RSS Feed Icon is gone.  Thanks a lot...

Re: Disable or Remove RSS Feed Icon and Function

I tried this to remove the RSS and it worked but it also removes the "advanced" link in search and it also removes the "New posts" link.

So I wanted to do the same, remove RSS altogether and there is a setting for that in FluxBB but the feature is missing in PunBB.

Usually PunBB wins at everything so I am surprised to see it not in place.

Any other way to completely remove RSS logo and link?