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.
Editing the message: "Sign In or Register to comment."

Hello,
On the discussion view, it shows the message: "Sign In or Register to comment."
Does anybody know which file to modify in order to modify this message?
Thanks
0
Comments
Don't modify core files! Want you want to do can be done with a translation: http://vanillaforums.org/docs/localization
for complete language changes. what r_j suggested.
http://docs.vanillaforums.com/developers/locales/
for individual wording changes ....
you can also change the href if you want to point to a different link. and/or remove the Popup if you wanted.
http://vanillaforums.org/discussion/26597/tutorial-how-to-change-wording-how-to-change-text-how-to-change-language-how-to-change-locale
always a good idea to look scan discussions in the Tutorials category and see the Documentation as well for useful tips.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
The problem I have is that the sign in or register link does not work so I want to get rid of it.
I tried to add the following code to /locales/skeleton/definitions.php
$Definition['Sign In or Register to Comment.'] = ' ';
I also tried to add it to /locales/skeleton/other_definitions.php
And it doesn't work
Any idea why?
Thanks
Unless you are Skeletor your language isn't "skeleton", I'd say...
Read that comment: http://vanillaforums.org/discussion/comment/205638/#Comment_205638
Set the definition in
/conf/locale.php