MyBB Community Forums

Full Version: Configure RSS and /syndication.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to block or disable the RSS feed. I have a heavy load on the server

3049 16.5 0.0 311004 39312? R 15:02 0:26 forum /private_html/syndication.php

and how to removed from header:

<link rel = "alternate" type = "application / rss + xml" title = "Latest threads (RSS 2.0)" href = "https://forum.pozyczkabez.pl/syndication.php" />
<link rel = "alternate" type = "application / atom + xml" title = "Newest threads (Atom 1.0)" href = "https://forum.pozyczkabez.pl/syndication...pe=atom1.0" / >

and and this from footer

<li> <a href="https://forum.pozyczkabez.pl/misc.php?ac...yndication"> RSS </a> </ li>
(2018-01-10, 04:41 PM)abmd73 Wrote: [ -> ]How to block or disable the RSS feed. I have a heavy load on the server

3049 16.5 0.0 311004 39312? R 15:02 0:26 forum /private_html/syndication.php

Hi, make a backup copy of the "syndication.php" and delete it in your server, just like that (if you don't want it)

(2018-01-10, 04:41 PM)abmd73 Wrote: [ -> ]and how to removed from header:

<link rel = "alternate" type = "application / rss + xml" title = "Latest threads (RSS 2.0)" href = "https://forum.pozyczkabez.pl/syndication.php" />
<link rel = "alternate" type = "application / atom + xml" title = "Newest threads (Atom 1.0)" href = "https://forum.pozyczkabez.pl/syndication...pe=atom1.0" / >

Go to your admin section, "Templates & Style" tab > "Templates" on the left column > select the Theme you're using > click on "Ungrouped Templates" > and click on "headerinclude".
In the new window delete the 2 lines you want to get rid of, and press in "Save and Return to listing"

(2018-01-10, 04:41 PM)abmd73 Wrote: [ -> ]and and this from footer

<li> <a href="https://forum.pozyczkabez.pl/misc.php?ac...yndication"> RSS </a> </ li>

Go to your admin section, "Templates & Style" tab > "Templates" on the left column > select the Theme you're using > click on "Footer Templates" > and click on "footer".

In the new window delete:

 | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>

and press in "Save and Return to listing"