Forum Replies Created
-
AuthorPosts
-
Rafael
ParticipantI’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.
Rafael
ParticipantI’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.
Rafael
ParticipantOoops, the code I entered above doesn’t get displayed correctly. How can I show code in the comment?
Rafael
ParticipantI’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.
Rafael
ParticipantThanks for your prompt response.
How would I go about writing such code to filer on ‘wp_mail’? Is there some sample code?Rafael
ParticipantHello 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.Rafael
ParticipantThanks Jonah! I now got the widget working the way I wanted.
August 2, 2012 at 12:48 pm in reply to: Feed shows date of event publication instead of date of event #23148Rafael
ParticipantHello 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.
-
AuthorPosts
