Events Made Easy Forums Generic how to grant permission for contributor to add and meke public events

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42352
    Anonymous
    Inactive

    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

    #45849
    Anonymous
    Inactive

    sorry to add events and make them public ( not draft )

    #45850
    Franky
    Keymaster

    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”

    #45851
    Anonymous
    Inactive

    hi,

    I changed the eme-fr.po

    but i did not display the changes?

    #45852
    Franky
    Keymaster

    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.

    #45853
    Anonymous
    Inactive

    ok I will thanks i am checking this

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top