Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10034

Feed for link forum

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Duplicate
    • 3.0.8
    • None
    • Other
    • None

    Description

      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,

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: