exclude a specific forum from new post

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Silvio
    Member
    • Nov 2005
    • 63
    • 3.7.x

    exclude a specific forum from new post

    hi all,

    how do I exclude a specific forum to be retrieved from new post?

    I do better explain. I have 2 specific forums with rss feeds (news & sport news)

    many of our users are used to click on "new post" when they log in. some of them complained about the big ammount of post generated on that part.

    how can I do to not consider the content of thse 2 forums as "New post"?


    ty so much for kind help

    take care


    again apologises for my rusted english. I hope is understandable.
  • Boxy
    Senior Member
    • Oct 2002
    • 3139

    #2
    PLease see this thread, http://www.vbulletin.com/forum/showthread.php?t=172811

    Comment

    • Jose Amaral Rego
      Senior Member
      • Feb 2005
      • 11058
      • 1.1.x

      #3
      Really Simple Syndication (RSS)

      Really Simple Syndication (RSS)

      # replace X,Y,Z with forum identification number

      Plugins & Products > Add New Plugin

      Product: vBulletin
      Hook Location: search_getnew_start
      Title: "Exclude Forum(s) RSS Feed"
      Plugin PHP Code:
      Code:
      [B]$vbulletin->GPC['exclude'] .= '[COLOR="Red"],X,Y,Z[/COLOR]';[/B]
      or other link will do..
      Last edited by Jose Amaral Rego; Fri 6 Jul '07, 6:03pm.

      Comment

      • Silvio
        Member
        • Nov 2005
        • 63
        • 3.7.x

        #4
        ty so much guys!! fast & kindness is as usual a vbulletin rule!


        I used the plugin by José ty ty so much works really great and easy


        ciao

        take care

        Comment

        • Jose Amaral Rego
          Senior Member
          • Feb 2005
          • 11058
          • 1.1.x

          #5
          Is it working for vBulletin version 3.6.6 or you operating lower 3.6 series?

          Comment

          • Silvio
            Member
            • Nov 2005
            • 63
            • 3.7.x

            #6
            I do confirm is perfectly working on 3.6.6

            grazie (Thankyou)

            Comment

            • Michael Blake
              Member
              • Aug 2004
              • 79
              • 3.7.x

              #7
              Originally posted by José M. Amaral Rego
              # replace X,Y,Z with forum identification number

              Plugins & Products > Add New Plugin

              Product: vBulletin
              Hook Location: search_getnew_start
              Title: "Exclude Forum(s) RSS Feed"
              Plugin PHP Code: [code]$vbulletin->GPC['exclude'] .= ',X,Y,Z';[/code]

              or other link will do..
              Hi,
              This is an excellent idea but when I used the above code my search for new posts led to a blank screen (page not loaded). I changed the code to put a fourmid in the space before ',X - Do you think this is okay?.

              Code:
              [B]$vbulletin->GPC['exclude'] .= '4';[/B]

              Comment

              • Jose Amaral Rego
                Senior Member
                • Feb 2005
                • 11058
                • 1.1.x

                #8
                # replace X,Y,Z with forum identification number

                Comment

                • bloom
                  New Member
                  • Feb 2008
                  • 4
                  • 3.6.x

                  #9
                  Originally posted by Jose Amaral Rego
                  Really Simple Syndication (RSS)

                  # replace X,Y,Z with forum identification number

                  Plugins & Products > Add New Plugin

                  Product: vBulletin
                  Hook Location: search_getnew_start
                  Title: "Exclude Forum(s) RSS Feed"
                  Plugin PHP Code:
                  Code:
                  [B]$vbulletin->GPC['exclude'] .= '[COLOR=Red],X,Y,Z[/COLOR]';[/B]
                  or other link will do..
                  Odd... doesn't work for me using 3.6.8 L2

                  Anyone else confirm?

                  Thanks

                  Comment

                  • Jose Amaral Rego
                    Senior Member
                    • Feb 2005
                    • 11058
                    • 1.1.x

                    #10
                    Same here, but will try later. Notice it does not work for vB version 3.7.0 Beta 5

                    THe old template edits seems to still work, but will test them again later.

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...