Bastien Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [Event post] Google? MapsHi,
sorry, my purpose is to : no use of Google anymore.
And, you can believe me, its not so easy !Forum: Plugins
In reply to: [Event post] Multi-site Event Post WidgetsHi
I’ve just commited a patch, because only 100 first blogs where scanned.
Unfortunatly, on big networks, usage of “all” may cause memory limit.I’ll try to optimize SQL queries very soon.
Forum: Plugins
In reply to: [Event post] Current date note highlighted into the calendar?Hi,
the bug is solved in version 2.7 (as we exchanged by email)
thank you for reporting.Forum: Plugins
In reply to: [Event post] Disable the outlook/google/ical buttonsHi,
this feature can now be set in the Event settings page.Forum: Plugins
In reply to: [Event post] spanish translationHi
thank you, it would be very well come.
Are you familiar with the poedit application, such as .po and .mo files ?Forum: Plugins
In reply to: [Event post] Event Post multisite support will not update?Hi,
this is a version error. the file is up to date.
I’ve just commited the correction.thank you for reporting.
Forum: Plugins
In reply to: [Event post] Multi-site Event Post WidgetsHi,
since version 2.7, a new multisite extension is available.
There is not yet intergation with the widget, but you can call the schortcode like this :
[events_list blogs="all"]
or for specific blog IDs :
[events_list blogs="1,5,6"]
Some hooks have been integrated to add more parameters or filtering blogs such as :
filter: eventpost_params
filter: eventpost_multisite_get
filter: eventpost_multisite_blogidsthe documentation is beeing writing.
regards.
Forum: Plugins
In reply to: [Event post] Get meta in sigle postHi
the plugin comes with a function to display human dates :
global $EventPost,$post; //assuming that you have a $post defined $event = $EventPost($post); $time=strtotime($event->start); $humandate=$EventPost->human_date($time,'j.n.Y');
the function checks for special days as “today”, “yesterday” and “tomorrow”.
for other dates, its uses the native date_i18n() WP function
Forum: Plugins
In reply to: [Event post] Event post // Date formatHi,
@noecl did the 2 previous answers solved your problem ?
I did’nt understoud if you changed the date format in the general setting page or the one specific to event posts.
Date format for events can be changed in the “events settings” page.Forum: Plugins
In reply to: [EELV Newsletter] truncated postsHi
the editing tool only uses post content begining. Maybe the preview length will be a parameter in the future.
Anymay, for one post, there is a functiunality that convert a post to send it directly, and it keeps all the content.By the way, for now, 2 tabs and some copy/paste will work fine ??
thank you for your comment.
regardsBastien