Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10034

Feed for link forum

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 3.0.8
    • Other
    • None

      If you enable icons for feeds ( by editing the forumlist_body.html template ) you will see that feed for form links are enabled, and off course you will got message that there are no items for that
      In the ACP forum links are disabled, you can't unselected

      Possible Solution :

      File :

      root/includes/functions_display.php

      Find :

      			'S_FEED_ENABLED'	=> ($config['feed_forum'] && !phpbb_optionget(FORUM_OPTION_FEED_EXCLUDE, $row['forum_options'])) ? true : false,

      Replace with :

      			'S_FEED_ENABLED'	=> ($config['feed_forum'] && !phpbb_optionget(FORUM_OPTION_FEED_EXCLUDE, $row['forum_options']) && ($row['forum_type'] != FORUM_LINK)) ? true : false,

            bantu Andreas Fischer [X] (Inactive)
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: