• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

How to drop all links and start from scratch?

Valyar

Well-known member
This is mainly to the developers and LWD folks:

I am refactoring my oldest realm that contain 2k+ articles. After two years working with the product and improving my skills in organizing the content the right way, I am not very happy with the link-mess that is in. I would like to drop all links created in fast and relatively easy way. I don't want to duplicate articles or clean manually 2k+ items and re-scan per item basis. Copy realm, Export/Import does keep the information, so this is dead end.

Is there a way to do what I need?
 
There is no way built into RW. Your best option would be to export the realm and use a script to remove all the links in the export and then import it into a clean realm.
 
I can write the script it's pretty trivial. The problem is I'm not familiar with how links are represented in the XML. You can find that out and import your XML file into notepad++ or some other good text editor and just replace all the occurrences of links with nothing and that would do it, I think. There could be wrinkles to the XML file I'm unaware of.
 
Back
Top