• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Transfer articles to another user

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 5 of 5

    Thread: Transfer articles to another user

    • Thread Tools
      • Show Printable Version
    1. May 6, 2015 #1
      hollosch
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      hollosch is offline
      Senior Member
      Join Date
      September 19, 2008
      Location
      Geislingen, Germany
      Posts
      241
      Rep Power
      238

      Question Transfer articles to another user

      Hi,
      how can i transfer articles from pegasus to hollosch on my site?
      After import from mediawiki pegasus have lots of entries which i will transfer to me.

      http://geislingen.net/members/?type=vw
      Reply With Quote Reply With Quote

    2. May 6, 2015 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Code:
      UPDATE vw_revision
      SET userid = {hollosch_userid},
      username = 'hollosch'
      WHERE username = 'pegasus';
      
      UPDATE vw_page
      SET creatorid = {hollosch_userid},
      creatorname = 'hollosch'
      WHERE creatorname = 'pegasus';
      
      UPDATE vw_redirect
      SET userid = {hollosch_userid},
      username = 'hollosch'
      WHERE username = 'pegasus';
      You can repeat for basically every table that has both 'userid' and 'username' fields, but these are the most important.

      For the numbers on your member ranking page, it is not currently possible to re-count who did what. I'm working on a tool for that, but it's not ready yet.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. May 6, 2015 #3
      hollosch
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      hollosch is offline
      Senior Member
      Join Date
      September 19, 2008
      Location
      Geislingen, Germany
      Posts
      241
      Rep Power
      238
      That have to wait until the actual db-problem is solved...
      Reply With Quote Reply With Quote

    4. May 25, 2015 #4
      hollosch
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      hollosch is offline
      Senior Member
      Join Date
      September 19, 2008
      Location
      Geislingen, Germany
      Posts
      241
      Rep Power
      238
      Should i wait for the tool or start the db-changes?
      Reply With Quote Reply With Quote

    5. May 25, 2015 #5
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      It doesn't really matter, but you would have to make the db-changes before using the tool anyway. The profile counts will still be wrong until the tool is ready.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. User ThreadWiki Management:
      By stevenryals in forum VaultWiki Questions
      Replies: 1
      Last Post: May 20, 2015, 11:28 PM
    2. User Group Permissions
      By scottelkin in forum Pre-Sales Questions
      Replies: 1
      Last Post: September 8, 2010, 4:42 PM
    3. Possible to Turn Blog Posts or Articles into Wiki articles?
      By theflatline in forum VaultWiki Questions
      Replies: 1
      Last Post: August 9, 2010, 11:59 AM
    4. Chapter System / Ability for Single-user-only editable articles.
      By CedricFP in forum Pre-Sales Questions
      Replies: 5
      Last Post: April 2, 2010, 8:50 PM

    Tags for this Thread

    articles

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 1:13 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.