Rafael

Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: Link in the admin’s notification email #69462
    Rafael
    Participant

    I’ve found another solution. It’s a hack, but it works. Here’s what I did in case someone is interested.

    I found the code for the link in the file:
    the-events-calendar-community-events/lib/tribe-community-events.class.php
    on line 1279. I changed that line from:

    to:

    Of course this change is lost when the plugin gets updated. But for the moment this works for me. Maybe it helps someone else with the same issue.

    in reply to: Link in the admin’s notification email #69461
    Rafael
    Participant

    I’ve found another solution. It’s a hack, but it works. Here’s what I did in case someone is interested.

    I found the code for the link in the file:
    the-events-calendar-community-events/lib/tribe-community-events.class.php
    on line 1279. I changed that line from:

    to:

    Of course this change is lost when the plugin gets updated. But for the moment this works for me. Maybe it helps someone else with the same issue.

    in reply to: Link in the admin’s notification email #68586
    Rafael
    Participant

    Ooops, the code I entered above doesn’t get displayed correctly. How can I show code in the comment?

    in reply to: Link in the admin’s notification email #68584
    Rafael
    Participant

    I’ve found another solution. It’s a hack, but it works. Here’s what I did in case someone is interested.

    I found the code for the link in the file:
    the-events-calendar-community-events/lib/tribe-community-events.class.php
    on line 1279. I changed that line from:

    $message .= ” . $this->getEditButton( $post, __( ‘Review Event’, ‘tribe-events-community’ ) );

    to:

    $message .= ” . ‘‘ . __( ‘Review Event’, ‘tribe-events-community’ ) . ‘‘;

    Of course this change is lost when the plugin gets updated. But for the moment this works for me. Maybe it helps someone else with the same issue.

    in reply to: Link in the admin’s notification email #68491
    Rafael
    Participant

    Thanks for your prompt response.
    How would I go about writing such code to filer on ‘wp_mail’? Is there some sample code?

    in reply to: Calendar view: "continue reading" link not translated #58704
    Rafael
    Participant

    Hello Neill
    Thanks for your help. It took quite a while but I have now solved the problem. It was related to the Q&A plugin that I’m using.
    For anyone experiencing the same problem see the following thread in the forum of the Q&A plugin: http://wordpress.org/support/topic/plugin-conflict-with-custom-excerpt-continue-reading-link?replies=2
    Adding the mentioned code to the theme’s function.php fixed the issue.

    in reply to: Widget: template hooks/filters #58703
    Rafael
    Participant

    Thanks Jonah! I now got the widget working the way I wanted.

    Rafael
    Participant

    Hello Rob. Thank you for your quick response and advice. I will try to find a solution in the forum for now. And I definitely look forward to more rss feed support in a future version of the plugin. Thanks and keep up the great work.

Viewing 8 posts - 31 through 38 (of 38 total)