Selective mass move of threads using SQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Spinball
    Senior Member
    • Oct 2001
    • 589
    • 3.8.x

    Selective mass move of threads using SQL

    Hi,
    I want to move all the threads about Lord Of The Rings into the new LOTR chat sub-forum I have recently created. There are lots of threads and the mass move option is too cumbersome. Can I simply run

    UPDATE thread set forumid = 86, notes = "Moved to 'Lord Of The Rings chat' by Spectre on 04-01-2003 10:52 AM." WHERE title like '%LOTR%';

    and then run the 'update counters' functions?
    Or are there other considerations I don't know about?
    Stuart Wright, founder AVForums.com. [strike]13[/strike] 15 million posts and counting.
    vBulletin user from 2001. We stopped upgrading vB at 3.8.2 and sadly we're going no further.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    This could be done with a custom script. vBulletin doesn't have a move feature like that. I recommend posting a request on www.vbulletin.org

    Comment

    • Spinball
      Senior Member
      • Oct 2001
      • 589
      • 3.8.x

      #3
      Originally posted by Jakeman
      This could be done with a custom script. vBulletin doesn't have a move feature like that. I recommend posting a request on http://www.vbulletin.org
      Hi Jakeman and thanks for replying.
      I know vBulletin doesn't have a feature like that. It's why I asked about running the SQL statement. I don't mind getting into SQL as I'm somewhat of an expert.
      All I need to know is whether any other tables are updated when you do a move using the admin function. If so then I will indeed contact the .org team.
      Otherwise for simplicities sake I will just run the SQL statement on my database.
      Thanks.
      Stuart Wright, founder AVForums.com. [strike]13[/strike] 15 million posts and counting.
      vBulletin user from 2001. We stopped upgrading vB at 3.8.2 and sadly we're going no further.

      Comment

      • Spinball
        Senior Member
        • Oct 2001
        • 589
        • 3.8.x

        #4
        Bump
        Stuart Wright, founder AVForums.com. [strike]13[/strike] 15 million posts and counting.
        vBulletin user from 2001. We stopped upgrading vB at 3.8.2 and sadly we're going no further.

        Comment

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

          #5
          I think the thread table is the only one that is updated.

          Comment

          • Spinball
            Senior Member
            • Oct 2001
            • 589
            • 3.8.x

            #6
            Originally posted by Jakeman
            I think the thread table is the only one that is updated.
            Ok, thanks.
            Stuart Wright, founder AVForums.com. [strike]13[/strike] 15 million posts and counting.
            vBulletin user from 2001. We stopped upgrading vB at 3.8.2 and sadly we're going no further.

            Comment

            Related Topics

            Collapse

            Working...