Oliver

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 296 total)
  • Author
    Posts
  • Oliver
    Participant

    For me only it works, too! 🙂

    in reply to: translation error #76668
    Oliver
    Participant

    Hi bpm4egov,

    have a look here, maybe it helps:
    https://tri.be/support/forums/topic/german-translation-wrong/#post-76667

    Cheers,
    Oliver

    in reply to: German Translation wrong #76667
    Oliver
    Participant

    Hi Asaya,

    it’s located here:
    lang/tribe-events-calendar-pro-de_DE.po /.mo

    I use the WordPress Codestyle Localization Plugin for the translation.
    It really a great tool and easy to handle.
    With it you should be able to find it very fast.

    If you know a public storage where I can upload the files, just tell me (I found some more translation issues 😉 .

    Cheers,
    Oliver

    in reply to: German Translation wrong #76659
    Oliver
    Participant

    Hi Asaya,

    I found the translation issue described by you, too.

    I have translated the Events Calendar and Events Community Plugin 3.2 *completely* from the scratch and sent it to Leah. She will probably integrate in the next release.
    If you are interested in the translation, just post your e-mail and I can sent you the .po/.mo-files.

    Best regards from Munich,
    Oliver

    in reply to: Week lacks translations 2 #76606
    Oliver
    Participant

    This reply is private.

    Oliver
    Participant

    Hi Polly,

    I have been running in the same problem – have a look here:
    https://tri.be/support/forums/topic/events-calendar-3-2-minicalendar-widget-number-of-showing-events/#post-76493

    Regards,
    Oliver

    Oliver
    Participant

    Ok, good to know that you can reproduce it.
    Keep me updated!

    Best regards,
    Oliver

    in reply to: How can I find the name of a custom field? #74892
    Oliver
    Participant

    Now it works! If found the problem 🙂

    The documentation is wrong! It says that the functions returns a string, but it returns an array (that’s a big difference! “echo” prints out nothing if a array is given):
    http://docs.tri.be/Events-Calendar-PRO/function-tribe_get_custom_field.html
    Please correct the documentation!

    The working code is as follows:
    $field_label = ‘E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)’;
    $cpy = tribe_get_custom_fields($post_id, $field_label);
    echo $cpy[$field_label];

    Best regards and good night!
    OlIver

    in reply to: Bug: Removing custom field #74727
    Oliver
    Participant

    Hi Barry,

    I found a simple workaround for the problem!
    I installed the Plugin “qtranslate” and changed the language in the backend of WordPress to english. And – voila – I was was able to remove the custom field 🙂

    I hope this solution helps others, too.

    Best regards,
    Oliver

    in reply to: How can I find the name of a custom field? #74504
    Oliver
    Participant

    Hi Barry,
    do you have any news for me regarding this issue? Can you check with your development team to get an answer soon, please?
    Best regards,
    Oliver

    in reply to: Bug: Removing custom field #74226
    Oliver
    Participant

    Ok, I will contribute the translations there!

    Meanwhile I decided to reinstall the Events Calendar from scratch to have a clean setup.
    Unfortunately events, options, configurations, etc. stay in the mySQL-database.
    How can the Events Calendar removed completely? Do you have maybe a MySQL-Statement to drop the related rows/data?

    in reply to: tribe_create_venue() doesn't set venue title #74207
    Oliver
    Participant

    Ok, thanks for the info. I hope the fix make it in the over next release 😉

    In the meanwhile my recommendation would be to change the wrong documentation (see notes above) and make a link to the workaround. It took me around 10 hours to find the solution and other would be obviously happy to avoid this effort 🙂

    in reply to: Bug: Removing custom field #74205
    Oliver
    Participant

    Ok, great to hear! 🙂
    I hope to hear soon from you!
    btw: a lot of the german translations are wrong or missing. I corrected and translated them. Are you interested in using these translation files for the next releases?

    in reply to: How can I find the name of a custom field? #74057
    Oliver
    Participant

    Hi Barry,

    The $post_id works definitly (I set it and print it out a line before) 😉

    I had a look in the Events->Admin page (thanks for that hint, a very useful page!) and found the following:

    custom-fields =
    Array
    (
    [0] => Array
    (
    [name] => _ecp_custom_1
    [label] => Rechteinhaber
    [type] => text
    [values] =>
    )

    [1] => Array
    (
    [name] => _ecp_custom_2
    [label] => E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)
    [type] => text
    [values] =>
    )
    }

    From my point of view the filed “name” should be the parameter I should pass to the function. Am I wrong? Nevertheless I tried the “Human Readable” as the parameter, but it didn’t worked.

    Best regards and thanks for your support!
    Oliver

    in reply to: Bug: Removing custom field #74050
    Oliver
    Participant

    Hi Barry,

    that’s interesting that it’s not reproducible on your site.
    When I deactivated all plugins an reverting to default, I couldn’t see any difference to now.

    When I Look at the source code of the website I see an a href which points to nowhere (#remove-field), therefore it can’t work:
    Entfernen
    From my point of view, the link is wrong.

    Can it be related to the translation into german? (just a poor guess).

    Best regards,
    Oliver

    PS: On the Events -> Admin page I found the following (I just post a part of it – I hope this is the part you expect):

    custom-fields =
    Array
    (
    [0] => Array
    (
    [name] => _ecp_custom_1
    [label] => Rechteinhaber
    [type] => text
    [values] =>
    )

    [1] => Array
    (
    [name] => _ecp_custom_2
    [label] => E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)
    [type] => text
    [values] =>
    )

    )

Viewing 15 posts - 271 through 285 (of 296 total)