Page 1 of 1

Calender 0.7.5 module

Posted: Thu Oct 19, 2006 11:21 am
by sofajoe
I am using Calender 0.7.5 module, sometimes when i go to add a new event it does not allow me to (the input boxes do not show). Other times it does show but says this at the top:
--Add Me - module:Calendar string:add-- --Add Me - module:Calendar string:event--

i have permissions to add calender events. i can't see anyone else with this problem, any ideas on how to correct this?

Re: Calender 0.7.5 module

Posted: Thu Oct 19, 2006 11:27 am
by cyberman
The translation for this string in your language file is missed ...

Re: Calender 0.7.5 module

Posted: Thu Oct 19, 2006 11:39 am
by sofajoe
Thank you cyberman, but i'm afraid that means nothing to me

The translation for this string in your language file is missed ...

what is missed (i can't see any missing php files in the calender moule?) - how can i find it and put it back?

Re: Calender 0.7.5 module

Posted: Thu Oct 19, 2006 12:37 pm
by cyberman
Oh no, not a file is missed, only a translation :-). All translation files are inside module folder /lang/ext. Only en_US.php should be in /lang.

Open file for your language with your favourite editor, search all non translated strings, translate it and save it back. That's all.

Re: Calender 0.7.5 module

Posted: Thu Oct 19, 2006 3:09 pm
by sofajoe
cyberman, i was using en_US.php and i have not altered it in any way. i want to use english so i'm happy with en_US.

Trouble is, when you say
search all non translated strings, translate it and
not sure what you mean?
i did download the en_US.php file & opened it in my fav editor, but could see nothing out of place in this file?

the module is now allowing me to add new events, its just i keep seeing the
--Add Me - module:Calendar string:add-- --Add Me - module:Calendar string:event--
code appear above Start Date of Event:
& i wonder why it's there

btw thanks for your feedback

Re: Calender 0.7.5 module

Posted: Sun Oct 22, 2006 8:01 pm
by hesbas
The forgot to add something to the en_US.php file

add the folowing:

$lang['event'] = 'Event';
$lang['add'] = 'Add';

This wil do!

For other languages you need to add this also!


Good Luck

Re: Calender 0.7.5 module

Posted: Mon Oct 23, 2006 7:21 pm
by sofajoe
No sorry hesbas
i tried this and i still get the same message!

Re: Calender 0.7.5 module

Posted: Wed Oct 25, 2006 7:39 am
by Dr.CSS
Tried uninstall/reinstall?

Re: Calender 0.7.5 module

Posted: Wed Oct 25, 2006 5:56 pm
by sofajoe
No Luck there Mark. Noticed i also get the
--Add Me - module:Calendar string:add--
on the btn at the bottum of the Add Event screen - the one that should say Add.