Author Topic: How do I turn off RSS?  (Read 7195 times)

0 Members and 1 Guest are viewing this topic.

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
How do I turn off RSS?
« on: March 30, 2007, 01:17:45 PM »
Hello.  :)
Thank you for this great script.  :)
I do not need the RSS. I suppose I could just remove it from the template, but I think I should also disable it in the code.
How do I do that, please?
Thank you.

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #1 on: March 31, 2007, 04:18:24 PM »
Friendly bump. :)

Offline kai

  • Administrator
  • Addicted member
  • *****
  • Posts: 1.423
    • View Profile
    • 4images - Image Gallery Management System
Re: How do I turn off RSS?
« Reply #2 on: March 31, 2007, 05:29:29 PM »
in
templates/header.html
remove:

Code: [Select]
{if has_rss}
<link rel="alternate" type="application/rss+xml" title="{rss_title}" href="{rss_url}" />
{endif has_rss}
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #3 on: March 31, 2007, 06:32:04 PM »
Hello kai.  :)

I have done that but the icon still shows up and is still functional.  :|

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #4 on: March 31, 2007, 06:39:24 PM »
Hello ivan.  :)

I have done that and it does remove the icon, but the rss is still functional. I want to disable it.

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #5 on: March 31, 2007, 06:53:20 PM »
Removing that removes it from details, true.

When you say search in all files "z.b rss" what do you mean? I do not understand z.b.

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #6 on: March 31, 2007, 07:03:52 PM »
I have removed it now from categories, details, and index. This seems to be working. I guess I will search for it in the php files in includes as well.

Offline gls

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: How do I turn off RSS?
« Reply #7 on: March 31, 2007, 07:11:27 PM »
I don't seem to find it anywhere else but those three files. I hope that is all. I thought it would be a simple one-line yes/no on/off, but I guess not.  :?

Anyway, thanks, Ivan and Kai for your responses. :)