Changing 'like' to 'likes' |
| |||
When somebody clicks on the 'like' link of a post, the response is: "<member name> like this" instead of "<member name> likes this". I cannot find the text where I can change 'like' to 'likes' - I did so in version 3.3 but can't find it in 4.1 Can anybody help?
|
| |||
function stream_display, in common_inc_php near line 1622 [code]
|
| |||
Hi Falcone - Thanks. I tried that earlier but it didn't make a change where I needed it - I think it refers to when 'people' (i.e. more than one) like it - "3 people like this" which is grammatically correct. But when it is just an individual member - we'll call him Philip - I still get 'Philip like this'. I'm sure that if anybdoy can help me with this you can!
|
| |||
function dolike in jquery.module.php near line 264 [code] this message is inserted in the database, so changing this line doesn't change older 'like this' messages
|
| |||
Brilliant! Thank you - that worked perfectly :-)
|
| |||
Can you help with one more odd thing? Many of the blog posts in my community have been attributed the wrong author - they seem to have been transposed by one, so that post 'b' is attributed to author 'c' and so on, while post 'a' is not attributed to anybody. Not sure how to sort it out...
|