Bastien Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [Event post] Upgrade Layers and put newsBonjour,
Plusieurs cartes seront ajoutées dans la prochaine version.
merci de la contribution.Forum: Plugins
In reply to: [Event post] ErrorThank you,
it will be solved in next releaseForum: Plugins
In reply to: [Event post] Choose what to show in widgetHi
my answer is nearby the previous thread. There is an option for controling the html output, but it’s actually only parsed by the shortcode.
The roadmap also plan to add a global setting for it.
If you want this feature right now, I sggest to use a shortcode in a widget text (if your theme execute shortcode in widgets text).best regards
Forum: Plugins
In reply to: [Event post] CustomizationBonjour,
Je fais la réponse en anglais, pour en faire profiter un maximum d’utilisat-eur/rices.
Hi,
There is a way to customize the list structure :
When you’re using the [events_list] shortcode, there are two options container_schema=”” and item_schema=”” which both accept HTML code as value.
default values are :
container_schema<%type% class="event_loop %id% %class%" id="%listid%" style="%style%" %attributes%> %list% </%type%>
item_schema
<%child% class="event_item %class%" data-color="%color%"> <a href="%event_link%"> %event_thumbnail% <h5>%event_title%</h5> </a> %event_date% %event_cat% %event_location% %event_excerpt% </%child%>
Hope it helps
Forum: Plugins
In reply to: [Event post] Feature request: More options for future/past…Hi
Here is a good suggestion, that’s a reason why I like to publish plugins ??
It also would be possible to use the<?php strtotime() ?>
function to make it more flexible.
For example, we could use the feature like this[event_list nb=-1 future=1 future-range=”1 month” past=1 past-range=”2 years”]
And for static pages, for a specific group of events, it would be also possible to add this parameters
[event_list nb=-1 future=1 date-from=”2014-08-01″ past=1 date-to=”2014-08-31″]
What do you think about it ?
Forum: Plugins
In reply to: [Event post] Pagination in Event PostsHi,
this feature is not implemented, nor in the road-map, as your the first to have the idea.
It would be a big development to make it fully compatible and customizable in all standard themes. But, for a first step, I could add a “page” parameter in the shortcode, then it would be possible to make a theme or an add-on inter-operate with the plugin to display an ajax navigation.Animay, thank you for the idea.
BastienForum: Reviews
In reply to: [Event post] Great, but a bit buggymany thanks
Forum: Plugins
In reply to: [Event post] Compatibility with Codestyling LocalizationHi,
Some texts used with native functions__()
and_e()
use the global textdomain for very common words, such as post, page etc…
I think the occurence are not welcome in codestyling-localizationForum: Plugins
In reply to: [Event post] Swedish locale created for Event PostHi,
the files have just been added to the plugin’s last version.
THank you so much !Forum: Plugins
In reply to: [SpeakUp! Email Petitions Importer] Plugin italian translationup ?
Hi,
thank you for the feedback.
I think the version 1.3 will solve the problem :
* Fix: Check csv format for all navigators
* Fix: More flexible for number of each lines
* Fix: Check for quote removing
* Fix : Prevent some PHP warningscan you confirm ?
Forum: Plugins
In reply to: [Event post] Show excerpt in Widgetresolved
Forum: Plugins
In reply to: [Event post] Event stripe in post's top positionHi !
It’s not yet featured. the only way to do it right now, is to move the element with JS/JQuery.
Anyway, I had the feature in the roadmap.Forum: Plugins
In reply to: [Event post] Export whole event list to iCalit’s in the roadmap !
Forum: Plugins
In reply to: [Event post] Event Post conflicts with Slider CAPTCHAHi,
I’ve just found a JS error in the backend. the error was generated by the minified version of osm-admin.jsDo the version 2.8.7 resolve your problem ?