Calender 0.7.5 module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
sofajoe

Calender 0.7.5 module

Post 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?
cyberman

Re: Calender 0.7.5 module

Post by cyberman »

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

Re: Calender 0.7.5 module

Post 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?
cyberman

Re: Calender 0.7.5 module

Post 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.
sofajoe

Re: Calender 0.7.5 module

Post 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
hesbas

Re: Calender 0.7.5 module

Post 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
sofajoe

Re: Calender 0.7.5 module

Post by sofajoe »

No sorry hesbas
i tried this and i still get the same message!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Calender 0.7.5 module

Post by Dr.CSS »

Tried uninstall/reinstall?
sofajoe

Re: Calender 0.7.5 module

Post 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.
Locked

Return to “CMSMS Core”