Chip
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!Hi Nicola!
Changed:
$start = ( $ai1ec_post_ids !== false ) ? $this->_registry->get( 'date.time', '-3 years' ) : $this->_registry->get( 'date.time', time() - 24 * 60 * 60 ); // Include any events ending today $end = $this->_registry->get( 'date.time', '+3 years' );to:
$start = $this->_registry->get( 'date.time', '-3 years' ); $end = $this->_registry->get( 'date.time', '+3 years' );It still doesn’t import all events.
I am sure, I am doing something wrong… :/Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!Hey nicola!
Thank you for your answer.
As suggested, I changed the following code:
$start = ( $ai1ec_post_ids !== false )to:
$start = ( $ai1ec_post_ids !== true )But it doesn’t work at all.
It still imports just upcoming events.I even changed
$start = ( $ai1ec_post_ids !== false )to:
$start = ( $ai1ec_post_ids = true )and it still doesn’t work.
Then I tried changing:
public function do_execute() { $ai1ec_cat_ids = $this->_params['cat_ids']; $ai1ec_tag_ids = $this->_params['tag_ids']; $ai1ec_post_ids = $this->_params['post_ids'];to:
public function do_execute() { $ai1ec_cat_ids = $this->_params['cat_ids']; $ai1ec_tag_ids = $this->_params['tag_ids']; $ai1ec_post_ids = true;And I am still not getting the expected result.
After all those changes, I delete everytime the cache folder…
I think I changed the wrong code.
Do have a further advice for me, please?!Thanks in advance!
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!Nicola, I just found this:
$filter = apply_filters( 'ai1ec_export_filter', $filter ); // when exporting events by post_id, do not look up the event's start/end date/time $start = ( $ai1ec_post_ids !== false ) ? $this->_registry->get( 'date.time', '-3 years' ) : $this->_registry->get( 'date.time', time() - 24 * 60 * 60 ); // Include any events ending today $end = $this->_registry->get( 'date.time', '+3 years' ); $search = $this->_registry->get( 'model.search' ); $params = array( 'no_html' => $this->_params['no_html'], ); $export_controller = $this->_registry->get( 'controller.import-export', array( 'ics' ), $params ); $args['events'] = $this->unique_events( $search->get_events_between( $start, $end, $filter ) ); $ics = $export_controller->export_events( 'ics', $args ); return array( 'data' => $ics );Do you have any advice, we have to change there to export past events?!
I am wondering about the information:
// when exporting events by post_id, do not look up the event’s start/end date/time
Thanks in advance!
ChipyHi Nicola!
OK, finally resolved it!
The problem that I couldn’t access to event detail page, was in the permalinks.
I added the German language files, which changed the permalink /event/… to /Veranstaltung/…. So all the events were saved under /event/…, but I wanted to access them via /Veranstaltungen/….
Anyway: After going to WP – Settings → Permalinks and changing there to standard and back to my option /%postname%/ everything is fine again.
So I mark this topic as resolved.
Don’t know why I had this troubles some days ago… :/
Anyway: Thank you very much, Nicola!!!Kind regards,
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!This is really a pitty!
Acutally, I should be possible very, very easy…
I’m sure it’s just one entry in the export.php or something like this…@ Nicola:
Will this be soon possible, please?!Hey Nicola!
I don’t know why and how, but now it suddenly works fine.
Last night I went already crazy because of this!
It didn’t matter how many times I chose the “Subscribe to Google”, it simply didn’t work at all.May it be, because I checked at first – by mistake – hide from feed and restricted the user level? Actually, when I realized it, I unchecked both options. Does it take some time to actualize?!
So, problem #1 is solved. Thanks, Nicola!
Anyway: Problem #2 is still unsolved.
After updating from version 2.1.5 to 2.1.9 I am not able to open any event. When clicking on an event, I am getting the message that I am “not having sufficient permissions to access this page”…I had to downgrade back to 2.1.5.
Is there already a solution for this?!
Thanks in advance!
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Calendar not showing all eventsNaii, do you have an answer already?!
I seems, I have the same issue like you, when I try to export my calendar to Google…Nicola, the link to export events from the All-in-One-Calendar to a Google Calendar is: http://www.jz-oz.de/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events
But it does not work at all! 🙁
Hey Nicola!
No, I mean I cannot import any events to my Google Calendar – nor in the desktop version nor on my Android…
I mean the option you can choose via:
http://www.jz-oz.de/wp-content/uploads/Cal_export.pngWhen I used it the last time (in October), it worked like a charm…
Now nothing happens, when I use the “Add to Google” option…Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] White screen and sudden permission issuesJamaico, as requested, I opened a new topic!
So your problem can be solved specifically and mine also… 😉Good luck, man!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] White screen and sudden permission issuesAs requested, I opened a new topic!
So jamaico’s issues is more obviously…Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] White screen and sudden permission issuesAs requested, I opened a new topic!
So jamaico’s issues is more obviously…Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] White screen and sudden permission issuesAs requested, I opened a new topic!
So jamaico’s issues is more obviously…Forum: Plugins
In reply to: [Custom Share Buttons with Floating Sidebar] WhatsApp – Sharer?!Hi Raghunath!
Thank you for your answer.
Where can I find all the options of the paid version?
Is there anywhere an overview?Regards,
ChipyForum: Plugins
In reply to: [Custom Share Buttons with Floating Sidebar] Counter & Facebook LikeHi Raghunath!
Thank you for your answer.
What a pitty.Unfortunately, I don’t really like the style of the other plugin (https://wordpress.org/plugins/wp-social-buttons/)…