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.
username instead of userID
![jackmaessen](https://us.v-cdn.net/5018160/uploads/userpics/801/nBTGG26FI2OYC.png)
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?
0
Comments
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.