make a forum not show up in get new messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nferreri
    Member
    • Jan 2003
    • 83

    make a forum not show up in get new messages

    Any way to make it so a forum doesn't show up in get new messages?
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    You can edit the getnew posts link in the header and add &exclude=X where X is the forumid to exclude.

    Comment

    • nferreri
      Member
      • Jan 2003
      • 83

      #3
      That works. Thanks.

      Comment

      • Freddie Bingham
        Former vBulletin Developer
        • May 2000
        • 14057
        • 1.1.x

        #4
        If you want multiple forums excluded, put a comma between them, i.e. exclude=1,2,3

        Comment

        • pkuczaj
          Senior Member
          • Dec 2003
          • 104
          • 3.8.x

          #5
          So the alteration would do into the navbar? I couldn't find a reference in header.

          <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew&exclude=15" accesskey="2">$vbphrase[new_posts_nav]</a></td>
          <else />
          <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily&exclude=15" accesskey="2">$vbphrase[todays_posts]</a></td>
          </if>
          Our Little Universe Forum: http://www.ourlittleuniverse.com

          Sponsored By: http://www.crocusplains.com

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Originally posted by pkuczaj
            So the alteration would do into the navbar?
            Yes.

            Comment

            • pkuczaj
              Senior Member
              • Dec 2003
              • 104
              • 3.8.x

              #7
              I've got the alteration made as listed above, and it's not excluding that forum. I've verified the forum id.
              Our Little Universe Forum: http://www.ourlittleuniverse.com

              Sponsored By: http://www.crocusplains.com

              Comment

              • barleduc
                New Member
                • Apr 2004
                • 4
                • 3.0.0 'Gold'

                #8
                Originally posted by pkuczaj
                So the alteration would do into the navbar? I couldn't find a reference in header.

                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew&exclude=15" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily&exclude=15" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                Where can I change that? I couldn't find it.

                Comment

                • Jake Bunce
                  Senior Member
                  • Dec 2000
                  • 46598
                  • 3.6.x

                  #9
                  Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

                  Comment

                  • pkuczaj
                    Senior Member
                    • Dec 2003
                    • 104
                    • 3.8.x

                    #10
                    Again, and a reminder this didn't work.... What did I do wrong?
                    Our Little Universe Forum: http://www.ourlittleuniverse.com

                    Sponsored By: http://www.crocusplains.com

                    Comment

                    • barleduc
                      New Member
                      • Apr 2004
                      • 4
                      • 3.0.0 'Gold'

                      #11
                      Originally posted by Jake Bunce
                      Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar
                      Thank you very much

                      Comment

                      • pkuczaj
                        Senior Member
                        • Dec 2003
                        • 104
                        • 3.8.x

                        #12
                        Bump. . . . Any thoughts as to why the modification I copy/pasted above didn't work?
                        Our Little Universe Forum: http://www.ourlittleuniverse.com

                        Sponsored By: http://www.crocusplains.com

                        Comment

                        • Jake Bunce
                          Senior Member
                          • Dec 2000
                          • 46598
                          • 3.6.x

                          #13
                          Originally posted by pkuczaj
                          Bump. . . . Any thoughts as to why the modification I copy/pasted above didn't work?
                          The exact code you posted is working fine for me.

                          Make sure that the link is changed on your forums. When you click the New Posts link it should be:

                          http://www.yoursite.com/forum/search.php?do=getnew&exclude=X

                          Comment

                          • pkuczaj
                            Senior Member
                            • Dec 2003
                            • 104
                            • 3.8.x

                            #14
                            Ok. The problem is that I assumed that if I include a forum, it would take all the child forums into account. I've included all child forums as well as the main forum, and it's working now.


                            Thanks for the assistance
                            Our Little Universe Forum: http://www.ourlittleuniverse.com

                            Sponsored By: http://www.crocusplains.com

                            Comment

                            Related Topics

                            Collapse

                            Working...