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.
Options

username instead of userID

I was looking to translate the "joined" on the activity page and i founf this line to translate it in the database:
UPDATE GDN_Activity SET HeadlineFormat = "{ActivityUserID,You} joined2." WHERE HeadlineFormat = "{ActivityUserID,You} joined.";
But after running this query, the names of the people changed into ID numbers. (147 joined instead of Jack joined) How can i set back the names again?

Comments

  • Options

    restore database would be the best option.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.