Login     Sign up
Another typo resolution question (Resolved)
Alex Neave (@alexn)
Join date: Dec 17th 2010
Community posts: 10
View Profile
Send Message

I have been trying to resolve a typo in the create events module without success. I've looked in the usual places, (ie) lang files and the actual module file, but no success The text I would like to correct is on the button that says "I want join" I would like to correct this so it reads "Will attend"

Could someone point me to where this is located so I can correct it.

Thanks

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Hi have a look in modules/events around line 85 in function hook_viewstory

[code]
function hook_viewstory($row) {
button('events/joinit/'.$row['id'],t('I want join'));
[/code]

172 months ago
Alex Neave (@alexn)
Join date: Dec 17th 2010
Community posts: 10
View Profile
Send Message

[quote=switch48]Hi have a look in modules/events around line 85 in function hook_viewstory

[code]
function hook_viewstory($row) {
button('events/joinit/'.$row['id'],t('I want join'));
[/code] [/quote]

Great, thanks I'll check it out, appreciate the help...

Alex

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

yeah sorry forgot to add its in events.php

172 months ago
Alex Neave (@alexn)
Join date: Dec 17th 2010
Community posts: 10
View Profile
Send Message

That's okay I found it. Thanks again :-)

172 months ago