Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] V1 Imported Content Shows no Links?

edited March 2012 in Vanilla 2.0 - 2.8

Content imported from my V1 forum into V2 shows links as text. Is there a way to fix this?

Best Answer

  • ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓

    Run a couple of mass updates using phpMyAdmin:

    update GDN_Discussion set Format = 'Html';
    
    update GDN_Comment set Format = 'Html';
    

Answers

  • ToddTodd Chief Product Officer Vanilla Staff

    They really should be links.

    Look in the GDN_Discussion.Format and GDN_Comment.Format columns to make sure they are Html or whatever. If they are Text then the links won't be formatted.

  • They really aren't I swear! ;)

    I checked and they are few rows of html but the vast majority IS text. Is there a way to fix it?

  • ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓

    Run a couple of mass updates using phpMyAdmin:

    update GDN_Discussion set Format = 'Html';
    
    update GDN_Comment set Format = 'Html';
    
  • @Todd It worked great! You are truly a hero among men!

Sign In or Register to comment.