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.

My Profile

edited March 2010 in Vanilla 2.0 - 2.8
My Profile

Comments

  • does anyone have this working with vanilla 2?
  • @JayS We've had it working on the previous version of Vanilla 2, but on RC1 we got this error:
    Fatal error: Class 'Format' not found in [...]/plugins/MyProfile/default.php on line 23
    You need to edit MyProfile's default.php file, insert Gdn_ before Format::URL so it reads:
    $Sender->AddProfileTab(Translate("MyProfile_ProfileTab"), "/profile/myprofile/view/".$Sender->User->UserID."/".Gdn_Format::Url($Sender->User->Name));

  • @piggies any updates for us? :D
  • If @piggies is not at work on this, I would like to give it a bit of my time...
  • @zodiacdm, I would be glad if you did :)
Sign In or Register to comment.