Enable reputation for all forums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mescalin
    Member
    • Oct 2006
    • 50
    • 4.0.x

    [Forum] Enable reputation for all forums

    Hello

    I have hundreds of forums and i want to enable allow reputation for all of them. how can i do that? or can you tell me which table, and column is used for that setting.

    Thanks..
  • Matthew Gordon
    Senior Member
    • May 2002
    • 3243
    • 1.1.x

    #2
    Code:
    UPDATE forum SET options + 2097152 WHERE NOT(options & 2097152);
    You'll need to edit and save a forum after running the query to update the forum cache.

    Comment

    • thanhdat
      Member
      • Feb 2005
      • 79
      • 3.8.x

      #3
      How do you know that Allow Reputation has number 2097152? @.@
      Vui Ve Club - www.vuiveclub.net

      Comment

      • Paul M
        Former Lead Developer
        vB.Com & vB.Org
        • Sep 2004
        • 9886

        #4
        You look it up in the bitfields file.
        Baby, I was born this way

        Comment

        • saini1987
          Member
          • Sep 2011
          • 85
          • 4.0.x

          #5
          That query haven't worked for me with Vbulletin 4.2.3. It gave an error. Any other way to enable that reputation option in all forums?
          Times News

          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24286
            • 6.0.X

            #6
            We'd need to know the full error message.
            MARK.B
            vBulletin Support
            ------------
            My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
            My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

            Comment

            • saini1987
              Member
              • Sep 2011
              • 85
              • 4.0.x

              #7
              Got it worked finally from here: www.vbulletin.org/forum/showthread.php?t=319872
              Times News

              Comment

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