Login     Sign up
Change 'like' to 'likes'
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Where can I change the script so that if somebody clicks on 'like' it says "<Name> likes this" instead of "<Name> like this"?

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

where do you see "<name> like this" ?

i only see "(t) people like this" where (t) is the number of people

175 months ago
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

If somebody clicks the 'like' button to a post, it then comes up with, for example, "John like this"

The site is very new (intalled yesterday) but you can see it at [url]http://www.7waysand7days.com/community[/url] and if you look at the newsfeed you will see a couple of examples.

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i think: module jquery, jquery.php line 263

$msg = addslashes(t('like[b]s[/b] this'));

175 months ago
Terence Watts (@terencewatts)
Join date: Sep 15th 2010
Community posts: 75
View Profile
Send Message

Thank you Falcone - that got it!

175 months ago
Troy (@tdkrantz)
Join date: Sep 14th 2010
Community posts: 8
View Profile
Send Message

[quote=falcone]i think: module jquery, jquery.php line 263

$msg = addslashes(t('like[b]s[/b] this')); [/quote]

Thanks! I was pulling my hair out trying to find this. Should be added to the next release.

175 months ago