- This topic has 5 replies, 2 voices, and was last updated 13 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › how to grant permission for contributor to add and meke public events
how can I do this, what files should I modify in trunk? thanks
same question for translation, which files can be modified to change the translation
Thanks for your help
Wassim
sorry to add events and make them public ( not draft )
Look in events-manager.php for the line
define('STATUS_DRAFT', 5);
and change it to
define('STATUS_DRAFT', 1);
so events will be public, not draft anymore
For the translations: see the langs subdir, the template file is called “eme.pot”
hi,
I changed the eme-fr.po
but i did not display the changes?
This is beyond the scope of the plugin itself, you need a tool that compiles the po file into a mo file. E.g. poedit. See http://codex.wordpress.org/Translating_WordPress .
Btw: if you find anything to be incorrect in a po file, you can always mail it to me, so it can be included in the next version.
ok I will thanks i am checking this